/titanic_41/usr/src/uts/common/sys/scsi/generic/ |
H A D | commands.h | 223 #define SCMD_READ_G1 0x28 /* Note that only the group changed */ macro 444 /* 0x28 */ SCMD_READ_G1, "read(10)", \
|
/titanic_41/usr/src/uts/common/io/usb/scsa2usb/ |
H A D | usb_ms_bulkonly.c | 374 if (scsa2usb_test_case_4 && (cdb[0] == SCMD_READ_G1)) { in scsa2usb_fill_in_cbw() 381 if (scsa2usb_test_case_7 && (cmd->cmd_cdb[0] == SCMD_READ_G1)) { in scsa2usb_fill_in_cbw() 388 if (scsa2usb_test_case_8 && (cdb[0] == SCMD_READ_G1)) { in scsa2usb_fill_in_cbw() 412 if ((cdb[0] == SCMD_WRITE_G1) || (cdb[0] == SCMD_READ_G1)) { in scsa2usb_fill_in_cbw()
|
H A D | scsa2usb.c | 3352 case SCMD_READ_G1: in scsa2usb_handle_scsi_cmd_sub_class() 3696 case SCMD_READ_G1: in scsa2usb_handle_ufi_subclass_cmd() 3813 opcode = SCMD_READ_G1; /* Overwrite it w/ byte 10 cmd val */ in scsa2usb_rw_transport() 3822 case SCMD_READ_G1: in scsa2usb_rw_transport() 4905 if (scsa2usb_test_case_8 && (cmd->cmd_cdb[0] == SCMD_READ_G1)) { in scsa2usb_handle_data_start()
|
/titanic_41/usr/src/uts/common/sys/scsi/impl/ |
H A D | spc3_types.h | 114 SPC3_CMD_READ10 = SCMD_READ_G1, 115 SPC3_CMD_GET_MESSAGE10 = SCMD_READ_G1,
|
/titanic_41/usr/src/uts/common/sys/sata/impl/ |
H A D | sata.h | 561 ((cmd) == SCMD_READ_G1) || ((cmd) == SCMD_WRITE_G1) || \
|
/titanic_41/usr/src/lib/storage/libg_fc/common/ |
H A D | genf.c | 700 scsi_command_names[5].command = SCMD_READ_G1; in g_scsi_find_command_name()
|
/titanic_41/usr/src/uts/common/io/1394/targets/scsa1394/ |
H A D | hba.c | 2082 opcode = SCMD_READ_G1; in scsa1394_cmd_fill_cdb_rbc() 2091 case SCMD_READ_G1: in scsa1394_cmd_fill_cdb_rbc()
|
/titanic_41/usr/src/cmd/luxadm/ |
H A D | lux_util.c | 197 scsi_command_names[5].command = SCMD_READ_G1; in scsi_find_command_name()
|
/titanic_41/usr/src/uts/common/io/ |
H A D | emul64.c | 1270 case SCMD_READ_G1: in emul64_handle_cmd()
|
H A D | emul64_bsd.c | 461 case SCMD_READ_G1: in bsd_scsi_io()
|
/titanic_41/usr/src/cmd/smserverd/ |
H A D | smediad.c | 1606 cdb.scc_cmd = SCMD_READ_G1; in raw_read() 1878 cdb.scc_cmd = SCMD_READ_G1; in reassign_block()
|
/titanic_41/usr/src/uts/common/io/comstar/lu/stmf_sbd/ |
H A D | sbd_scsi.c | 821 } else if (op == SCMD_READ_G1) { in sbd_handle_read() 3169 cdb0 != SCMD_READ_G1 && in sbd_new_task()
|
H A D | sbd_pgr.c | 223 ((c) == SCMD_READ_G1) || \
|
/titanic_41/usr/src/uts/intel/io/amr/ |
H A D | amr.c | 1522 case SCMD_READ_G1: /* read g1 */ in amr_tran_start()
|
/titanic_41/usr/src/uts/common/io/aac/ |
H A D | aac.c | 1890 case SCMD_READ_G1: in aac_pd_complete() 4849 case SCMD_READ_G1: /* read_10 */ in aac_tran_start_ld() 8199 case SCMD_READ_G1: in aac_print_scmd()
|
/titanic_41/usr/src/uts/common/io/scsi/adapters/iscsi/ |
H A D | iscsi_io.c | 51 ((pkt->pkt_cdbp[0] == SCMD_READ_G1) || \
|
/titanic_41/usr/src/uts/common/io/scsi/adapters/pmcs/ |
H A D | pmcs_scsa.c | 2854 case SCMD_READ_G1: in pmcs_SATA_rwparm()
|
/titanic_41/usr/src/uts/common/io/mr_sas/ |
H A D | mr_sas_tbolt.c | 1529 case SCMD_READ_G1: in mrsas_tbolt_build_cmd()
|
H A D | mr_sas.c | 5150 case SCMD_READ_G1: in build_cmd()
|
/titanic_41/usr/src/uts/common/io/mega_sas/ |
H A D | megaraid_sas.c | 3368 case SCMD_READ_G1: in build_cmd()
|
/titanic_41/usr/src/uts/common/io/sata/impl/ |
H A D | sata.c | 2648 case SCMD_READ_G1: in sata_scsi_start() 6154 case SCMD_READ_G1: in sata_txlt_read() 9458 case SCMD_READ_G1: in sata_txlt_atapi()
|