Searched refs:di_dip_find (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/uts/common/io/ |
H A D | devinfo.c | 327 static int di_dip_find(struct di_state *st, dev_info_t *node, di_off_t *off_p); 1313 if (di_dip_find(st, currdip, &curroff) != 0) { in di_copy_aliases() 1530 if (di_dip_find(st, vh_devinfo, &off) != 0) { in build_vhci_list() 1575 if (di_dip_find(pwa->st, ph_devinfo, &off) != 0) { in build_phci_list() 1612 if (di_dip_find(st, (dev_info_t *)node, &off) != 0) in snap_driver_list() 2211 if (di_dip_find(st, ldi_usage->src_dip, &soff) != 0) in di_ldi_callback() 2213 if (di_dip_find(st, ldi_usage->tgt_dip, &toff) != 0) in di_ldi_callback() 2610 di_dip_find(struct di_state *st, dev_info_t *dip, di_off_t *off_p) in di_dip_find() function 4267 (di_dip_find(st, hp_list_node->hp_child, &off) == 0)) { in di_hotplug_children()
|