Home
last modified time | relevance | path

Searched refs:SCMD_MODE_SENSE (Results 1 – 21 of 21) sorted by relevance

/titanic_44/usr/src/uts/common/sys/scsi/generic/
H A Dcommands.h95 #define SCMD_MODE_SENSE 0x1a macro
435 /* 0x1a */ SCMD_MODE_SENSE, "mode_sense", \
/titanic_44/usr/src/lib/fm/libdiskstatus/common/
H A Dds_scsi_uscsi.c123 { "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 Dspc3_types.h95 SPC3_CMD_MODE_SENSE = SCMD_MODE_SENSE,
96 SPC3_CMD_MODE_SENSE6 = SCMD_MODE_SENSE,
/titanic_44/usr/src/cmd/format/
H A Dctlr_scsi.c157 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 Dmenu_scsi.c961 cdb.scc_cmd = SCMD_MODE_SENSE; in default_all_pages()
/titanic_44/usr/src/uts/common/io/comstar/lu/stmf_sbd/
H A Dsbd_scsi.c1857 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 Dgenf.c709 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 Dhba.c2374 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 Dlux_util.c206 scsi_command_names[8].command = SCMD_MODE_SENSE; in scsi_find_command_name()
/titanic_44/usr/src/lib/libdiskmgt/common/
H A Ddrive.c1443 cdb.scc_cmd = SCMD_MODE_SENSE; in uscsi_mode_sense()
/titanic_44/usr/src/uts/common/io/
H A Demul64.c1279 case SCMD_MODE_SENSE: in emul64_handle_cmd()
H A Demul64_bsd.c572 case SCMD_MODE_SENSE: in bsd_scsi_mode_sense()
/titanic_44/usr/src/cmd/smserverd/
H A Dsmediad.c989 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 Dscsa2usb.c3240 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 Damr.c1631 case SCMD_MODE_SENSE: /* mode sense */ in amr_tran_start()
/titanic_44/usr/src/uts/common/io/aac/
H A Daac.c4002 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 Dst.c7754 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 Dsd.c21651 cdb.scc_cmd = SCMD_MODE_SENSE;
/titanic_44/usr/src/uts/common/io/mr_sas/
H A Dmr_sas_tbolt.c1772 case SCMD_MODE_SENSE: in mrsas_tbolt_build_cmd()
H A Dmr_sas.c5255 case SCMD_MODE_SENSE: in build_cmd()
/titanic_44/usr/src/uts/common/io/sata/impl/
H A Dsata.c2627 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()