Home
last modified time | relevance | path

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

/freebsd/tools/tools/vhba/
H A Dvhba.c271 if (attached_lun == 0 && cdb[0] != INQUIRY && cdb[0] != REPORT_LUNS && cdb[0] != REQUEST_SENSE) { in vhba_default_cmd()
277 case REQUEST_SENSE: in vhba_default_cmd()
/freebsd/tools/tools/vhba/lots/
H A Dvhba_lots.c115 …h.target_lun >= MAX_LUN && cdb[0] != INQUIRY && cdb[0] != REPORT_LUNS && cdb[0] != REQUEST_SENSE) { in vhbalots_act()
/freebsd/tools/tools/vhba/medium/
H A Dvhba_medium.c115 …h.target_lun >= MAX_LUN && cdb[0] != INQUIRY && cdb[0] != REPORT_LUNS && cdb[0] != REQUEST_SENSE) { in vhbamedium_act()
/freebsd/tools/tools/vhba/simple/
H A Dvhba_simple.c115 …h.target_lun >= MAX_LUN && cdb[0] != INQUIRY && cdb[0] != REPORT_LUNS && cdb[0] != REQUEST_SENSE) { in vhbasimple_act()
/freebsd/tools/tools/vhba/rptluns/
H A Dvhba_rptluns.c144 if (attached_lun == 0 && cdb[0] != INQUIRY && cdb[0] != REPORT_LUNS && cdb[0] != REQUEST_SENSE) { in vhbarptluns_act()
/freebsd/tools/tools/vhba/faulty/
H A Dvhba_faulty.c129 …h.target_lun >= MAX_LUN && cdb[0] != INQUIRY && cdb[0] != REPORT_LUNS && cdb[0] != REQUEST_SENSE) { in faulty_act()
/freebsd/tools/tools/vhba/mptest/
H A Dvhba_mptest.c155 …ccb_h.target_lun] == 0) && cdb[0] != INQUIRY && cdb[0] != REPORT_LUNS && cdb[0] != REQUEST_SENSE) { in mptest_act()
/freebsd/sys/dev/usb/storage/
H A Dumass.c1038 sc->cam_scsi_sense.opcode = REQUEST_SENSE; in umass_attach()
2717 case REQUEST_SENSE: in umass_rbc_transform()
2776 case REQUEST_SENSE: in umass_ufi_transform()
2862 case REQUEST_SENSE: in umass_atapi_transform()
/freebsd/sys/cam/scsi/
H A Dscsi_targ_bh.c598 case REQUEST_SENSE: in targbhdone()
H A Dscsi_all.h2087 #define REQUEST_SENSE 0x03 macro
H A Dscsi_all.c7673 scsi_cmd->opcode = REQUEST_SENSE; in scsi_request_sense()
/freebsd/share/examples/scsi_target/
H A Dscsi_cmds.c87 { REQUEST_SENSE, tcmd_req_sense, NULL },
/freebsd/sys/cam/ctl/
H A Dctl_util.c166 cdb->opcode = REQUEST_SENSE; in ctl_scsi_request_sense()
H A Dctl.c12345 if (ctsio->cdb[0] != REQUEST_SENSE) { in ctl_scsiio_precheck()
/freebsd/usr.sbin/bhyve/
H A Dpci_ahci.c84 #define REQUEST_SENSE 0x03 macro
1696 case REQUEST_SENSE: in handle_packet_cmd()
/freebsd/sys/dev/aacraid/
H A Daacraid_cam.c683 case REQUEST_SENSE: in aac_container_special_command()
/freebsd/sys/dev/mpt/
H A Dmpt_cam.c4981 case REQUEST_SENSE: in mpt_scsi_tgt_atio()
/freebsd/sys/dev/pms/freebsd/driver/ini/src/
H A Dagtiapi.c2714 case REQUEST_SENSE: /* requires different buffer */ in agtiapi_PrepareSGListCB()
/freebsd/sys/dev/aic7xxx/
H A Daic79xx.c8261 sc->opcode = REQUEST_SENSE; in ahd_handle_scsi_status()