Searched refs:lun_id (Results 1 - 4 of 4) 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,
573 return (stmf_ic_reg_dereg_lun_msg_alloc(STMF_ICM_REGISTER_LUN, lun_id,
579 uint8_t *lun_id,
585 return (stmf_ic_reg_dereg_lun_msg_alloc(STMF_ICM_LUN_ACTIVE, lun_id,
591 uint8_t *lun_id,
597 return (stmf_ic_reg_dereg_lun_msg_alloc(STMF_ICM_DEREGISTER_LUN, lun_id,
607 uint8_t *lun_id,
623 bcopy(lun_id, icrl->icrl_lun_id, sizeof (icrl->icrl_lun_id));
689 uint8_t *lun_id,
566 stmf_ic_reg_lun_msg_alloc( uint8_t *lun_id, char *lu_provider_name, uint16_t cb_arg_len, uint8_t *cb_arg, stmf_ic_msgid_t msgid) argument
578 stmf_ic_lun_active_msg_alloc( uint8_t *lun_id, char *lu_provider_name, uint16_t cb_arg_len, uint8_t *cb_arg, stmf_ic_msgid_t msgid) argument
590 stmf_ic_dereg_lun_msg_alloc( uint8_t *lun_id, char *lu_provider_name, uint16_t cb_arg_len, uint8_t *cb_arg, stmf_ic_msgid_t msgid) argument
605 stmf_ic_reg_dereg_lun_msg_alloc( stmf_ic_msg_type_t msg_type, uint8_t *lun_id, char *lu_provider_name, uint16_t cb_arg_len, uint8_t *cb_arg, stmf_ic_msgid_t msgid) argument
686 stmf_ic_scsi_data_msg_alloc( stmf_ic_msgid_t task_msgid, uint64_t session_id, uint8_t *lun_id, uint64_t data_len, uint8_t *data, stmf_ic_msgid_t msgid) argument
733 stmf_ic_scsi_status_msg_alloc( stmf_ic_msgid_t task_msgid, uint64_t session_id, uint8_t *lun_id, uint8_t response, uint8_t status, uint8_t flags, uint32_t resid, uint8_t sense_len, uint8_t *sense, stmf_ic_msgid_t msgid) argument
[all...]
/illumos-gate/usr/src/uts/common/io/cpqary3/
H A Dcpqary3_scsi.c355 ulong_t lun_id = 0; local
523 lun_id = (rllp->ll_data[ld_count].logical_id & 0xFFFF);
524 if (cntr != lun_id) {
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcp.c622 static void fcp_add_one_mask(char *curr_pwwn, uint32_t lun_id,
624 static int fcp_should_mask(la_wwn_t *wwn, uint32_t lun_id);
11619 char lun_id[25]; local
11644 (void) strcpy(lun_id, " ");
11653 (void) sprintf(lun_id, ", LUN=%d", plun->lun_num);
11725 *((int *)&ptgt->tgt_port_wwn.raw_wwn[4]), lun_id);
11733 *((int *)&ptgt->tgt_port_wwn.raw_wwn[4]), lun_id,
11744 *((int *)&ptgt->tgt_port_wwn.raw_wwn[4]), lun_id,
11755 *((int *)&ptgt->tgt_port_wwn.raw_wwn[4]), lun_id);
15980 unsigned long lun_id local
16032 fcp_add_one_mask(char *curr_pwwn, uint32_t lun_id, struct fcp_black_list_entry **pplun_blacklist) argument
16063 fcp_should_mask(la_wwn_t *wwn, uint32_t lun_id) argument
[all...]

Completed in 112 milliseconds