Home
last modified time | relevance | path

Searched refs:lun_id (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dpppt_ic_if.h328 uint8_t *lun_id,
336 uint8_t *lun_id,
360 uint8_t *lun_id,
/illumos-gate/usr/src/uts/common/io/comstar/port/pppt/
H A Dalua_ic_if.c211 stmf_ic_msg_type_t msg_type, uint8_t *lun_id,
567 uint8_t *lun_id, in stmf_ic_reg_lun_msg_alloc() argument
579 uint8_t *lun_id, in stmf_ic_lun_active_msg_alloc() argument
585 return (stmf_ic_reg_dereg_lun_msg_alloc(STMF_ICM_LUN_ACTIVE, lun_id, in stmf_ic_lun_active_msg_alloc()
591 uint8_t *lun_id, in stmf_ic_dereg_lun_msg_alloc() argument
607 uint8_t *lun_id, in stmf_ic_reg_dereg_lun_msg_alloc() argument
623 bcopy(lun_id, icrl->icrl_lun_id, sizeof (icrl->icrl_lun_id)); in stmf_ic_reg_dereg_lun_msg_alloc()
689 uint8_t *lun_id, in stmf_ic_scsi_data_msg_alloc() argument
703 bcopy(lun_id, icsd->icsd_lun_id, sizeof (icsd->icsd_lun_id)); in stmf_ic_scsi_data_msg_alloc()
736 uint8_t *lun_id, in stmf_ic_scsi_status_msg_alloc() argument
[all …]
/illumos-gate/usr/src/uts/common/io/cpqary3/
H A Dcpqary3_scsi.c356 ulong_t lun_id = 0; in cpqary3_probe4LVs() local
524 lun_id = (rllp->ll_data[ld_count].logical_id & 0xFFFF); in cpqary3_probe4LVs()
525 if (cntr != lun_id) { in cpqary3_probe4LVs()
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcp.c628 static int fcp_should_mask(la_wwn_t *wwn, uint32_t lun_id);
11622 char lun_id[25]; in fcp_reset_target() local
11647 (void) strcpy(lun_id, " "); in fcp_reset_target()
11656 (void) sprintf(lun_id, ", LUN=%d", plun->lun_num); in fcp_reset_target()
11736 *((int *)&ptgt->tgt_port_wwn.raw_wwn[4]), lun_id, in fcp_reset_target()
15981 unsigned long lun_id = 0; in fcp_mask_pwwn_lun() local
16033 fcp_add_one_mask(char *curr_pwwn, uint32_t lun_id, in fcp_add_one_mask() argument
16054 new_entry->lun = lun_id; in fcp_add_one_mask()
16064 fcp_should_mask(la_wwn_t *wwn, uint32_t lun_id) in fcp_should_mask() argument
16071 if (remote_port->lun == lun_id) { in fcp_should_mask()
[all …]
/illumos-gate/usr/src/uts/common/io/qede/579xx/hsi/mcp/
H A Dbdn.h345 u8 lun_id[FCOE_TARGETS_LUN_SIZE];