thisnode 224 arch/m68k/include/asm/oplib.h extern int prom_getproplen(int thisnode, char *property); thisnode 229 arch/m68k/include/asm/oplib.h extern int prom_getproperty(int thisnode, char *property, thisnode 245 arch/m68k/include/asm/oplib.h extern int prom_nodematch(int thisnode, char *name); thisnode 125 arch/sparc/include/asm/oplib_32.h int prom_getproplen(phandle thisnode, const char *property); thisnode 130 arch/sparc/include/asm/oplib_32.h int __must_check prom_getproperty(phandle thisnode, const char *property, thisnode 193 arch/sparc/include/asm/oplib_64.h int prom_getproplen(phandle thisnode, const char *property); thisnode 198 arch/sparc/include/asm/oplib_64.h int prom_getproperty(phandle thisnode, const char *property, thisnode 215 arch/sparc/include/asm/oplib_64.h int prom_nodematch(phandle thisnode, const char *name); thisnode 187 arch/sparc/prom/tree_32.c phandle thisnode; thisnode 190 arch/sparc/prom/tree_32.c for(thisnode = node_start; thisnode; thisnode 191 arch/sparc/prom/tree_32.c thisnode=prom_getsibling(thisnode)) { thisnode 192 arch/sparc/prom/tree_32.c error = prom_getproperty(thisnode, "name", promlib_buf, thisnode 196 arch/sparc/prom/tree_32.c if(strcmp(nodename, promlib_buf)==0) return thisnode; thisnode 217 arch/sparc/prom/tree_64.c phandle thisnode; thisnode 221 arch/sparc/prom/tree_64.c for(thisnode = node_start; thisnode; thisnode 222 arch/sparc/prom/tree_64.c thisnode=prom_getsibling(thisnode)) { thisnode 223 arch/sparc/prom/tree_64.c error = prom_getproperty(thisnode, "name", promlib_buf, thisnode 227 arch/sparc/prom/tree_64.c if(strcmp(nodename, promlib_buf)==0) return thisnode;