Searched refs:prom_findnode_byname (Results 1 - 6 of 6) 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/uts/sun4u/chicago/os/
H A Dchicago.c381 if ((node = prom_findnode_byname(prom_rootnode(),
384 if ((node = prom_findnode_byname(node, RTC_NAME)) == OBP_NONODE)
/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
/illumos-gate/usr/src/uts/intel/sys/
H A Dpromif.h194 extern pnode_t prom_findnode_byname(pnode_t id, char *name);
/illumos-gate/usr/src/uts/sun/sys/
H A Dpromif.h307 extern pnode_t prom_findnode_byname(pnode_t id, char *name);

Completed in 109 milliseconds