Searched refs:SCMD_LOG_SENSE_G1 (Results 1 – 13 of 13) sorted by relevance
/titanic_41/usr/src/uts/common/sys/scsi/generic/ |
H A D | commands.h | 242 #define SCMD_LOG_SENSE_G1 0x4d macro 470 /* 0x4d */ SCMD_LOG_SENSE_G1, "log_sense", \
|
/titanic_41/usr/src/lib/fm/libdiskstatus/common/ |
H A D | ds_scsi_uscsi.c | 126 { "log sense", SCMD_LOG_SENSE_G1 }, 1066 case SCMD_LOG_SENSE_G1: in uscsi_cmd() 1607 cdb.scc_cmd = SCMD_LOG_SENSE_G1; in uscsi_log_sense()
|
/titanic_41/usr/src/lib/fm/libseslog/common/ |
H A D | libseslog.c | 145 {SCMD_LOG_SENSE_G1, 0, 0, 0, 0, 0, 0, 0, 0, 0}; in read_log()
|
/titanic_41/usr/src/uts/common/sys/scsi/impl/ |
H A D | spc3_types.h | 178 SPC3_CMD_LOG_SENSE = SCMD_LOG_SENSE_G1,
|
/titanic_41/usr/src/uts/common/io/scsi/adapters/smrt/ |
H A D | smrt_hba.c | 481 case SCMD_LOG_SENSE_G1: in smrt_tran_start()
|
/titanic_41/usr/src/uts/common/io/ |
H A D | emul64.c | 1276 case SCMD_LOG_SENSE_G1: in emul64_handle_cmd()
|
/titanic_41/usr/src/cmd/picl/plugins/sun4u/chicago/envd/ |
H A D | piclenvd.c | 1362 cdb_buf[0] = SCMD_LOG_SENSE_G1; in scsi_log_sense()
|
/titanic_41/usr/src/uts/common/io/comstar/lu/stmf_sbd/ |
H A D | sbd_pgr.c | 175 ((cdb[0]) == SCMD_LOG_SENSE_G1) || \
|
H A D | sbd_scsi.c | 57 ((cdb[0]) == SCMD_LOG_SENSE_G1) || \
|
/titanic_41/usr/src/cmd/picl/plugins/sun4u/enchilada/envd/ |
H A D | piclenvd.c | 1966 cdb_buf[0] = SCMD_LOG_SENSE_G1; in scsi_log_sense()
|
/titanic_41/usr/src/uts/common/io/scsi/targets/ |
H A D | st.c | 12007 case SCMD_LOG_SENSE_G1: in st_set_state() 12552 *c++ = SCMD_LOG_SENSE_G1; in st_report_dat_soft_errors() 13326 SCMD_LOG_SENSE_G1, in st_logpage_supported() 13502 SCMD_LOG_SENSE_G1, in st_check_sequential_clean_bit() 13582 SCMD_LOG_SENSE_G1, in st_check_alert_flags() 18420 { SCMD_LOG_SENSE_G1,
|
H A D | sd.c | 21998 cdb.scc_cmd = SCMD_LOG_SENSE_G1;
|
/titanic_41/usr/src/uts/common/io/sata/impl/ |
H A D | sata.c | 2615 case SCMD_LOG_SENSE_G1: in sata_scsi_start()
|