Searched refs:lun_dip (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Discsi_lun.c383 ilp->lun_dip = NULL;
389 ilp->lun_dip = NULL;
414 dev_info_t *lun_dip = NULL; local
451 DEVI_SID_NODEID, &lun_dip);
457 lun_dip, TARGET_PROP, (int)isp->sess_oid) !=
467 lun_dip, LUN_PROP, (int)ilp->lun_num) !=
477 lun_dip, "compatible", compatible, ncompatible)
490 ndi_rtn = ndi_devi_online(lun_dip, 0);
502 ddi_get_instance(lun_dip));
504 lun_dip, NDI_GUI
541 dev_info_t *lun_dip = NULL; local
[all...]
H A Discsi.c81 static int iscsi_tran_lun_init(dev_info_t *hba_dip, dev_info_t *lun_dip,
87 static void iscsi_tran_lun_free(dev_info_t *hba_dip, dev_info_t *lun_dip,
141 static int iscsi_virt_lun_init(dev_info_t *hba_dip, dev_info_t *lun_dip,
143 static int iscsi_phys_lun_init(dev_info_t *hba_dip, dev_info_t *lun_dip,
774 iscsi_tran_lun_init(dev_info_t *hba_dip, dev_info_t *lun_dip, argument
787 type = mdi_get_component_type(lun_dip);
789 rval = iscsi_phys_lun_init(hba_dip, lun_dip, hba_tran, sd);
791 rval = iscsi_virt_lun_init(hba_dip, lun_dip, hba_tran, sd);
891 iscsi_tran_lun_free(dev_info_t *hba_dip, dev_info_t *lun_dip, argument
897 ASSERT(lun_dip !
1317 dev_info_t *lun_dip = NULL; local
1467 dev_info_t *lun_dip = NULL; local
4703 iscsi_virt_lun_init(dev_info_t *hba_dip, dev_info_t *lun_dip, scsi_hba_tran_t *hba_tran, struct scsi_device *sd) argument
4838 iscsi_phys_lun_init(dev_info_t *hba_dip, dev_info_t *lun_dip, scsi_hba_tran_t *hba_tran, struct scsi_device *sd) argument
[all...]
H A Discsi.h535 dev_info_t *lun_dip; member in struct:iscsi_lun
/illumos-gate/usr/src/uts/common/io/scsi/adapters/mpt_sas/
H A Dmptsas.c2965 mptsas_name_child(dev_info_t *lun_dip, char *name, int len) argument
2973 lun = ddi_prop_get_int(DDI_DEV_T_ANY, lun_dip, DDI_PROP_DONTPASS,
2976 if ((phynum = ddi_prop_get_int(DDI_DEV_T_ANY, lun_dip,
2982 } else if (ddi_prop_lookup_string(DDI_DEV_T_ANY, lun_dip,
9002 dev_info_t *lun_dip = NULL; local
9006 lun_dip = sd->sd_dev;
9007 ASSERT(lun_dip != NULL);
9009 if (mptsas_name_child(lun_dip, name, len) == DDI_SUCCESS) {
14888 dev_info_t **lun_dip, mptsas_target_t *ptgt, int lun)
14990 rval = mptsas_create_virt_lun(pdip, sd_inq, guid, lun_dip,
14887 mptsas_create_lun(dev_info_t *pdip, struct scsi_inquiry *sd_inq, dev_info_t **lun_dip, mptsas_target_t *ptgt, int lun) argument
15011 mptsas_create_virt_lun(dev_info_t *pdip, struct scsi_inquiry *inq, char *guid, dev_info_t **lun_dip, mdi_pathinfo_t **pip, mptsas_target_t *ptgt, int lun) argument
15360 mptsas_create_phys_lun(dev_info_t *pdip, struct scsi_inquiry *inq, char *guid, dev_info_t **lun_dip, mptsas_target_t *ptgt, int lun) argument
[all...]
/illumos-gate/usr/src/uts/common/io/scsi/adapters/scsi_vhci/
H A Dmpapi_impl.c3934 dev_info_t *lun_dip; local
3963 lun_dip = mdi_pi_get_client
3971 ddi_get_instance(lun_dip), raw_oid);
3973 ddi_driver_major(lun_dip), raw_oid);

Completed in 133 milliseconds