Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/scsi/generic/
H A Dcommands.h369 #define SCMD_REPORT_LUNS 0xA0 macro
491 /* 0xa0 */ SCMD_REPORT_LUNS, "report_luns", \
/titanic_41/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()
/titanic_41/usr/src/lib/sun_sas/common/
H A DSun_sasScsiReportLUNs.c45 cdb.scc_cmd = SCMD_REPORT_LUNS; in SendScsiReportLUNs()
/titanic_41/usr/src/uts/common/io/scsi/adapters/pmcs/
H A Dpmcs_sata.c390 case SCMD_REPORT_LUNS: { in pmcs_sata_special_work()
/titanic_41/usr/src/uts/common/sys/scsi/impl/
H A Dspc3_types.h234 SPC3_CMD_REPORT_LUNS = SCMD_REPORT_LUNS,
/titanic_41/usr/src/uts/common/io/scsi/adapters/smrt/
H A Dsmrt_hba.c506 case SCMD_REPORT_LUNS: in smrt_tran_start()
/titanic_41/usr/src/uts/common/io/
H A Demul64.c1314 case SCMD_REPORT_LUNS: in emul64_handle_cmd()
/titanic_41/usr/src/uts/common/io/comstar/lu/stmf_sbd/
H A Dsbd_pgr.c177 ((cdb[0]) == SCMD_REPORT_LUNS) || \
H A Dsbd_scsi.c60 ((cdb[0]) == SCMD_REPORT_LUNS) || \
/titanic_41/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Discsi_sess.c1803 cdb[0] = SCMD_REPORT_LUNS; in iscsi_sess_reportluns()
/titanic_41/usr/src/uts/common/io/comstar/stmf/
H A Dstmf.c4508 } else if (task->task_cdb[0] == SCMD_REPORT_LUNS) { in stmf_post_task()
6108 if (task->task_cdb[0] == SCMD_REPORT_LUNS) { in stmf_handle_cmd_during_ic()
6672 case SCMD_REPORT_LUNS: in stmf_dlun0_new_task()
/titanic_41/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_xioctl.c4069 pkt->cmd24.scsi_cdb[0] = SCMD_REPORT_LUNS; in ql_report_lun()
4114 pkt->cmd3.scsi_cdb[0] = SCMD_REPORT_LUNS; in ql_report_lun()
4143 pkt->cmd.scsi_cdb[0] = SCMD_REPORT_LUNS; in ql_report_lun()
/titanic_41/usr/src/lib/libsun_ima/common/
H A Dima.c1949 cmdblk[0] = SCMD_REPORT_LUNS; in IMA_LuReportLuns()
/titanic_41/usr/src/uts/sun/io/scsi/adapters/
H A Dsf.c3532 ((union scsi_cdb *)reportlun->fcp_cdb)->scc_cmd = SCMD_REPORT_LUNS; in sf_do_reportlun()
/titanic_41/usr/src/uts/common/io/scsi/targets/
H A Dst.c12008 case SCMD_REPORT_LUNS: in st_set_state()
18438 { SCMD_REPORT_LUNS,
/titanic_41/usr/src/uts/common/io/aac/
H A Daac.c7325 cdb[0] = SCMD_REPORT_LUNS; in aac_config_tgt()
/titanic_41/usr/src/uts/common/io/scsi/impl/
H A Dscsi_hba.c7035 SCMD_REPORT_LUNS, 0, bsize, 0); in scsi_device_reportluns()
/titanic_41/usr/src/uts/common/io/scsi/adapters/mpt_sas/
H A Dmptsas.c14276 cdb[0] = SCMD_REPORT_LUNS; in mptsas_config_luns()