Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/scsi/adapters/scsi_vhci/
H A Dscsi_vhci.c1185 VHCI_RELEASE_LUN(vlun); in vhci_scsi_start()
1210 VHCI_RELEASE_LUN(vlun); in vhci_scsi_start()
1217 VHCI_RELEASE_LUN(vlun); in vhci_scsi_start()
2438 VHCI_RELEASE_LUN(vlun); in vhci_bind_transport()
2457 VHCI_RELEASE_LUN(vlun); in vhci_bind_transport()
2473 VHCI_RELEASE_LUN(vlun); in vhci_bind_transport()
2479 VHCI_RELEASE_LUN(vlun); in vhci_bind_transport()
3628 VHCI_RELEASE_LUN(vlun); in vhci_handle_ext_fo()
3785 VHCI_RELEASE_LUN(vlun); in vhci_efo_done()
4064 VHCI_RELEASE_LUN(vlun); in vhci_update_pathstates()
[all …]
H A Dmpapi_impl.c1586 VHCI_RELEASE_LUN(svl); in vhci_set_tpg_access_state()
1597 VHCI_RELEASE_LUN(svl); in vhci_set_tpg_access_state()
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/
H A Dscsi_vhci.h174 #define VHCI_RELEASE_LUN(vlun) { \ macro