Home
last modified time | relevance | path

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

/freebsd-13-stable/tools/tools/vhba/
HDvhba.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-13-stable/tools/tools/vhba/medium/
HDvhba_medium.c115 …h.target_lun >= MAX_LUN && cdb[0] != INQUIRY && cdb[0] != REPORT_LUNS && cdb[0] != REQUEST_SENSE) { in vhbamedium_act()
/freebsd-13-stable/tools/tools/vhba/lots/
HDvhba_lots.c115 …h.target_lun >= MAX_LUN && cdb[0] != INQUIRY && cdb[0] != REPORT_LUNS && cdb[0] != REQUEST_SENSE) { in vhbalots_act()
/freebsd-13-stable/tools/tools/vhba/simple/
HDvhba_simple.c115 …h.target_lun >= MAX_LUN && cdb[0] != INQUIRY && cdb[0] != REPORT_LUNS && cdb[0] != REQUEST_SENSE) { in vhbasimple_act()
/freebsd-13-stable/tools/tools/vhba/rptluns/
HDvhba_rptluns.c144 if (attached_lun == 0 && cdb[0] != INQUIRY && cdb[0] != REPORT_LUNS && cdb[0] != REQUEST_SENSE) { in vhbarptluns_act()
/freebsd-13-stable/tools/tools/vhba/faulty/
HDvhba_faulty.c129 …h.target_lun >= MAX_LUN && cdb[0] != INQUIRY && cdb[0] != REPORT_LUNS && cdb[0] != REQUEST_SENSE) { in faulty_act()
/freebsd-13-stable/tools/tools/vhba/mptest/
HDvhba_mptest.c155 …ccb_h.target_lun] == 0) && cdb[0] != INQUIRY && cdb[0] != REPORT_LUNS && cdb[0] != REQUEST_SENSE) { in mptest_act()
/freebsd-13-stable/sys/dev/usb/storage/
HDumass.c1040 sc->cam_scsi_sense.opcode = REQUEST_SENSE; in umass_attach()
2719 case REQUEST_SENSE: in umass_rbc_transform()
2778 case REQUEST_SENSE: in umass_ufi_transform()
2864 case REQUEST_SENSE: in umass_atapi_transform()
/freebsd-13-stable/sys/cam/scsi/
HDscsi_targ_bh.c599 case REQUEST_SENSE: in targbhdone()
HDscsi_all.h2085 #define REQUEST_SENSE 0x03 macro
HDscsi_all.c7588 scsi_cmd->opcode = REQUEST_SENSE; in scsi_request_sense()
/freebsd-13-stable/share/examples/scsi_target/
HDscsi_cmds.c87 { REQUEST_SENSE, tcmd_req_sense, NULL },
/freebsd-13-stable/sys/cam/ctl/
HDctl_util.c166 cdb->opcode = REQUEST_SENSE; in ctl_scsi_request_sense()
HDctl.c11589 if (ctsio->cdb[0] != REQUEST_SENSE) { in ctl_scsiio_precheck()
/freebsd-13-stable/usr.sbin/bhyve/
HDpci_ahci.c84 #define REQUEST_SENSE 0x03 macro
1696 case REQUEST_SENSE: in handle_packet_cmd()
/freebsd-13-stable/sys/dev/aacraid/
HDaacraid_cam.c685 case REQUEST_SENSE: in aac_container_special_command()
/freebsd-13-stable/sys/dev/iir/
HDiir.c1082 case REQUEST_SENSE: in gdt_internal_cache_cmd()
/freebsd-13-stable/sys/dev/esp/
HDncr53c9x.c1356 ss->opcode = REQUEST_SENSE; in ncr53c9x_sense()
/freebsd-13-stable/sys/dev/mpt/
HDmpt_cam.c4980 case REQUEST_SENSE: in mpt_scsi_tgt_atio()
/freebsd-13-stable/sys/dev/pms/freebsd/driver/ini/src/
HDagtiapi.c2712 case REQUEST_SENSE: /* requires different buffer */ in agtiapi_PrepareSGListCB()
/freebsd-13-stable/sys/dev/aic7xxx/
HDaic7xxx.c534 sc->opcode = REQUEST_SENSE; in ahc_handle_seqint()
HDaic79xx.c8286 sc->opcode = REQUEST_SENSE; in ahd_handle_scsi_status()