/titanic_44/usr/src/uts/common/sys/scsi/generic/ |
H A D | commands.h | 95 #define SCMD_MODE_SENSE 0x1a macro 435 /* 0x1a */ SCMD_MODE_SENSE, "mode_sense", \
|
/titanic_44/usr/src/lib/fm/libdiskstatus/common/ |
H A D | ds_scsi_uscsi.c | 123 { "mode sense", SCMD_MODE_SENSE }, 1064 case SCMD_MODE_SENSE: in uscsi_cmd() 1224 cdb.scc_cmd = SCMD_MODE_SENSE; in uscsi_mode_sense()
|
/titanic_44/usr/src/uts/common/sys/scsi/impl/ |
H A D | spc3_types.h | 95 SPC3_CMD_MODE_SENSE = SCMD_MODE_SENSE, 96 SPC3_CMD_MODE_SENSE6 = SCMD_MODE_SENSE,
|
/titanic_44/usr/src/cmd/format/ |
H A D | ctlr_scsi.c | 157 SCMD_MODE_SENSE, "mode sense", 2018 case SCMD_MODE_SENSE: 2246 cdb.scc_cmd = SCMD_MODE_SENSE; 2843 cdb.scc_cmd = SCMD_MODE_SENSE;
|
H A D | menu_scsi.c | 961 cdb.scc_cmd = SCMD_MODE_SENSE; in default_all_pages()
|
/titanic_44/usr/src/uts/common/io/comstar/lu/stmf_sbd/ |
H A D | sbd_scsi.c | 1857 cmd_size = (cdb[0] == SCMD_MODE_SENSE) ? cdb[4] : in sbd_handle_mode_sense() 1860 if (cdb[0] == SCMD_MODE_SENSE) { in sbd_handle_mode_sense() 1968 if (cdb[0] == SCMD_MODE_SENSE) { in sbd_handle_mode_sense() 3156 cdb0 != SCMD_MODE_SENSE && in sbd_new_task() 3337 if ((cdb0 == SCMD_MODE_SENSE) || (cdb0 == SCMD_MODE_SENSE_G1)) { in sbd_new_task()
|
/titanic_44/usr/src/lib/storage/libg_fc/common/ |
H A D | genf.c | 709 scsi_command_names[8].command = SCMD_MODE_SENSE; in g_scsi_find_command_name()
|
/titanic_44/usr/src/uts/common/io/1394/targets/scsa1394/ |
H A D | hba.c | 2374 case SCMD_MODE_SENSE: in scsa1394_cmd_fake_comp() 2493 if (pkt->pkt_cdbp[0] == SCMD_MODE_SENSE) { in scsa1394_cmd_status_proc()
|
/titanic_44/usr/src/cmd/luxadm/ |
H A D | lux_util.c | 206 scsi_command_names[8].command = SCMD_MODE_SENSE; in scsi_find_command_name()
|
/titanic_44/usr/src/lib/libdiskmgt/common/ |
H A D | drive.c | 1443 cdb.scc_cmd = SCMD_MODE_SENSE; in uscsi_mode_sense()
|
/titanic_44/usr/src/uts/common/io/ |
H A D | emul64.c | 1279 case SCMD_MODE_SENSE: in emul64_handle_cmd()
|
H A D | emul64_bsd.c | 572 case SCMD_MODE_SENSE: in bsd_scsi_mode_sense()
|
/titanic_44/usr/src/cmd/smserverd/ |
H A D | smediad.c | 989 cdb.scc_cmd = SCMD_MODE_SENSE; in scsi_media_status() 1143 cdb[0] = SCMD_MODE_SENSE; in get_mode_page()
|
/titanic_44/usr/src/uts/common/io/usb/scsa2usb/ |
H A D | scsa2usb.c | 3240 case SCMD_MODE_SENSE: in scsa2usb_check_bulkonly_blacklist_attrs() 3435 case SCMD_MODE_SENSE: in scsa2usb_handle_scsi_cmd_sub_class() 3567 case SCMD_MODE_SENSE: in scsa2usb_check_ufi_blacklist_attrs()
|
/titanic_44/usr/src/uts/intel/io/amr/ |
H A D | amr.c | 1631 case SCMD_MODE_SENSE: /* mode sense */ in amr_tran_start()
|
/titanic_44/usr/src/uts/common/io/aac/ |
H A D | aac.c | 4002 ASSERT(cdbp->scc_cmd == SCMD_MODE_SENSE || in aac_mode_sense() 4014 if (cdbp->scc_cmd == SCMD_MODE_SENSE) in aac_mode_sense() 4057 if (cdbp->scc_cmd == SCMD_MODE_SENSE) { in aac_mode_sense() 4887 case SCMD_MODE_SENSE: /* mode_sense_6 */ in aac_tran_start_ld()
|
/titanic_44/usr/src/uts/common/io/scsi/targets/ |
H A D | st.c | 7754 case SCMD_MODE_SENSE: in st_setup_cmd() 8186 rval = st_cmd(un, SCMD_MODE_SENSE, MSIZE, SYNC_CMD); in st_modesense() 8330 cdb[0] = SCMD_MODE_SENSE; in st_gen_mode_sense() 8864 case SCMD_MODE_SENSE: in st_make_cmd() 12002 case SCMD_MODE_SENSE: in st_set_state() 18387 { SCMD_MODE_SENSE,
|
H A D | sd.c | 21651 cdb.scc_cmd = SCMD_MODE_SENSE;
|
/titanic_44/usr/src/uts/common/io/mr_sas/ |
H A D | mr_sas_tbolt.c | 1772 case SCMD_MODE_SENSE: in mrsas_tbolt_build_cmd()
|
H A D | mr_sas.c | 5255 case SCMD_MODE_SENSE: in build_cmd()
|
/titanic_44/usr/src/uts/common/io/sata/impl/ |
H A D | sata.c | 2627 case SCMD_MODE_SENSE: in sata_scsi_start() 5032 if (spx->txlt_scsi_pkt->pkt_cdbp[0] == SCMD_MODE_SENSE) { in sata_txlt_mode_sense() 5188 if (spx->txlt_scsi_pkt->pkt_cdbp[0] == SCMD_MODE_SENSE) { in sata_txlt_mode_sense() 5198 if (scsipkt->pkt_cdbp[0] == SCMD_MODE_SENSE) { in sata_txlt_mode_sense()
|