Home
last modified time | relevance | path

Searched refs:SCMD_START_STOP (Results 1 – 18 of 18) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/scsi/generic/
H A Dcommands.h96 #define SCMD_START_STOP 0x1b macro
439 SCMD_START_STOP | \
/illumos-gate/usr/src/lib/storage/libg_fc/common/
H A Dio.c626 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 Dgenf.c730 scsi_command_names[15].command = SCMD_START_STOP; in g_scsi_find_command_name()
/illumos-gate/usr/src/uts/common/io/scsi/adapters/smartpqi/
H A Dsmartpqi_util.c580 case SCMD_START_STOP: return ("StartStop"); in cdb_to_str()
827 case SCMD_START_STOP: in build_cdb_str()
/illumos-gate/usr/src/uts/common/sys/scsi/impl/
H A Dspc3_types.h97 SPC3_CMD_START_STOP_UNIT = SCMD_START_STOP,
99 SPC3_CMD_SCAN = SCMD_START_STOP,
/illumos-gate/usr/src/uts/common/io/scsi/adapters/pmcs/
H A Dpmcs_sata.c449 case SCMD_START_STOP: in pmcs_sata_special_work()
/illumos-gate/usr/src/uts/common/io/1394/targets/scsa1394/
H A Dhba.c1055 SCMD_START_STOP, 0, 1) != SCSIPROBE_EXISTS) { in scsa1394_scsi_tgt_probe()
2030 case SCMD_START_STOP: in scsa1394_prepare_pkt()
2360 case SCMD_START_STOP: in scsa1394_cmd_fake_comp()
/illumos-gate/usr/src/uts/common/io/usb/scsa2usb/
H A Dscsa2usb.c3130 case SCMD_START_STOP: /* SCMD_LOAD for sequential devices */ in scsa2usb_check_bulkonly_quirks()
3384 case SCMD_START_STOP: in scsa2usb_handle_scsi_cmd_sub_class()
3575 case SCMD_START_STOP: in scsa2usb_check_ufi_quirks()
3715 case SCMD_START_STOP: in scsa2usb_handle_ufi_subclass_cmd()
/illumos-gate/usr/src/uts/common/io/comstar/lu/stmf_sbd/
H A Dsbd_scsi.c88 (((cdb[0]) == SCMD_START_STOP) && ( \
3374 cdb0 != SCMD_START_STOP && in sbd_new_task()
3606 if (cdb0 == SCMD_START_STOP) { /* Start stop */ in sbd_new_task()
H A Dsbd_pgr.c210 (((cdb[0]) == SCMD_START_STOP) && ( \
/illumos-gate/usr/src/uts/common/io/
H A Demul64.c1246 case SCMD_START_STOP: in emul64_handle_cmd()
/illumos-gate/usr/src/cmd/luxadm/
H A Dlux_util.c227 scsi_command_names[15].command = SCMD_START_STOP; in scsi_find_command_name()
/illumos-gate/usr/src/uts/intel/io/amr/
H A Damr.c1652 case SCMD_START_STOP: /* start stop */ in amr_tran_start()
/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Discsi_io.c1947 (pkt->pkt_cdbp[0] != SCMD_START_STOP)) { in iscsi_tx_scsi_data()
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dsd.c17517 if (pktp->pkt_cdbp[0] == SCMD_START_STOP) {
19658 cdb.scc_cmd = SCMD_START_STOP;
25301 start_pktp->pkt_cdbp[0] = SCMD_START_STOP;
/illumos-gate/usr/src/uts/common/io/aac/
H A Daac.c4908 case SCMD_START_STOP: in aac_tran_start_ld()
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_xioctl.c2637 scsi_req.cdbp[0] == SCMD_START_STOP || in ql_scsi_passthru()
/illumos-gate/usr/src/uts/common/io/sata/impl/
H A Dsata.c2606 case SCMD_START_STOP: in sata_scsi_start()