Home
last modified time | relevance | path

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

/titanic_41/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_41/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_41/usr/src/uts/common/os/
H A Dsunmdi.c408 for (vh = mdi_vhci_head; vh != NULL; vh = vh->vh_next) { in mdi_vhci_register()
467 mdi_vhci_tail->vh_next = vh; in mdi_vhci_register()
513 for (found = mdi_vhci_head; found != NULL; found = found->vh_next) { in mdi_vhci_unregister()
546 mdi_vhci_head = vh->vh_next; in mdi_vhci_unregister()
548 prev->vh_next = vh->vh_next; in mdi_vhci_unregister()
584 for (vh = mdi_vhci_head; vh != NULL; vh = vh->vh_next) { in i_mdi_vhci_class2vhci()
9493 for (vh = mdi_vhci_head; vh != NULL; vh = vh->vh_next) { in mdi_clean_vhcache()
9575 for (vh = mdi_vhci_head; vh != NULL; vh = vh->vh_next) { in mdi_walk_vhcis()
/titanic_41/usr/src/uts/common/sys/
H A Dmdi_impldefs.h266 struct mdi_vhci *vh_next; /* next vHCI link */ member