SCMD_RELEASE
cdb.scc_cmd = (cmd == SCMD_RESERVE) ? SCMD_RESERVE : SCMD_RELEASE;
(void) uscsi_reserve_release(cur_file, SCMD_RELEASE);
(void) uscsi_reserve_release(cur_file, SCMD_RELEASE);
scsi_command_names[17].command = SCMD_RELEASE;
union scsi_cdb cdb = {SCMD_RELEASE, 0, 0, 0, 0, 0};
scsi_command_names[17].command = SCMD_RELEASE;
const my_cdb_g0 cdb = {SCMD_RELEASE, 0, 0, 0, 0, 0};
cdb0 != SCMD_RELEASE &&
if (cdb0 == SCMD_RELEASE) {
((cdb[0]) == SCMD_RELEASE) || \
case SCMD_RELEASE:
scsi_req.cdbp[0] == SCMD_RELEASE ||
rel_pkt->pkt_cdbp[0] = SCMD_RELEASE;
if ((pkt->pkt_cdbp[0] == SCMD_RELEASE) ||
pkt->pkt_cdbp[0] = SCMD_RELEASE;
if (pkt->pkt_cdbp[0] == SCMD_RELEASE) {
case SCMD_RELEASE: return ("Release");
cdb[0] = SCMD_RELEASE;
case SCMD_RELEASE:
cdb[0] = SCMD_RELEASE;
(errinfo->ei_failed_pkt.pkt_cdbp[0] != SCMD_RELEASE)) {
{ SCMD_RELEASE,
case SCMD_RELEASE:
case SCMD_RELEASE:
case SCMD_RELEASE:
/* 0x17 */ SCMD_RELEASE, "release", \
SPC3_CMD_RELEASE = SCMD_RELEASE,
SPC3_CMD_RELEASE6 = SCMD_RELEASE,
SPC3_CMD_RELEASE_ELEMENT = SCMD_RELEASE,
SPC3_CMD_RELEASE_ELEMENT6 = SCMD_RELEASE,