Searched refs:prom_findnode (Results 1 – 2 of 2) sorted by relevance
151 int prom_findnode(int, const char *);159 #define findnode(node,name) prom_findnode(node,name)
452 prom_findnode(int first, const char *name) in prom_findnode() function541 node = prom_findnode(prom_firstchild(node), component); in obp_v2_finddevice()558 optionsnode = prom_findnode(prom_firstchild(prom_findroot()), in prom_getoptionsnode()