Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/scsi/generic/
H A Dcommands.h244 #define SCMD_RELEASE_G1 0x57 macro
473 /* 0x57 */ SCMD_RELEASE_G1, "release(10)", \
/titanic_50/usr/src/uts/common/sys/scsi/impl/
H A Dspc3_types.h194 SPC3_CMD_RELEASE10 = SCMD_RELEASE_G1,
195 SPC3_CMD_RELEASE_ELEMENT10 = SCMD_RELEASE_G1,
/titanic_50/usr/src/uts/common/io/
H A Demul64.c1303 case SCMD_RELEASE_G1: in emul64_handle_cmd()
/titanic_50/usr/src/cmd/format/
H A Dctlr_scsi.c2789 SCMD_RESERVE_G1 : SCMD_RELEASE_G1; in uscsi_reserve_release()
/titanic_50/usr/src/uts/common/io/comstar/lu/stmf_sbd/
H A Dsbd_scsi.c59 ((cdb[0]) == SCMD_RELEASE_G1) || \
/titanic_50/usr/src/uts/common/io/scsi/adapters/scsi_vhci/
H A Dscsi_vhci.c3333 (pkt->pkt_cdbp[0] == SCMD_RELEASE_G1)) { in vhci_intr()