Searched refs:thisnode (Results 1 – 4 of 4) sorted by relevance
/linux/arch/sparc/prom/ |
H A D | tree_32.c | 187 phandle thisnode; in prom_searchsiblings() local 190 for(thisnode = node_start; thisnode; in prom_searchsiblings() 191 thisnode=prom_getsibling(thisnode)) { in prom_searchsiblings() 192 error = prom_getproperty(thisnode, "name", promlib_buf, in prom_searchsiblings() 196 if(strcmp(nodename, promlib_buf)==0) return thisnode; in prom_searchsiblings()
|
/linux/arch/m68k/include/asm/ |
H A D | oplib.h | 226 extern int prom_getproplen(int thisnode, char *property); 231 extern int prom_getproperty(int thisnode, char *property, 247 extern int prom_nodematch(int thisnode, char *name);
|
/linux/arch/sparc/include/asm/ |
H A D | oplib_64.h | 193 int prom_getproplen(phandle thisnode, const char *property); 198 int prom_getproperty(phandle thisnode, const char *property, 215 int prom_nodematch(phandle thisnode, const char *name);
|
H A D | oplib_32.h | 125 int prom_getproplen(phandle thisnode, const char *property); 130 int __must_check prom_getproperty(phandle thisnode, const char *property,
|