Home
last modified time | relevance | path

Searched refs:vh_next (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/cmd/mdb/common/modules/scsi_vhci/
H A Dscsi_vhci.c287 if (mdi_vhci_value->vh_next == NULL) { in vhciguid()
290 temp = (uintptr_t)mdi_vhci_value->vh_next; in vhciguid()
/titanic_50/usr/src/cmd/mdb/common/modules/genunix/
H A Dmdi.c278 mdb_printf("vh_next: %27l#r::print struct mdi_vhci\n", value.vh_next); in mdivhci()
/titanic_50/usr/src/uts/common/os/
H A Dsunmdi.c409 for (vh = mdi_vhci_head; vh != NULL; vh = vh->vh_next) { in mdi_vhci_register()
468 mdi_vhci_tail->vh_next = vh; in mdi_vhci_register()
514 for (found = mdi_vhci_head; found != NULL; found = found->vh_next) { in mdi_vhci_unregister()
547 mdi_vhci_head = vh->vh_next; in mdi_vhci_unregister()
549 prev->vh_next = vh->vh_next; in mdi_vhci_unregister()
585 for (vh = mdi_vhci_head; vh != NULL; vh = vh->vh_next) { in i_mdi_vhci_class2vhci()
9481 for (vh = mdi_vhci_head; vh != NULL; vh = vh->vh_next) { in mdi_clean_vhcache()
9563 for (vh = mdi_vhci_head; vh != NULL; vh = vh->vh_next) { in mdi_walk_vhcis()
/titanic_50/usr/src/uts/common/sys/
H A Dmdi_impldefs.h266 struct mdi_vhci *vh_next; /* next vHCI link */ member