Symbol: SCMD_START_STOP
usr/src/cmd/luxadm/lux_util.c
227
scsi_command_names[15].command = SCMD_START_STOP;
usr/src/lib/storage/libg_fc/common/genf.c
730
scsi_command_names[15].command = SCMD_START_STOP;
usr/src/lib/storage/libg_fc/common/io.c
626
const my_cdb_g0 cdb = {SCMD_START_STOP, 0, 0, 0, 1, 0};
usr/src/lib/storage/libg_fc/common/io.c
648
my_cdb_g0 cdb = {SCMD_START_STOP, 0, 0, 0, 0, 0};
usr/src/uts/common/io/1394/targets/scsa1394/hba.c
1055
SCMD_START_STOP, 0, 1) != SCSIPROBE_EXISTS) {
usr/src/uts/common/io/1394/targets/scsa1394/hba.c
2030
case SCMD_START_STOP:
usr/src/uts/common/io/1394/targets/scsa1394/hba.c
2360
case SCMD_START_STOP:
usr/src/uts/common/io/aac/aac.c
4908
case SCMD_START_STOP:
usr/src/uts/common/io/comstar/lu/stmf_sbd/sbd_pgr.c
210
(((cdb[0]) == SCMD_START_STOP) && ( \
usr/src/uts/common/io/comstar/lu/stmf_sbd/sbd_scsi.c
3385
cdb0 != SCMD_START_STOP &&
usr/src/uts/common/io/comstar/lu/stmf_sbd/sbd_scsi.c
3617
if (cdb0 == SCMD_START_STOP) { /* Start stop */
usr/src/uts/common/io/comstar/lu/stmf_sbd/sbd_scsi.c
89
(((cdb[0]) == SCMD_START_STOP) && ( \
usr/src/uts/common/io/emul64.c
1245
case SCMD_START_STOP:
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
2637
scsi_req.cdbp[0] == SCMD_START_STOP ||
usr/src/uts/common/io/sata/impl/sata.c
2607
{ SCMD_START_STOP, 0, SCF_NONE, sata_txlt_start_stop_unit, NULL,
usr/src/uts/common/io/sata/impl/sata.c
2608
{ SCMD_START_STOP, 0x01, 0x00, 0x0f, 0xf7, 0x00 } },
usr/src/uts/common/io/scsi/adapters/iscsi/iscsi_io.c
1947
(pkt->pkt_cdbp[0] != SCMD_START_STOP)) {
usr/src/uts/common/io/scsi/adapters/pmcs/pmcs_sata.c
449
case SCMD_START_STOP:
usr/src/uts/common/io/scsi/adapters/smartpqi/smartpqi_util.c
580
case SCMD_START_STOP: return ("StartStop");
usr/src/uts/common/io/scsi/adapters/smartpqi/smartpqi_util.c
827
case SCMD_START_STOP:
usr/src/uts/common/io/scsi/targets/sd.c
17522
if (pktp->pkt_cdbp[0] == SCMD_START_STOP) {
usr/src/uts/common/io/scsi/targets/sd.c
19663
cdb.scc_cmd = SCMD_START_STOP;
usr/src/uts/common/io/scsi/targets/sd.c
25306
start_pktp->pkt_cdbp[0] = SCMD_START_STOP;
usr/src/uts/common/io/usb/scsa2usb/scsa2usb.c
3130
case SCMD_START_STOP: /* SCMD_LOAD for sequential devices */
usr/src/uts/common/io/usb/scsa2usb/scsa2usb.c
3384
case SCMD_START_STOP:
usr/src/uts/common/io/usb/scsa2usb/scsa2usb.c
3575
case SCMD_START_STOP:
usr/src/uts/common/io/usb/scsa2usb/scsa2usb.c
3715
case SCMD_START_STOP:
usr/src/uts/common/sys/scsi/generic/commands.h
439
SCMD_START_STOP | \
usr/src/uts/common/sys/scsi/impl/spc3_types.h
97
SPC3_CMD_START_STOP_UNIT = SCMD_START_STOP,
usr/src/uts/common/sys/scsi/impl/spc3_types.h
99
SPC3_CMD_SCAN = SCMD_START_STOP,
usr/src/uts/intel/io/amr/amr.c
1652
case SCMD_START_STOP: /* start stop */