Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/os/
H A Dsunmdi.c100 mdi_vhci_t *mdi_vhci_head; variable
409 for (vh = mdi_vhci_head; vh != NULL; vh = vh->vh_next) { in mdi_vhci_register()
464 if (mdi_vhci_head == NULL) { in mdi_vhci_register()
465 mdi_vhci_head = vh; in mdi_vhci_register()
514 for (found = mdi_vhci_head; found != NULL; found = found->vh_next) { in mdi_vhci_unregister()
546 if (vh == mdi_vhci_head) { in mdi_vhci_unregister()
547 mdi_vhci_head = 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()