Home
last modified time | relevance | path

Searched refs:vh_dip (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/uts/common/os/
H A Dsunmdi.c458 vh->vh_dip = vdip; in mdi_vhci_register()
945 return (ph->ph_vhci->vh_dip); in mdi_devi_get_vdip()
1116 ndi_devi_alloc_sleep(vh->vh_dip, name, DEVI_SID_NODEID, &cdip); in i_mdi_devinfo_create()
1161 ndi_devi_enter(vh->vh_dip, &circular); in i_mdi_devinfo_find()
1162 ndip = (dev_info_t *)DEVI(vh->vh_dip)->devi_child; in i_mdi_devinfo_find()
1183 ndi_devi_exit(vh->vh_dip, circular); in i_mdi_devinfo_find()
1451 vdip = vh->vh_dip; in i_mdi_client_free()
1886 rv = (*vh->vh_ops->vo_failover)(vh->vh_dip, ct->ct_dip, in i_mdi_failover()
3245 rv = (*f)(vh->vh_dip, pip, 0); in mdi_pi_free()
3480 rv = (*f)(vh->vh_dip, pip, 0); in i_mdi_pi_state_change()
[all …]
/titanic_44/usr/src/cmd/mdb/common/modules/genunix/
H A Dmdi.c277 mdb_printf("vh_dip: %28l#r::print struct dev_info\n", value.vh_dip); in mdivhci()
/titanic_44/usr/src/uts/common/sys/
H A Dmdi_impldefs.h269 dev_info_t *vh_dip; /* vHCI devi handle */ member