Home
last modified time | relevance | path

Searched refs:REPORT_LUNS (Results 1 – 17 of 17) 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()
344 case REPORT_LUNS: in vhba_default_cmd()
/freebsd/share/examples/scsi_target/
H A Dscsi_cmds.c52 #ifndef REPORT_LUNS
53 #define REPORT_LUNS 0xa0 macro
94 { REPORT_LUNS, tcmd_illegal_req, NULL },
/freebsd/tools/tools/vhba/simple/
H A Dvhba_simple.c115 …if (csio->ccb_h.target_lun >= MAX_LUN && cdb[0] != INQUIRY && cdb[0] != REPORT_LUNS && cdb[0] != R… in vhbasimple_act()
/freebsd/tools/tools/vhba/lots/
H A Dvhba_lots.c115 …if (csio->ccb_h.target_lun >= MAX_LUN && cdb[0] != INQUIRY && cdb[0] != REPORT_LUNS && cdb[0] != R… in vhbalots_act()
/freebsd/tools/tools/vhba/medium/
H A Dvhba_medium.c115 …if (csio->ccb_h.target_lun >= MAX_LUN && cdb[0] != INQUIRY && cdb[0] != REPORT_LUNS && cdb[0] != R… in vhbamedium_act()
/freebsd/tools/tools/vhba/faulty/
H A Dvhba_faulty.c129 …if (csio->ccb_h.target_lun >= MAX_LUN && cdb[0] != INQUIRY && cdb[0] != REPORT_LUNS && cdb[0] != R… in faulty_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/mptest/
H A Dvhba_mptest.c155 …->luns[csio->ccb_h.target_lun] == 0) && cdb[0] != INQUIRY && cdb[0] != REPORT_LUNS && cdb[0] != RE… in mptest_act()
/freebsd/sys/cam/ctl/
H A Dctl_util.c195 cdb->opcode = REPORT_LUNS; in ctl_scsi_report_luns()
/freebsd/usr.sbin/bhyve/
H A Dpci_ahci.c94 #define REPORT_LUNS 0xA0 macro
1639 case REPORT_LUNS: in handle_packet_cmd()
/freebsd/sys/dev/hpt27xx/
H A Dhpt27xx_osm_bsd.c649 case REPORT_LUNS: in hpt_scsi_io()
/freebsd/sys/dev/aacraid/
H A Daacraid_cam.c594 case REPORT_LUNS: in aac_container_special_command()
/freebsd/sys/dev/hptnr/
H A Dhptnr_osm_bsd.c924 case REPORT_LUNS: in hpt_scsi_io()
/freebsd/sys/cam/scsi/
H A Dscsi_all.h2137 #define REPORT_LUNS 0xA0 macro
H A Dscsi_all.c8030 scsi_cmd->opcode = REPORT_LUNS; in scsi_report_luns()
/freebsd/sys/dev/ciss/
H A Dciss.c3251 if (opcode == REPORT_LUNS && csio->dxfer_len > 0) { in ciss_cam_emulate()
/freebsd/sys/dev/mpt/
H A Dmpt_cam.c4992 case REPORT_LUNS: in mpt_scsi_tgt_atio()