Symbol: SCMD_RELEASE
usr/src/cmd/format/ctlr_scsi.c
2669
cdb.scc_cmd = (cmd == SCMD_RESERVE) ? SCMD_RESERVE : SCMD_RELEASE;
usr/src/cmd/format/ctlr_scsi.c
335
(void) uscsi_reserve_release(cur_file, SCMD_RELEASE);
usr/src/cmd/format/ctlr_scsi.c
484
(void) uscsi_reserve_release(cur_file, SCMD_RELEASE);
usr/src/cmd/luxadm/lux_util.c
233
scsi_command_names[17].command = SCMD_RELEASE;
usr/src/cmd/luxadm/lux_util.c
661
union scsi_cdb cdb = {SCMD_RELEASE, 0, 0, 0, 0, 0};
usr/src/lib/storage/libg_fc/common/genf.c
736
scsi_command_names[17].command = SCMD_RELEASE;
usr/src/lib/storage/libg_fc/common/io.c
576
const my_cdb_g0 cdb = {SCMD_RELEASE, 0, 0, 0, 0, 0};
usr/src/uts/common/io/comstar/lu/stmf_sbd/sbd_scsi.c
3379
cdb0 != SCMD_RELEASE &&
usr/src/uts/common/io/comstar/lu/stmf_sbd/sbd_scsi.c
3535
if (cdb0 == SCMD_RELEASE) {
usr/src/uts/common/io/comstar/lu/stmf_sbd/sbd_scsi.c
62
((cdb[0]) == SCMD_RELEASE) || \
usr/src/uts/common/io/emul64.c
1294
case SCMD_RELEASE:
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
2636
scsi_req.cdbp[0] == SCMD_RELEASE ||
usr/src/uts/common/io/scsi/adapters/scsi_vhci/scsi_vhci.c
1390
rel_pkt->pkt_cdbp[0] = SCMD_RELEASE;
usr/src/uts/common/io/scsi/adapters/scsi_vhci/scsi_vhci.c
3335
if ((pkt->pkt_cdbp[0] == SCMD_RELEASE) ||
usr/src/uts/common/io/scsi/adapters/scsi_vhci/scsi_vhci.c
5230
pkt->pkt_cdbp[0] = SCMD_RELEASE;
usr/src/uts/common/io/scsi/adapters/scsi_vhci/scsi_vhci.c
7389
if (pkt->pkt_cdbp[0] == SCMD_RELEASE) {
usr/src/uts/common/io/scsi/adapters/smartpqi/smartpqi_util.c
577
case SCMD_RELEASE: return ("Release");
usr/src/uts/common/io/scsi/targets/sd.c
25132
cdb[0] = SCMD_RELEASE;
usr/src/uts/common/io/scsi/targets/st.c
11950
case SCMD_RELEASE:
usr/src/uts/common/io/scsi/targets/st.c
13014
cdb[0] = SCMD_RELEASE;
usr/src/uts/common/io/scsi/targets/st.c
16940
(errinfo->ei_failed_pkt.pkt_cdbp[0] != SCMD_RELEASE)) {
usr/src/uts/common/io/scsi/targets/st.c
18383
{ SCMD_RELEASE,
usr/src/uts/common/io/scsi/targets/st.c
7734
case SCMD_RELEASE:
usr/src/uts/common/io/scsi/targets/st.c
8891
case SCMD_RELEASE:
usr/src/uts/common/io/usb/scsa2usb/scsa2usb.c
3228
case SCMD_RELEASE:
usr/src/uts/common/sys/scsi/generic/commands.h
434
/* 0x17 */ SCMD_RELEASE, "release", \
usr/src/uts/common/sys/scsi/impl/spc3_types.h
88
SPC3_CMD_RELEASE = SCMD_RELEASE,
usr/src/uts/common/sys/scsi/impl/spc3_types.h
89
SPC3_CMD_RELEASE6 = SCMD_RELEASE,
usr/src/uts/common/sys/scsi/impl/spc3_types.h
90
SPC3_CMD_RELEASE_ELEMENT = SCMD_RELEASE,
usr/src/uts/common/sys/scsi/impl/spc3_types.h
91
SPC3_CMD_RELEASE_ELEMENT6 = SCMD_RELEASE,