Home
last modified time | relevance | path

Searched refs:LUN_PROP (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/lib/cfgadm_plugins/fp/common/
H A Dcfga_cvt.c354 LUN_PROP, &lunnump); in is_apid_configured()
440 if (!(strcmp(LUN_PROP, di_prop_name(prop_lun))) && in insert_lun_to_lunlist()
641 node, LUN_PROP, luncompp)) <= 0)) { in make_portwwn_luncomp_from_dinode()
683 LUN_PROP, luncompp)) <= 0)) { in make_portwwn_luncomp_from_pinode()
H A Dcfga_fp.h426 #define LUN_PROP "lun" macro
H A Dcfga_cs.c1088 iret2 = di_path_prop_lookup_ints(pnode, LUN_PROP, &lunnump); in unconf_vhci_nodes()
1268 LUN_PROP, &lunnump); in unconf_non_vhci_nodes()
/illumos-gate/usr/src/lib/storage/libg_fc/common/hdrs/
H A Dg_state.h137 #define LUN_PROP "lun" macro
/illumos-gate/usr/src/uts/common/io/scsi/adapters/smartpqi/
H A Dsmartpqi.h55 #define LUN_PROP "lun" macro
60 #define LUN_PROP "lun" macro
/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Discsi_lun.c437 if (mdi_prop_update_int(pip, LUN_PROP, in iscsi_lun_virt_create()
546 lun_dip, LUN_PROP, (int)ilp->lun_num) != in iscsi_lun_phys_create()
H A Discsi.h129 #define LUN_PROP "lun" macro
H A Discsi.c1337 DDI_PROP_DONTPASS, LUN_PROP, 0); in iscsi_tran_get_name()
4856 DDI_PROP_DONTPASS, LUN_PROP, &words, &nwords) != DDI_PROP_SUCCESS) { in iscsi_phys_lun_init()
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcp.c681 #define LUN_PROP (char *)fcp_lun_prop macro
10854 LUN_PROP, 0xFFFF); in fcp_phys_tgt_init()
10945 LUN_PROP, 0xFFFF); in fcp_virt_tgt_init()
11982 LUN_PROP, &lun, &nlun) != DDI_SUCCESS) { in fcp_scsi_get_name()
12658 if (ndi_prop_update_int(DDI_DEV_T_NONE, cdip, LUN_PROP, in fcp_create_dip()
12878 if (mdi_prop_update_int(pip, LUN_PROP, (int)plun->lun_num) in fcp_create_pip()
13006 DDI_PROP_DONTPASS | DDI_PROP_NOTPROM, LUN_PROP, &words, in fcp_find_existing_dip()
/illumos-gate/usr/src/uts/common/io/scsi/adapters/mpt_sas/
H A Dmptsas.c593 #define LUN_PROP "lun" macro
3059 LUN_PROP, 0); in mptsas_name_child()
3142 if (mdi_prop_lookup_int(pip, LUN_PROP, &lun) != in mptsas_scsi_tgt_init()
3157 DDI_PROP_DONTPASS, LUN_PROP, 0); in mptsas_scsi_tgt_init()
15580 if (mdi_prop_update_int(*pip, LUN_PROP, in mptsas_create_virt_lun()
15852 *lun_dip, LUN_PROP, lun) != in mptsas_create_phys_lun()
/illumos-gate/usr/src/lib/storage/libg_fc/common/
H A Dmap.c5926 di_prop_lookup_ints(DDI_DEV_T_ANY, node, LUN_PROP, &lunnump); in my_devfs_path()