Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/scsi/adapters/scsi_vhci/
H A Dscsi_vhci.c106 static mod_hash_t *vhci_targetmap_bypid; /* <pid> -> 'target-port' */ variable
358 vhci_targetmap_bypid = mod_hash_create_idhash( in _init()
363 if (vhci_targetmap_bypid) in _init()
364 mod_hash_destroy_idhash(vhci_targetmap_bypid); in _init()
395 if (vhci_targetmap_bypid) in _fini()
396 mod_hash_destroy_idhash(vhci_targetmap_bypid); in _fini()
5031 (void) mod_hash_insert(vhci_targetmap_bypid, in vhci_kstat_create_pathinfo()
5979 if (mod_hash_find(vhci_targetmap_bypid, in vhci_ctl()