Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/scsi/adapters/scsi_vhci/
H A Dscsi_vhci.c107 static mod_hash_t *vhci_targetmap_byport; /* 'target-port' -> <pid> */ variable
356 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()