Searched defs:prom_findnode_byname (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/intel/promif/
H A Dprom_node.c70 prom_findnode_byname(pnode_t n, char *name) function
/illumos-gate/usr/src/cmd/eeprom/i386/
H A Dbenv_kvm.c99 prom_findnode_byname(unsigned long id, char *name) function
110 if (nid = prom_findnode_byname(child(id), name))
112 if (nid = prom_findnode_byname(next(id), name))
199 id = prom_findnode_byname(prom_rootnode(), name);
/illumos-gate/usr/src/psm/promif/ieee1275/common/
H A Dprom_node.c159 * prom_findnode_byname() searches the prom device subtree rooted at 'node' and
173 prom_findnode_byname(pnode_t node, char *name) function

Completed in 71 milliseconds