/titanic_44/usr/src/uts/common/sys/scsi/generic/ |
H A D | commands.h | 87 #define SCMD_READ 0x08 macro 415 /* 0x08 */ SCMD_READ | \
|
/titanic_44/usr/src/uts/common/sys/scsi/impl/ |
H A D | spc3_types.h | 53 SPC3_CMD_READ = SCMD_READ, 54 SPC3_CMD_READ6 = SCMD_READ, 56 SPC3_CMD_GET_MESSAGE = SCMD_READ,
|
/titanic_44/usr/src/uts/common/io/scsi/adapters/scsi_vhci/fops/ |
H A D | tpgs.c | 291 SCMD_READ, 1, 1, 0); in std_path_activate()
|
H A D | asym_sun.c | 275 SCMD_READ, 1, 1, 0); in purple_path_activate()
|
/titanic_44/usr/src/cmd/format/ |
H A D | ctlr_scsi.c | 151 SCMD_READ, "read", 153 SCMD_READ|SCMD_GROUP1, "read", 238 cdb.scc_cmd = (dir == DIR_READ) ? SCMD_READ : SCMD_WRITE; 2015 case SCMD_READ: 2016 case SCMD_READ|SCMD_GROUP1: 2017 case SCMD_READ|SCMD_GROUP4:
|
/titanic_44/usr/src/uts/common/io/scsi/adapters/pmcs/ |
H A D | pmcs_scsa.c | 2379 if (cdb_base != SCMD_READ && cdb_base != SCMD_WRITE) { in pmcs_SATA_run() 2518 if (cdb_base == SCMD_READ) { in pmcs_SATA_run() 2531 if (cdb_base == SCMD_READ) { in pmcs_SATA_run() 2538 if (cdb_base == SCMD_READ) { in pmcs_SATA_run() 2550 if (cdb_base == SCMD_READ) { in pmcs_SATA_run() 2867 case SCMD_READ: in pmcs_SATA_rwparm()
|
/titanic_44/usr/src/uts/common/sys/sata/impl/ |
H A D | sata.h | 560 (((cmd) == SCMD_READ) || ((cmd) == SCMD_WRITE) || \
|
/titanic_44/usr/src/lib/storage/libg_fc/common/ |
H A D | genf.c | 694 scsi_command_names[3].command = SCMD_READ; in g_scsi_find_command_name()
|
/titanic_44/usr/src/uts/common/io/comstar/lu/stmf_sbd/ |
H A D | sbd_scsi.c | 814 if (op == SCMD_READ) { in sbd_handle_read() 3168 cdb0 != SCMD_READ && in sbd_new_task() 3207 if ((cdb0 == SCMD_READ) || (cdb0 == SCMD_WRITE)) { in sbd_new_task() 3212 if (cdb0 == SCMD_READ) { in sbd_new_task()
|
H A D | sbd_pgr.c | 222 ((c) == SCMD_READ) || \
|
/titanic_44/usr/src/uts/common/io/1394/targets/scsa1394/ |
H A D | hba.c | 2078 case SCMD_READ: in scsa1394_cmd_fill_cdb_rbc() 2141 case SCMD_READ: in scsa1394_cmd_fill_cdb_rbc()
|
/titanic_44/usr/src/uts/common/io/scsi/targets/ |
H A D | st.c | 2610 rval = st_get_timeouts_value(un, SCMD_READ, &timeout, 0); in st_get_timeout_values_from_tape_drive() 4403 ((uchar_t)(uintptr_t)bp->b_forw == SCMD_READ || in st_queued_strategy() 6883 if (*cmd == SCMD_READ || *cmd == SCMD_WRITE) { in st_done_and_mutex_exit() 7360 succes = (st_cmd(un, SCMD_READ, (int)size, SYNC_CMD) == 0); in st_get_density() 7535 (void) st_cmd(un, SCMD_READ, SECSIZE, SYNC_CMD); in st_test_append() 7687 case SCMD_READ: in st_setup_cmd() 8686 com = SCMD_READ; in st_make_cmd() 8721 case SCMD_READ: in st_make_cmd() 10876 (CDBP(pkt)->scc_cmd != SCMD_READ)) { in st_decode_sense() 10950 (CDBP(pkt)->scc_cmd != SCMD_READ)) { in st_decode_sense() [all …]
|
H A D | sd.c | 1550 sd_send_scsi_RDWR(ssc, SCMD_READ, bufaddr, buflen, start_block, \ 13938 SCMD_READ : SCMD_WRITE); 15862 if ((op == SCMD_READ) || (op == SCMD_WRITE)) { 17039 } else if (((SD_GET_PKT_OPCODE(pktp) & 0x1F) != SCMD_READ) && 17334 case SCMD_READ: 21866 ASSERT((cmd == SCMD_READ) || (cmd == SCMD_WRITE)); 21878 flag = (cmd == SCMD_READ) ? USCSI_READ : USCSI_WRITE; 28376 cdb[0] = SCMD_READ;
|
/titanic_44/usr/src/cmd/luxadm/ |
H A D | lux_util.c | 191 scsi_command_names[3].command = SCMD_READ; in scsi_find_command_name()
|
/titanic_44/usr/src/uts/common/io/ |
H A D | emul64.c | 1268 case SCMD_READ: in emul64_handle_cmd()
|
H A D | emul64_bsd.c | 437 case SCMD_READ: in bsd_scsi_io()
|
/titanic_44/usr/src/uts/common/io/usb/scsa2usb/ |
H A D | scsa2usb.c | 3350 case SCMD_READ: in scsa2usb_handle_scsi_cmd_sub_class() 3694 case SCMD_READ: in scsa2usb_handle_ufi_subclass_cmd() 3806 case SCMD_READ: in scsa2usb_rw_transport()
|
/titanic_44/usr/src/uts/common/io/scsi/impl/ |
H A D | scsi_subr.c | 1141 ((com & 0xf) == SCMD_READ) || ((com & 0xf) == SCMD_WRITE)) { in scsi_generic_errmsg()
|
/titanic_44/usr/src/uts/intel/io/amr/ |
H A D | amr.c | 1521 case SCMD_READ: /* read */ in amr_tran_start()
|
/titanic_44/usr/src/uts/common/io/aac/ |
H A D | aac.c | 1888 case SCMD_READ: in aac_pd_complete() 4839 case SCMD_READ: /* read_6 */ in aac_tran_start_ld() 8191 case SCMD_READ: in aac_print_scmd()
|
/titanic_44/usr/src/uts/common/io/scsi/adapters/iscsi/ |
H A D | iscsi_io.c | 53 (pkt->pkt_cdbp[0] == SCMD_READ) || \
|
/titanic_44/usr/src/uts/common/io/scsi/adapters/scsi_vhci/ |
H A D | scsi_vhci.c | 3957 (uintptr_t)pkt->pkt_cdbp, SCMD_READ, 1, 1, in vhci_update_pathstates() 6976 pkt->pkt_cdbp, SCMD_READ, 1, 1, 0); in vhci_failover()
|
/titanic_44/usr/src/uts/common/io/mr_sas/ |
H A D | mr_sas_tbolt.c | 1527 case SCMD_READ: in mrsas_tbolt_build_cmd()
|
/titanic_44/usr/src/uts/common/io/mega_sas/ |
H A D | megaraid_sas.c | 3366 case SCMD_READ: in build_cmd()
|
/titanic_44/usr/src/uts/common/io/sata/impl/ |
H A D | sata.c | 2647 case SCMD_READ: in sata_scsi_start() 6146 case SCMD_READ: in sata_txlt_read() 9457 case SCMD_READ: in sata_txlt_atapi()
|