Searched refs:SCMD_WRITE_BUFFER (Results 1 – 11 of 11) sorted by relevance
/titanic_41/usr/src/uts/common/sys/scsi/generic/ |
H A D | commands.h | 234 #define SCMD_WRITE_BUFFER 0x3B macro 459 /* 0x3b */ SCMD_WRITE_BUFFER, "write_buffer", \
|
/titanic_41/usr/src/uts/common/io/scsi/targets/ |
H A D | ses_safte.c | 246 { SCMD_WRITE_BUFFER, 1, 0, 0, 0, 0, 0, 0, SCRATCH, 0 }; in safte_init_enc() 1046 { SCMD_WRITE_BUFFER, 1, 0, 0, 0, 0, 0, 0, 16, 0 }; in wrbuf16() 1094 cdb[0] = SCMD_WRITE_BUFFER; in wrslot_stat() 1140 { SCMD_WRITE_BUFFER, 1, 0, 0, 0, 0, 0, 0, SCRATCH, 0 }; in perf_slotop()
|
H A D | st.c | 12063 case SCMD_WRITE_BUFFER: /* Writes new firmware to device */ in st_set_state() 18408 { SCMD_WRITE_BUFFER,
|
/titanic_41/usr/src/lib/storage/libg_fc/common/ |
H A D | io.c | 230 my_cdb_g1 cdb = {SCMD_WRITE_BUFFER, 0x4, 0, 0, 0, 0, 0, 0, 0, 0}; in g_scsi_writebuffer_cmd()
|
H A D | genf.c | 724 scsi_command_names[13].command = SCMD_WRITE_BUFFER; in g_scsi_find_command_name()
|
/titanic_41/usr/src/uts/common/sys/scsi/impl/ |
H A D | spc3_types.h | 151 SPC3_CMD_WRITE_BUFFER = SCMD_WRITE_BUFFER,
|
/titanic_41/usr/src/cmd/luxadm/ |
H A D | lux_util.c | 221 scsi_command_names[13].command = SCMD_WRITE_BUFFER; in scsi_find_command_name()
|
/titanic_41/usr/src/uts/intel/io/amr/ |
H A D | amr.c | 1526 case SCMD_WRITE_BUFFER: /* write buffer */ in amr_tran_start()
|
/titanic_41/usr/src/cmd/smserverd/ |
H A D | smediad.c | 322 ucmd->uscsi_cdb[0] == SCMD_WRITE_BUFFER) { in invalid_uscsi_operation()
|
/titanic_41/usr/src/uts/intel/io/scsi/adapters/arcmsr/ |
H A D | arcmsr.c | 1178 case SCMD_WRITE_BUFFER: in arcmsr_tran_start()
|
/titanic_41/usr/src/uts/common/io/sata/impl/ |
H A D | sata.c | 2653 case SCMD_WRITE_BUFFER: in sata_scsi_start()
|