Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/scsi/generic/
H A Dcommands.h243 #define SCMD_RESERVE_G1 0x56 macro
474 /* 0x56 */ SCMD_RESERVE_G1, "reserve(10)", \
/illumos-gate/usr/src/uts/common/sys/scsi/impl/
H A Dspc3_types.h192 SPC3_CMD_RESERVE10 = SCMD_RESERVE_G1,
193 SPC3_CMD_RESERVE_ELEMENT10 = SCMD_RESERVE_G1,
/illumos-gate/usr/src/uts/common/io/
H A Demul64.c1292 case SCMD_RESERVE_G1: in emul64_handle_cmd()
/illumos-gate/usr/src/uts/common/io/scsi/adapters/scsi_vhci/
H A Dscsi_vhci.c1165 (pkt->pkt_cdbp[0] == SCMD_RESERVE_G1)) { in vhci_scsi_start()
3346 (pkt->pkt_cdbp[0] == SCMD_RESERVE_G1)) { in vhci_intr()
3463 (pkt->pkt_cdbp[0] == SCMD_RESERVE_G1)) { in vhci_intr()
3512 (pkt->pkt_cdbp[0] == SCMD_RESERVE_G1)) { in vhci_intr()
/illumos-gate/usr/src/cmd/format/
H A Dctlr_scsi.c2685 SCMD_RESERVE_G1 : SCMD_RELEASE_G1; in uscsi_reserve_release()