Searched defs:LUN_PROP (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/storage/libg_fc/common/hdrs/
H A Dg_state.h137 #define LUN_PROP "lun" macro
/illumos-gate/usr/src/lib/cfgadm_plugins/fp/common/
H A Dcfga_fp.h426 #define LUN_PROP "lun" macro
/illumos-gate/usr/src/uts/sun/io/scsi/adapters/
H A Dsf.c347 #define LUN_PROP "lun" macro
4312 (void) ndi_prop_remove(DDI_DEV_T_NONE, cdip, LUN_PROP);
4359 cdip, LUN_PROP, target->sft_lun.l) != DDI_PROP_SUCCESS) {
4364 cdip, LUN_PROP, target->sft_raid_lun) != DDI_PROP_SUCCESS) {
/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Discsi.h129 #define LUN_PROP "lun" macro
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcp.c677 #define LUN_PROP (char *)fcp_lun_prop macro
10851 LUN_PROP, 0xFFFF);
10942 LUN_PROP, 0xFFFF);
11979 LUN_PROP, &lun, &nlun) != DDI_SUCCESS) {
12656 if (ndi_prop_update_int(DDI_DEV_T_NONE, cdip, LUN_PROP,
12876 if (mdi_prop_update_int(pip, LUN_PROP, (int)plun->lun_num)
13005 DDI_PROP_DONTPASS | DDI_PROP_NOTPROM, LUN_PROP, &words,
/illumos-gate/usr/src/uts/common/io/scsi/adapters/mpt_sas/
H A Dmptsas.c571 #define LUN_PROP "lun" macro
2974 LUN_PROP, 0);
3057 if (mdi_prop_lookup_int(pip, LUN_PROP, &lun) !=
3072 DDI_PROP_DONTPASS, LUN_PROP, 0);
15165 if (mdi_prop_update_int(*pip, LUN_PROP,
15168 "create prop for target %d lun %d (LUN_PROP)",
15422 *lun_dip, LUN_PROP, lun) !=
15425 "property for target %d lun %d (LUN_PROP)",

Completed in 147 milliseconds