Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/os/
H A Dsunmdi.c459 vh->vh_dip = vdip; in mdi_vhci_register()
946 return (ph->ph_vhci->vh_dip); in mdi_devi_get_vdip()
1117 ndi_devi_alloc_sleep(vh->vh_dip, name, DEVI_SID_NODEID, &cdip); in i_mdi_devinfo_create()
1162 ndi_devi_enter(vh->vh_dip, &circular); in i_mdi_devinfo_find()
1163 ndip = (dev_info_t *)DEVI(vh->vh_dip)->devi_child; in i_mdi_devinfo_find()
1184 ndi_devi_exit(vh->vh_dip, circular); in i_mdi_devinfo_find()
1452 vdip = vh->vh_dip; in i_mdi_client_free()
1887 rv = (*vh->vh_ops->vo_failover)(vh->vh_dip, ct->ct_dip, in i_mdi_failover()
3246 rv = (*f)(vh->vh_dip, pip, 0); in mdi_pi_free()
3481 rv = (*f)(vh->vh_dip, pip, 0); in i_mdi_pi_state_change()
[all …]
/titanic_50/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_50/usr/src/uts/common/sys/
H A Dmdi_impldefs.h269 dev_info_t *vh_dip; /* vHCI devi handle */ member