Searched refs:SCMD_SDIAG (Results 1 – 11 of 11) sorted by relevance
/titanic_44/usr/src/uts/common/sys/scsi/generic/ |
H A D | commands.h | 77 #define SCMD_SDIAG 0x1D /* send diagnostic results */ macro 440 /* 0x1d */ SCMD_SDIAG, "send_diagnostic_command", \
|
/titanic_44/usr/src/uts/common/io/usb/scsa2usb/ |
H A D | usb_ms_cbi.c | 536 *cdb->b_wptr++ = SCMD_SDIAG; /* Set it to DIAG */ in scsa2usb_cbi_reset_recovery()
|
H A D | scsa2usb.c | 3396 case SCMD_SDIAG: in scsa2usb_handle_scsi_cmd_sub_class()
|
/titanic_44/usr/src/uts/common/io/scsi/targets/ |
H A D | ses_sen.c | 334 { SCMD_SDIAG, 0x10, 0, 0, SENPGOUTSIZE, 0 }; in sen_set_objstat()
|
H A D | ses_ses.c | 511 cdb[0] = SCMD_SDIAG; in ses_getputstat()
|
H A D | ses_safte.c | 244 static char cdb0[CDB_GROUP1] = { SCMD_SDIAG }; in safte_init_enc()
|
H A D | st.c | 18396 { SCMD_SDIAG,
|
/titanic_44/usr/src/lib/storage/libg_fc/common/ |
H A D | io.c | 128 uchar_t cdb[] = {SCMD_SDIAG, SCSI_ESI_PF, 0, 0, 0, 0}; in g_scsi_send_diag_cmd()
|
H A D | genf.c | 757 scsi_command_names[24].command = SCMD_SDIAG; in g_scsi_find_command_name()
|
/titanic_44/usr/src/uts/common/sys/scsi/impl/ |
H A D | spc3_types.h | 102 SPC3_CMD_SEND_DIAGNOSTIC = SCMD_SDIAG,
|
/titanic_44/usr/src/cmd/luxadm/ |
H A D | lux_util.c | 254 scsi_command_names[24].command = SCMD_SDIAG; in scsi_find_command_name()
|