Searched refs:SCMD_RELEASE (Results 1 – 13 of 13) sorted by relevance
/titanic_50/usr/src/uts/common/sys/scsi/generic/ |
H A D | commands.h | 93 #define SCMD_RELEASE 0x17 macro 432 /* 0x17 */ SCMD_RELEASE, "release", \
|
/titanic_50/usr/src/uts/common/sys/scsi/impl/ |
H A D | spc3_types.h | 88 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 D | lux_util.c | 233 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 D | io.c | 576 const my_cdb_g0 cdb = {SCMD_RELEASE, 0, 0, 0, 0, 0}; in g_scsi_release_cmd()
|
H A D | genf.c | 736 scsi_command_names[17].command = SCMD_RELEASE; in g_scsi_find_command_name()
|
/titanic_50/usr/src/cmd/format/ |
H A D | ctlr_scsi.c | 383 (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 D | sbd_scsi.c | 58 ((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 D | emul64.c | 1302 case SCMD_RELEASE: in emul64_handle_cmd()
|
/titanic_50/usr/src/uts/common/io/scsi/adapters/scsi_vhci/ |
H A D | scsi_vhci.c | 1387 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 D | st.c | 7734 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 D | sd.c | 25714 cdb[0] = SCMD_RELEASE;
|
/titanic_50/usr/src/uts/common/io/usb/scsa2usb/ |
H A D | scsa2usb.c | 3234 case SCMD_RELEASE: in scsa2usb_check_bulkonly_blacklist_attrs()
|
/titanic_50/usr/src/uts/common/io/fibre-channel/fca/qlc/ |
H A D | ql_xioctl.c | 2530 scsi_req.cdbp[0] == SCMD_RELEASE || in ql_scsi_passthru()
|