Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/scsi/generic/
H A Dcommands.h243 #define SCMD_RESERVE_G1 0x56 macro
472 /* 0x56 */ SCMD_RESERVE_G1, "reserve(10)", \
/titanic_41/usr/src/uts/common/sys/scsi/impl/
H A Dspc3_types.h191 SPC3_CMD_RESERVE10 = SCMD_RESERVE_G1,
192 SPC3_CMD_RESERVE_ELEMENT10 = SCMD_RESERVE_G1,
/titanic_41/usr/src/uts/common/io/
H A Demul64.c1299 case SCMD_RESERVE_G1: in emul64_handle_cmd()
/titanic_41/usr/src/uts/common/io/scsi/adapters/scsi_vhci/
H A Dscsi_vhci.c1162 (pkt->pkt_cdbp[0] == SCMD_RESERVE_G1)) { in vhci_scsi_start()
3343 (pkt->pkt_cdbp[0] == SCMD_RESERVE_G1)) { in vhci_intr()
3460 (pkt->pkt_cdbp[0] == SCMD_RESERVE_G1)) { in vhci_intr()
3509 (pkt->pkt_cdbp[0] == SCMD_RESERVE_G1)) { in vhci_intr()
/titanic_41/usr/src/cmd/format/
H A Dctlr_scsi.c2789 SCMD_RESERVE_G1 : SCMD_RELEASE_G1; in uscsi_reserve_release()