Home
last modified time | relevance | path

Searched refs:SCMD_RELEASE (Results 1 – 13 of 13) sorted by relevance

/titanic_50/usr/src/uts/common/sys/scsi/generic/
H A Dcommands.h93 #define SCMD_RELEASE 0x17 macro
432 /* 0x17 */ SCMD_RELEASE, "release", \
/titanic_50/usr/src/uts/common/sys/scsi/impl/
H A Dspc3_types.h88 SPC3_CMD_RELEASE = SCMD_RELEASE,
89 SPC3_CMD_RELEASE6 = SCMD_RELEASE,
90 SPC3_CMD_RELEASE_ELEMENT = SCMD_RELEASE,
91 SPC3_CMD_RELEASE_ELEMENT6 = SCMD_RELEASE,
/titanic_50/usr/src/cmd/luxadm/
H A Dlux_util.c233 scsi_command_names[17].command = SCMD_RELEASE; in scsi_find_command_name()
664 union scsi_cdb cdb = {SCMD_RELEASE, 0, 0, 0, 0, 0}; in scsi_release()
/titanic_50/usr/src/lib/storage/libg_fc/common/
H A Dio.c576 const my_cdb_g0 cdb = {SCMD_RELEASE, 0, 0, 0, 0, 0}; in g_scsi_release_cmd()
H A Dgenf.c736 scsi_command_names[17].command = SCMD_RELEASE; in g_scsi_find_command_name()
/titanic_50/usr/src/cmd/format/
H A Dctlr_scsi.c383 (void) uscsi_reserve_release(cur_file, SCMD_RELEASE);
532 (void) uscsi_reserve_release(cur_file, SCMD_RELEASE);
2773 cdb.scc_cmd = (cmd == SCMD_RESERVE) ? SCMD_RESERVE : SCMD_RELEASE; in uscsi_reserve_release()
/titanic_50/usr/src/uts/common/io/comstar/lu/stmf_sbd/
H A Dsbd_scsi.c58 ((cdb[0]) == SCMD_RELEASE) || \
3161 cdb0 != SCMD_RELEASE && in sbd_new_task()
3238 if (cdb0 == SCMD_RELEASE) { in sbd_new_task()
/titanic_50/usr/src/uts/common/io/
H A Demul64.c1302 case SCMD_RELEASE: in emul64_handle_cmd()
/titanic_50/usr/src/uts/common/io/scsi/adapters/scsi_vhci/
H A Dscsi_vhci.c1387 rel_pkt->pkt_cdbp[0] = SCMD_RELEASE; in vhci_scsi_start()
3332 if ((pkt->pkt_cdbp[0] == SCMD_RELEASE) || in vhci_intr()
5223 pkt->pkt_cdbp[0] = SCMD_RELEASE; in vhci_pathinfo_online()
7382 if (pkt->pkt_cdbp[0] == SCMD_RELEASE) { in vhci_do_scsi_cmd()
/titanic_50/usr/src/uts/common/io/scsi/targets/
H A Dst.c7734 case SCMD_RELEASE: in st_setup_cmd()
8890 case SCMD_RELEASE: in st_make_cmd()
11949 case SCMD_RELEASE: in st_set_state()
13012 cdb[0] = SCMD_RELEASE; in st_reserve_release()
16938 (errinfo->ei_failed_pkt.pkt_cdbp[0] != SCMD_RELEASE)) { in st_recover()
18381 { SCMD_RELEASE,
H A Dsd.c25714 cdb[0] = SCMD_RELEASE;
/titanic_50/usr/src/uts/common/io/usb/scsa2usb/
H A Dscsa2usb.c3234 case SCMD_RELEASE: in scsa2usb_check_bulkonly_blacklist_attrs()
/titanic_50/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_xioctl.c2530 scsi_req.cdbp[0] == SCMD_RELEASE || in ql_scsi_passthru()