Searched refs:vhci_targetmap_byport (Results 1 – 1 of 1) sorted by relevance
107 static mod_hash_t *vhci_targetmap_byport; /* 'target-port' -> <pid> */ variable356 vhci_targetmap_byport = mod_hash_create_strhash( in _init()365 if (vhci_targetmap_byport) in _init()366 mod_hash_destroy_strhash(vhci_targetmap_byport); in _init()397 if (vhci_targetmap_byport) in _fini()398 mod_hash_destroy_strhash(vhci_targetmap_byport); in _fini()5021 if (mod_hash_find(vhci_targetmap_byport, in vhci_kstat_create_pathinfo()5027 (void) mod_hash_insert(vhci_targetmap_byport, in vhci_kstat_create_pathinfo()