Home
last modified time | relevance | path

Searched refs:SCMD_GDIAG (Results 1 – 8 of 8) sorted by relevance

/titanic_50/usr/src/uts/common/sys/scsi/generic/
H A Dcommands.h76 #define SCMD_GDIAG 0x1C /* receive diagnostic results */ macro
439 /* 0x1c */ SCMD_GDIAG, "get_diagnostic_results", \
/titanic_50/usr/src/uts/common/io/scsi/targets/
H A Dses_sen.c125 { SCMD_GDIAG, 0x10, 0x4, 0, SENPGINSIZE, 0 }; in sen_rdstat()
332 { SCMD_GDIAG, 0x10, 0x4, 0, SENPGINSIZE, 0 }; in sen_set_objstat()
H A Dses_ses.c231 { SCMD_GDIAG, 0x1, SesConfigPage, (char)(SCSZ >> 8), in ses_getconfig()
470 cdb[0] = SCMD_GDIAG; in ses_getputstat()
H A Dst.c18393 { SCMD_GDIAG,
/titanic_50/usr/src/lib/storage/libg_fc/common/
H A Dio.c166 uchar_t cdb[] = {SCMD_GDIAG, 0, 0, 0, 0, 0}; in rec_diag_cmd()
H A Dgenf.c754 scsi_command_names[23].command = SCMD_GDIAG; in g_scsi_find_command_name()
/titanic_50/usr/src/uts/common/sys/scsi/impl/
H A Dspc3_types.h101 SPC3_CMD_RECEIVE_DIAGNOSTIC_RESULTS = SCMD_GDIAG,
/titanic_50/usr/src/cmd/luxadm/
H A Dlux_util.c251 scsi_command_names[23].command = SCMD_GDIAG; in scsi_find_command_name()