Home
last modified time | relevance | path

Searched refs:SCMD_REQUEST_SENSE (Results 1 – 25 of 27) sorted by relevance

12

/titanic_50/usr/src/uts/common/sys/scsi/generic/
H A Dcommands.h73 #define SCMD_REQUEST_SENSE 0x03 macro
411 /* 0x03 */ SCMD_REQUEST_SENSE, "request_sense", \
/titanic_50/usr/src/lib/fm/libdiskstatus/common/
H A Dds_scsi_uscsi.c127 { "request sense", SCMD_REQUEST_SENSE },
1067 case SCMD_REQUEST_SENSE: in uscsi_cmd()
1175 cdb.scc_cmd = SCMD_REQUEST_SENSE; in uscsi_request_sense()
/titanic_50/usr/src/uts/common/io/usb/scsa2usb/
H A Dusb_ms_cbi.c462 if ((cmd->cmd_cdb[SCSA2USB_OPCODE] == SCMD_REQUEST_SENSE) || in scsa2usb_handle_cbi_status()
H A Dscsa2usb.c3380 case SCMD_REQUEST_SENSE: in scsa2usb_handle_scsi_cmd_sub_class()
3679 case SCMD_REQUEST_SENSE: in scsa2usb_handle_ufi_subclass_cmd()
4417 (char)SCMD_REQUEST_SENSE, 0, (char)SENSE_LENGTH); in scsa2usb_create_arq_pkt()
5153 case SCMD_REQUEST_SENSE: in scsa2usb_handle_data_done()
5329 if ((pkt->pkt_cdbp[0] != SCMD_REQUEST_SENSE) && in scsa2usb_pkt_completion()
/titanic_50/usr/src/uts/common/io/scsi/conf/
H A Dscsi_confsubr.c320 pkt_cdbp, SCMD_REQUEST_SENSE, 0, SENSE_LENGTH, 0); in scsi_slave_do_rqsense()
1233 pkt_cdbp, SCMD_REQUEST_SENSE, 0, SENSE_LENGTH, 0); in scsi_hba_probe_pi()
/titanic_50/usr/src/uts/common/io/scsi/adapters/pmcs/
H A Dpmcs_sata.c423 case SCMD_REQUEST_SENSE: in pmcs_sata_special_work()
/titanic_50/usr/src/lib/storage/libg_fc/common/
H A Dgenf.c715 scsi_command_names[10].command = SCMD_REQUEST_SENSE; in g_scsi_find_command_name()
/titanic_50/usr/src/uts/common/io/scsi/impl/
H A Dscsi_watch.c284 SCMD_REQUEST_SENSE, 0, SENSE_LENGTH, 0); in scsi_watch_request_submit_impl()
/titanic_50/usr/src/uts/intel/io/dktp/controller/ata/
H A Datapi.c1201 ata_ctlp->ac_arq_cdb[0] = SCMD_REQUEST_SENSE; in atapi_init_arq()
/titanic_50/usr/src/uts/common/sys/scsi/impl/
H A Dspc3_types.h45 SPC3_CMD_REQUEST_SENSE = SCMD_REQUEST_SENSE,
/titanic_50/usr/src/uts/common/io/comstar/lu/stmf_sbd/
H A Dsbd_scsi.c61 ((cdb[0]) == SCMD_REQUEST_SENSE) || \
3164 cdb0 != SCMD_REQUEST_SENSE && in sbd_new_task()
3288 if (cdb0 == SCMD_REQUEST_SENSE) { in sbd_new_task()
H A Dsbd_pgr.c178 ((cdb[0]) == SCMD_REQUEST_SENSE) || \
/titanic_50/usr/src/uts/sun/io/scsi/adapters/
H A Dfas.c2385 (*(sp->cmd_pkt->pkt_cdbp) == SCMD_REQUEST_SENSE)) { in fas_scsi_start()
2848 *(ssp->cmd_pkt->pkt_cdbp) != SCMD_REQUEST_SENSE) { in fas_accept_pkt()
3129 (*(sp->cmd_pkt->pkt_cdbp) != SCMD_REQUEST_SENSE)) { in fas_startcmd()
3166 if (*(sp->cmd_pkt->pkt_cdbp) != SCMD_REQUEST_SENSE) { in fas_startcmd()
6600 (*cmdp != SCMD_REQUEST_SENSE)))) { in fas_runpoll()
6977 (char)SCMD_REQUEST_SENSE, 0, (char)SENSE_LENGTH); in fas_create_arq_pkt()
/titanic_50/usr/src/uts/common/io/
H A Demul64.c1259 case SCMD_REQUEST_SENSE: in emul64_handle_cmd()
/titanic_50/usr/src/cmd/luxadm/
H A Dlux_util.c212 scsi_command_names[10].command = SCMD_REQUEST_SENSE; in scsi_find_command_name()
/titanic_50/usr/src/uts/common/io/scsi/targets/
H A Dses.c482 ssc->ses_rqpkt->pkt_cdbp[0] = SCMD_REQUEST_SENSE; in ses_doattach()
H A Dsgen.c765 SCMD_REQUEST_SENSE, 0, MAX_SENSE_LENGTH, 0); in sgen_setup_sense()
H A Dst.c1674 SCMD_REQUEST_SENSE, 0, MAX_SENSE_LENGTH, 0); in st_doattach()
11998 case SCMD_REQUEST_SENSE: in st_set_state()
12424 *c++ = SCMD_REQUEST_SENSE; in st_report_exabyte_soft_errors()
13735 cdb[0] = SCMD_REQUEST_SENSE; in st_check_sense_clean_bit()
14088 char cdb[CDB_GROUP0] = {SCMD_REQUEST_SENSE, 0, 0, 0, STK_REQ_SENSE, 0}; in st_is_stk_worm()
18333 { SCMD_REQUEST_SENSE,
/titanic_50/usr/src/uts/intel/io/amr/
H A Damr.c1650 case SCMD_REQUEST_SENSE: /* request sense */ in amr_tran_start()
/titanic_50/usr/src/cmd/smserverd/
H A Dsmediad.c2362 cdb.scc_cmd = SCMD_REQUEST_SENSE; in client_servproc()
/titanic_50/usr/src/uts/common/io/sata/adapters/nv_sata/
H A Dnv_sata.c300 SCMD_REQUEST_SENSE,
/titanic_50/usr/src/uts/common/io/scsi/adapters/mpt_sas/
H A Dmptsas.c8666 (*(cmd->cmd_pkt->pkt_cdbp) != SCMD_REQUEST_SENSE)) { in mptsas_start_cmd()
8702 if (*(cmd->cmd_pkt->pkt_cdbp) != SCMD_REQUEST_SENSE) { in mptsas_start_cmd()
/titanic_50/usr/src/uts/common/io/scsi/adapters/scsi_vhci/
H A Dscsi_vhci.c8336 SCMD_REQUEST_SENSE, 0, SENSE_LENGTH, 0); in vhci_uscsi_send_sense()
/titanic_50/usr/src/uts/common/io/sata/adapters/ahci/
H A Dahci.c9404 SCMD_REQUEST_SENSE || in ahci_fatal_error_recovery_handler()
/titanic_50/usr/src/uts/common/io/sata/impl/
H A Dsata.c547 SCMD_REQUEST_SENSE,
2606 case SCMD_REQUEST_SENSE: in sata_scsi_start()

12