Symbol: REPORT_LUNS
share/examples/scsi_target/scsi_cmds.c
52
#ifndef REPORT_LUNS
share/examples/scsi_target/scsi_cmds.c
94
{ REPORT_LUNS, tcmd_illegal_req, NULL },
sys/cam/ctl/ctl_util.c
195
cdb->opcode = REPORT_LUNS;
sys/cam/scsi/scsi_all.c
8055
scsi_cmd->opcode = REPORT_LUNS;
sys/dev/aacraid/aacraid_cam.c
594
case REPORT_LUNS:
sys/dev/ciss/ciss.c
3313
if (opcode == REPORT_LUNS && csio->dxfer_len > 0) {
sys/dev/hpt27xx/hpt27xx_osm_bsd.c
641
case REPORT_LUNS:
sys/dev/hptnr/hptnr_osm_bsd.c
923
case REPORT_LUNS:
sys/dev/mpt/mpt_cam.c
4997
case REPORT_LUNS:
tools/tools/vhba/faulty/vhba_faulty.c
129
if (csio->ccb_h.target_lun >= MAX_LUN && cdb[0] != INQUIRY && cdb[0] != REPORT_LUNS && cdb[0] != REQUEST_SENSE) {
tools/tools/vhba/lots/vhba_lots.c
115
if (csio->ccb_h.target_lun >= MAX_LUN && cdb[0] != INQUIRY && cdb[0] != REPORT_LUNS && cdb[0] != REQUEST_SENSE) {
tools/tools/vhba/medium/vhba_medium.c
115
if (csio->ccb_h.target_lun >= MAX_LUN && cdb[0] != INQUIRY && cdb[0] != REPORT_LUNS && cdb[0] != REQUEST_SENSE) {
tools/tools/vhba/mptest/vhba_mptest.c
155
if ((csio->ccb_h.target_lun >= MAX_LUN || vhbas->luns[csio->ccb_h.target_lun] == 0) && cdb[0] != INQUIRY && cdb[0] != REPORT_LUNS && cdb[0] != REQUEST_SENSE) {
tools/tools/vhba/rptluns/vhba_rptluns.c
144
if (attached_lun == 0 && cdb[0] != INQUIRY && cdb[0] != REPORT_LUNS && cdb[0] != REQUEST_SENSE) {
tools/tools/vhba/simple/vhba_simple.c
115
if (csio->ccb_h.target_lun >= MAX_LUN && cdb[0] != INQUIRY && cdb[0] != REPORT_LUNS && cdb[0] != REQUEST_SENSE) {
tools/tools/vhba/vhba.c
271
if (attached_lun == 0 && cdb[0] != INQUIRY && cdb[0] != REPORT_LUNS && cdb[0] != REQUEST_SENSE) {
tools/tools/vhba/vhba.c
344
case REPORT_LUNS:
usr.sbin/bhyve/pci_ahci.c
1689
case REPORT_LUNS: