Searched defs: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.c104 static mod_hash_t *vhci_targetmap_byport; /* 'target-port' -> <pid> */ variable
353 vhci_targetmap_byport = mod_hash_create_strhash(
354 "vhci_targetmap_byport", 256, mod_hash_null_valdtor);
362 if (vhci_targetmap_byport)
363 mod_hash_destroy_strhash(vhci_targetmap_byport);
394 if (vhci_targetmap_byport)
395 mod_hash_destroy_strhash(vhci_targetmap_byport);
5014 if (mod_hash_find(vhci_targetmap_byport,
5020 (void) mod_hash_insert(vhci_targetmap_byport,

Completed in 61 milliseconds