Home
last modified time | relevance | path

Searched refs:SCMD_REPORT_LUNS (Results 1 – 18 of 18) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/scsi/generic/
H A Dcommands.h371 #define SCMD_REPORT_LUNS 0xA0 macro
493 /* 0xa0 */ SCMD_REPORT_LUNS, "report_luns", \
/illumos-gate/usr/src/lib/sun_fc/common/
H A Dsun_fc.h165 #ifndef SCMD_REPORT_LUNS
166 #define SCMD_REPORT_LUNS 0xA0 macro
H A DFCHBAPort.cc1013 scsi_rl_req.scc_cmd = SCMD_REPORT_LUNS; in sendReportLUNs()
/illumos-gate/usr/src/lib/sun_sas/common/
H A DSun_sasScsiReportLUNs.c45 cdb.scc_cmd = SCMD_REPORT_LUNS; in SendScsiReportLUNs()
/illumos-gate/usr/src/uts/common/io/scsi/adapters/pmcs/
H A Dpmcs_sata.c391 case SCMD_REPORT_LUNS: { in pmcs_sata_special_work()
/illumos-gate/usr/src/uts/common/sys/scsi/impl/
H A Dspc3_types.h235 SPC3_CMD_REPORT_LUNS = SCMD_REPORT_LUNS,
/illumos-gate/usr/src/uts/common/io/scsi/adapters/smrt/
H A Dsmrt_hba.c506 case SCMD_REPORT_LUNS: in smrt_tran_start()
/illumos-gate/usr/src/uts/common/io/
H A Demul64.c1307 case SCMD_REPORT_LUNS: in emul64_handle_cmd()
/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Discsi_sess.c1803 cdb[0] = SCMD_REPORT_LUNS; in iscsi_sess_reportluns()
/illumos-gate/usr/src/uts/common/io/comstar/lu/stmf_sbd/
H A Dsbd_pgr.c179 ((cdb[0]) == SCMD_REPORT_LUNS) || \
H A Dsbd_scsi.c64 ((cdb[0]) == SCMD_REPORT_LUNS) || \
/illumos-gate/usr/src/uts/common/io/comstar/stmf/
H A Dstmf.c4895 } else if (task->task_cdb[0] == SCMD_REPORT_LUNS) { in stmf_post_task()
6510 if (task->task_cdb[0] == SCMD_REPORT_LUNS) { in stmf_handle_cmd_during_ic()
6955 case SCMD_REPORT_LUNS: in stmf_dlun0_new_task()
/illumos-gate/usr/src/lib/libsun_ima/common/
H A Dima.c1949 cmdblk[0] = SCMD_REPORT_LUNS; in IMA_LuReportLuns()
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_xioctl.c4186 pkt->cmd24.scsi_cdb[0] = SCMD_REPORT_LUNS; in ql_report_lun()
4231 pkt->cmd3.scsi_cdb[0] = SCMD_REPORT_LUNS; in ql_report_lun()
4260 pkt->cmd.scsi_cdb[0] = SCMD_REPORT_LUNS; in ql_report_lun()
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dst.c12009 case SCMD_REPORT_LUNS: in st_set_state()
18440 { SCMD_REPORT_LUNS,
/illumos-gate/usr/src/uts/common/io/scsi/impl/
H A Dscsi_hba.c7040 SCMD_REPORT_LUNS, 0, bsize, 0); in scsi_device_reportluns()
/illumos-gate/usr/src/uts/common/io/aac/
H A Daac.c7331 cdb[0] = SCMD_REPORT_LUNS; in aac_config_tgt()
/illumos-gate/usr/src/uts/common/io/scsi/adapters/mpt_sas/
H A Dmptsas.c14602 cdb[0] = SCMD_REPORT_LUNS; in mptsas_config_luns()