Symbol: SCMD_LOG_SENSE_G1
usr/src/cmd/picl/plugins/sun4u/chicago/envd/piclenvd.c
1362
cdb_buf[0] = SCMD_LOG_SENSE_G1;
usr/src/cmd/picl/plugins/sun4u/enchilada/envd/piclenvd.c
1963
cdb_buf[0] = SCMD_LOG_SENSE_G1;
usr/src/lib/fm/libdiskstatus/common/ds_scsi_uscsi.c
1065
case SCMD_LOG_SENSE_G1:
usr/src/lib/fm/libdiskstatus/common/ds_scsi_uscsi.c
125
{ "log sense", SCMD_LOG_SENSE_G1 },
usr/src/lib/fm/libdiskstatus/common/ds_scsi_uscsi.c
1627
cdb.scc_cmd = SCMD_LOG_SENSE_G1;
usr/src/lib/fm/libseslog/common/libseslog.c
145
{SCMD_LOG_SENSE_G1, 0, 0, 0, 0, 0, 0, 0, 0, 0};
usr/src/uts/common/io/comstar/lu/stmf_sbd/sbd_pgr.c
177
((cdb[0]) == SCMD_LOG_SENSE_G1) || \
usr/src/uts/common/io/comstar/lu/stmf_sbd/sbd_scsi.c
61
((cdb[0]) == SCMD_LOG_SENSE_G1) || \
usr/src/uts/common/io/emul64.c
1268
case SCMD_LOG_SENSE_G1:
usr/src/uts/common/io/sata/impl/sata.c
2618
{ SCMD_LOG_SENSE_G1, 0, SCF_MAPIN, sata_txlt_log_sense, NULL,
usr/src/uts/common/io/sata/impl/sata.c
2619
{ SCMD_LOG_SENSE_G1, 0x00, 0xff, 0xff, 0x00, 0x00, 0x00, 0xff,
usr/src/uts/common/io/scsi/adapters/smartpqi/smartpqi_util.c
588
case SCMD_LOG_SENSE_G1: return ("LogSenseG1");
usr/src/uts/common/io/scsi/adapters/smrt/smrt_hba.c
481
case SCMD_LOG_SENSE_G1:
usr/src/uts/common/io/scsi/targets/sd.c
21373
cdb.scc_cmd = SCMD_LOG_SENSE_G1;
usr/src/uts/common/io/scsi/targets/st.c
12008
case SCMD_LOG_SENSE_G1:
usr/src/uts/common/io/scsi/targets/st.c
12554
*c++ = SCMD_LOG_SENSE_G1;
usr/src/uts/common/io/scsi/targets/st.c
13328
SCMD_LOG_SENSE_G1,
usr/src/uts/common/io/scsi/targets/st.c
13504
SCMD_LOG_SENSE_G1,
usr/src/uts/common/io/scsi/targets/st.c
13584
SCMD_LOG_SENSE_G1,
usr/src/uts/common/io/scsi/targets/st.c
18422
{ SCMD_LOG_SENSE_G1,
usr/src/uts/common/sys/scsi/generic/commands.h
472
/* 0x4d */ SCMD_LOG_SENSE_G1, "log_sense", \
usr/src/uts/common/sys/scsi/impl/spc3_types.h
179
SPC3_CMD_LOG_SENSE = SCMD_LOG_SENSE_G1,