Home
last modified time | relevance | path

Searched refs:SCMD_MODE_SENSE_G1 (Results 1 – 19 of 19) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/scsi/generic/
H A Dcommands.h246 #define SCMD_MODE_SENSE_G1 0x5A macro
476 /* 0x5a */ SCMD_MODE_SENSE_G1, "mode_sense(10)", \
/illumos-gate/usr/src/lib/fm/libdiskstatus/common/
H A Dds_scsi_uscsi.c124 { "mode sense(10)", SCMD_MODE_SENSE_G1 },
1064 case SCMD_MODE_SENSE_G1: in uscsi_cmd()
1363 cdb.scc_cmd = SCMD_MODE_SENSE_G1; in uscsi_mode_sense_10()
/illumos-gate/usr/src/lib/fm/libseslog/common/
H A Dlibseslog.c466 {SCMD_MODE_SENSE_G1, 0, 0, 0, 0, 0, 0, 0, 0, 0}; in sg_ll_mode_sense10()
/illumos-gate/usr/src/cmd/luxadm/
H A Dlux_util.c236 scsi_command_names[18].command = SCMD_MODE_SENSE_G1; in scsi_find_command_name()
616 union scsi_cdb cdb = {SCMD_MODE_SENSE_G1, 0, 0, 0, 0, 0, 0, 0, 0, 0}; in scsi_mode_sense_cmd()
/illumos-gate/usr/src/lib/storage/libg_fc/common/
H A Dio.c414 my_cdb_g1 cdb = {SCMD_MODE_SENSE_G1, 0, 0, 0, 0, 0, 0, 0, 0, 0}; in g_scsi_mode_sense_cmd()
H A Dgenf.c739 scsi_command_names[18].command = SCMD_MODE_SENSE_G1; in g_scsi_find_command_name()
/illumos-gate/usr/src/uts/common/sys/scsi/impl/
H A Dspc3_types.h197 SPC3_CMD_MODE_SENSE10 = SCMD_MODE_SENSE_G1,
/illumos-gate/usr/src/uts/common/io/
H A Demul64.c1273 case SCMD_MODE_SENSE_G1: in emul64_handle_cmd()
H A Demul64_bsd.c582 case SCMD_MODE_SENSE_G1: in bsd_scsi_mode_sense()
/illumos-gate/usr/src/lib/libdiskmgt/common/
H A Ddrive.c1429 cdb->scc_cmd = SCMD_MODE_SENSE_G1; in fill_mode_page_cdb()
/illumos-gate/usr/src/uts/common/io/comstar/lu/stmf_sbd/
H A Dsbd_scsi.c3364 cdb0 != SCMD_MODE_SENSE_G1 && in sbd_new_task()
3623 if ((cdb0 == SCMD_MODE_SENSE) || (cdb0 == SCMD_MODE_SENSE_G1)) { in sbd_new_task()
/illumos-gate/usr/src/uts/intel/io/amr/
H A Damr.c1632 case SCMD_MODE_SENSE_G1: /* mode sense g1 */ in amr_tran_start()
/illumos-gate/usr/src/cmd/smserverd/
H A Dsmediad.c3250 cdb[0] = SCMD_MODE_SENSE_G1; in scsi_floppy_media_status()
/illumos-gate/usr/src/uts/common/io/mr_sas/
H A Dmr_sas_tbolt.c1772 case SCMD_MODE_SENSE_G1: { in mrsas_tbolt_build_cmd()
H A Dmr_sas.c5234 case SCMD_MODE_SENSE_G1: { in build_cmd()
/illumos-gate/usr/src/uts/common/io/aac/
H A Daac.c4009 cdbp->scc_cmd == SCMD_MODE_SENSE_G1); in aac_mode_sense()
4894 case SCMD_MODE_SENSE_G1: { /* mode_sense_10 */ in aac_tran_start_ld()
/illumos-gate/usr/src/uts/common/io/usb/scsa2usb/
H A Dscsa2usb.c3236 case SCMD_MODE_SENSE_G1: in scsa2usb_check_bulkonly_quirks()
/illumos-gate/usr/src/uts/common/io/sata/impl/
H A Dsata.c2645 case SCMD_MODE_SENSE_G1: in sata_scsi_start()
5106 if (scsipkt->pkt_cdbp[0] == SCMD_MODE_SENSE_G1 && in sata_txlt_mode_sense()
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dsd.c21028 cdb.scc_cmd = SCMD_MODE_SENSE_G1;