Searched refs:SCMD_START_STOP (Results 1 – 17 of 17) sorted by relevance
/titanic_50/usr/src/uts/common/sys/scsi/generic/ |
H A D | commands.h | 96 #define SCMD_START_STOP 0x1b macro 437 SCMD_START_STOP | \
|
/titanic_50/usr/src/lib/storage/libg_fc/common/ |
H A D | io.c | 626 const my_cdb_g0 cdb = {SCMD_START_STOP, 0, 0, 0, 1, 0}; in g_scsi_start_cmd() 648 my_cdb_g0 cdb = {SCMD_START_STOP, 0, 0, 0, 0, 0}; in g_scsi_stop_cmd()
|
H A D | genf.c | 730 scsi_command_names[15].command = SCMD_START_STOP; in g_scsi_find_command_name()
|
/titanic_50/usr/src/uts/common/sys/scsi/impl/ |
H A D | spc3_types.h | 97 SPC3_CMD_START_STOP_UNIT = SCMD_START_STOP, 99 SPC3_CMD_SCAN = SCMD_START_STOP,
|
/titanic_50/usr/src/uts/common/io/scsi/adapters/pmcs/ |
H A D | pmcs_sata.c | 448 case SCMD_START_STOP: in pmcs_sata_special_work()
|
/titanic_50/usr/src/uts/common/io/1394/targets/scsa1394/ |
H A D | hba.c | 1056 SCMD_START_STOP, 0, 1) != SCSIPROBE_EXISTS) { in scsa1394_scsi_tgt_probe() 2031 case SCMD_START_STOP: in scsa1394_prepare_pkt() 2361 case SCMD_START_STOP: in scsa1394_cmd_fake_comp()
|
/titanic_50/usr/src/uts/common/io/usb/scsa2usb/ |
H A D | scsa2usb.c | 3136 case SCMD_START_STOP: /* SCMD_LOAD for sequential devices */ in scsa2usb_check_bulkonly_blacklist_attrs() 3388 case SCMD_START_STOP: in scsa2usb_handle_scsi_cmd_sub_class() 3585 case SCMD_START_STOP: in scsa2usb_check_ufi_blacklist_attrs() 3724 case SCMD_START_STOP: in scsa2usb_handle_ufi_subclass_cmd()
|
/titanic_50/usr/src/uts/common/io/comstar/lu/stmf_sbd/ |
H A D | sbd_scsi.c | 85 (((cdb[0]) == SCMD_START_STOP) && ( \ 3167 cdb0 != SCMD_START_STOP && in sbd_new_task() 3320 if (cdb0 == SCMD_START_STOP) { /* Start stop */ in sbd_new_task()
|
H A D | sbd_pgr.c | 208 (((cdb[0]) == SCMD_START_STOP) && ( \
|
/titanic_50/usr/src/uts/common/io/ |
H A D | emul64.c | 1253 case SCMD_START_STOP: in emul64_handle_cmd()
|
/titanic_50/usr/src/cmd/luxadm/ |
H A D | lux_util.c | 227 scsi_command_names[15].command = SCMD_START_STOP; in scsi_find_command_name()
|
/titanic_50/usr/src/uts/intel/io/amr/ |
H A D | amr.c | 1652 case SCMD_START_STOP: /* start stop */ in amr_tran_start()
|
/titanic_50/usr/src/uts/common/io/scsi/adapters/iscsi/ |
H A D | iscsi_io.c | 1947 (pkt->pkt_cdbp[0] != SCMD_START_STOP)) { in iscsi_tx_scsi_data()
|
/titanic_50/usr/src/uts/common/io/scsi/targets/ |
H A D | sd.c | 18355 if (pktp->pkt_cdbp[0] == SCMD_START_STOP) { 20517 cdb.scc_cmd = SCMD_START_STOP; 25888 start_pktp->pkt_cdbp[0] = SCMD_START_STOP;
|
/titanic_50/usr/src/uts/common/io/aac/ |
H A D | aac.c | 4902 case SCMD_START_STOP: in aac_tran_start_ld()
|
/titanic_50/usr/src/uts/common/io/fibre-channel/fca/qlc/ |
H A D | ql_xioctl.c | 2531 scsi_req.cdbp[0] == SCMD_START_STOP || in ql_scsi_passthru()
|
/titanic_50/usr/src/uts/common/io/sata/impl/ |
H A D | sata.c | 2589 case SCMD_START_STOP: in sata_scsi_start()
|