Home
last modified time | relevance | path

Searched refs:lun_type (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/mr_sas/
H A Dmr_sas.c94 mr_ldp[tgt].lun_type == MRSAS_LD_LUN) { in display_targets()
100 mr_pdp[tgt].lun_type == MRSAS_TBOLT_PD_LUN) { in display_targets()
/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Discsi_lun.c130 ilp->lun_type = inq->inq_dtype & DTYPE_MASK; in iscsi_lun_create()
669 if (online == B_TRUE && ilp->lun_type == DTYPE_DIRECT) { in iscsi_lun_online()
734 if (cdip != NULL && ilp->lun_type == DTYPE_DIRECT) { in iscsi_lun_offline()
783 ilp->lun_type == DTYPE_DIRECT) { in iscsi_lun_offline()
H A Discsi_sess.c2082 uchar_t lun_type; in iscsi_sess_inquiry() local
2187 lun_type = ((struct scsi_inquiry *)inq)->inq_dtype & DTYPE_MASK; in iscsi_sess_inquiry()
2188 if ((ilp != NULL) && (ilp->lun_type != lun_type)) { in iscsi_sess_inquiry()
H A Discsi.h551 uchar_t lun_type; member
/illumos-gate/usr/src/uts/common/sys/fibre-channel/ulp/
H A Dfcpvar.h1011 uchar_t lun_type; member
1366 fcp_lun::lun_type
/illumos-gate/usr/src/uts/common/io/mr_sas/
H A Dmr_sas.h424 uint8_t lun_type; member
432 uint8_t lun_type; member
H A Dmr_sas.c959 instance->mr_tbolt_pd_list[i].lun_type = in mrsas_attach()
1647 instance->mr_ld_list[tgt].lun_type = MRSAS_LD_LUN; in mrsas_tran_tgt_init()
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcp.c1630 dev_data[i].dev0_type = plun->lun_type; in fcp_setup_device_data_ioctl()
5000 if ((pseq_lun->lun_type == DTYPE_SEQUENTIAL) && in fcp_handle_mapflags()
7070 ptgt->tgt_d_id, plun->lun_type); in fcp_scsi_callback()
7081 if (plun->lun_type == DTYPE_ESI) { in fcp_scsi_callback()
7497 if ((plun->lun_state & FCP_LUN_INIT) && dtype != plun->lun_type) { in fcp_handle_inquiry()
7500 plun->lun_type = plun->lun_inq.inq_dtype; in fcp_handle_inquiry()
9089 if ((plun->lun_type == DTYPE_SEQUENTIAL) || in fcp_complete_pkt()
9090 (plun->lun_type == DTYPE_CHANGER)) { in fcp_complete_pkt()
9185 if (((plun->lun_type & DTYPE_MASK) == in fcp_complete_pkt()