Searched refs:di_dip_find (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/uts/common/io/ |
H A D | devinfo.c | 329 static int di_dip_find(struct di_state *st, dev_info_t *node, di_off_t *off_p); 1315 if (di_dip_find(st, currdip, &curroff) != 0) { in di_copy_aliases() 1532 if (di_dip_find(st, vh_devinfo, &off) != 0) { in build_vhci_list() 1577 if (di_dip_find(pwa->st, ph_devinfo, &off) != 0) { in build_phci_list() 1614 if (di_dip_find(st, (dev_info_t *)node, &off) != 0) in snap_driver_list() 2213 if (di_dip_find(st, ldi_usage->src_dip, &soff) != 0) in di_ldi_callback() 2215 if (di_dip_find(st, ldi_usage->tgt_dip, &toff) != 0) in di_ldi_callback() 2612 di_dip_find(struct di_state *st, dev_info_t *dip, di_off_t *off_p) in di_dip_find() function 4269 (di_dip_find(st, hp_list_node->hp_child, &off) == 0)) { in di_hotplug_children()
|