Home
last modified time | relevance | path

Searched refs:REPORT_LUNS (Results 1 – 17 of 17) sorted by relevance

/trueos/tools/tools/vhba/
HDvhba.c272 if (attached_lun == 0 && cdb[0] != INQUIRY && cdb[0] != REPORT_LUNS && cdb[0] != REQUEST_SENSE) { in vhba_default_cmd()
345 case REPORT_LUNS: in vhba_default_cmd()
/trueos/share/examples/scsi_target/
HDscsi_cmds.c52 #ifndef REPORT_LUNS
53 #define REPORT_LUNS 0xa0 macro
94 { REPORT_LUNS, tcmd_illegal_req, NULL },
/trueos/tools/tools/vhba/simple/
HDvhba_simple.c116 …if (csio->ccb_h.target_lun >= MAX_LUN && cdb[0] != INQUIRY && cdb[0] != REPORT_LUNS && cdb[0] != R… in vhbasimple_act()
/trueos/tools/tools/vhba/lots/
HDvhba_lots.c116 …if (csio->ccb_h.target_lun >= MAX_LUN && cdb[0] != INQUIRY && cdb[0] != REPORT_LUNS && cdb[0] != R… in vhbalots_act()
/trueos/tools/tools/vhba/medium/
HDvhba_medium.c116 …if (csio->ccb_h.target_lun >= MAX_LUN && cdb[0] != INQUIRY && cdb[0] != REPORT_LUNS && cdb[0] != R… in vhbamedium_act()
/trueos/tools/tools/vhba/faulty/
HDvhba_faulty.c130 …if (csio->ccb_h.target_lun >= MAX_LUN && cdb[0] != INQUIRY && cdb[0] != REPORT_LUNS && cdb[0] != R… in faulty_act()
/trueos/tools/tools/vhba/rptluns/
HDvhba_rptluns.c145 if (attached_lun == 0 && cdb[0] != INQUIRY && cdb[0] != REPORT_LUNS && cdb[0] != REQUEST_SENSE) { in vhbarptluns_act()
/trueos/tools/tools/vhba/mptest/
HDvhba_mptest.c156 …->luns[csio->ccb_h.target_lun] == 0) && cdb[0] != INQUIRY && cdb[0] != REPORT_LUNS && cdb[0] != RE… in mptest_act()
/trueos/usr.sbin/bhyve/
HDpci_ahci.c90 #define REPORT_LUNS 0xA0 macro
1552 case REPORT_LUNS: in handle_packet_cmd()
/trueos/sys/cam/ctl/
HDctl_util.c192 cdb->opcode = REPORT_LUNS; in ctl_scsi_report_luns()
/trueos/sys/dev/asr/
HDasr.c2787 #if (defined(REPORT_LUNS)) in asr_action()
2788 case REPORT_LUNS: in asr_action()
/trueos/sys/dev/aacraid/
HDaacraid_cam.c608 case REPORT_LUNS: in aac_container_special_command()
/trueos/sys/cam/scsi/
HDscsi_all.h1759 #define REPORT_LUNS 0xA0 macro
HDscsi_all.c6847 scsi_cmd->opcode = REPORT_LUNS; in scsi_report_luns()
/trueos/sys/dev/ciss/
HDciss.c3256 if (opcode == REPORT_LUNS && csio->dxfer_len > 0) { in ciss_cam_emulate()
/trueos/sys/dev/isp/
HDisp_freebsd.c3751 if (cdb[0] != INQUIRY && cdb[0] != REPORT_LUNS && cdb[0] != REQUEST_SENSE) { in isptargstart()
3894 case REPORT_LUNS: in isptargstart()
/trueos/sys/dev/mpt/
HDmpt_cam.c4997 case REPORT_LUNS: in mpt_scsi_tgt_atio()