Searched defs:child_id (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevfsinfo.c2266 uint_t child_id; local
2269 if ((child_id = prom_next_node(fd, 0)) == 0)
2271 if ((child_id = prom_child_node(fd, child_id)) == 0)
2274 while (child_id != 0) {
2280 child_id = prom_next_node(fd, child_id);
/illumos-gate/usr/src/uts/common/io/sfe/
H A Dsfe.c381 dev_info_t *child_id; local
402 if ((child_id = ddi_get_child(cur_node)) != NULL) {
403 if ((ret = sfe_search_pci_dev_subr(child_id,

Completed in 67 milliseconds