Searched defs:TARGET_PROP (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/uts/sun/io/scsi/adapters/ |
H A D | sf.c | 346 #define TARGET_PROP "target" macro 4311 (void) ndi_prop_remove(DDI_DEV_T_NONE, cdip, TARGET_PROP); 4353 cdip, TARGET_PROP, tgt_id) != DDI_PROP_SUCCESS) { 4416 TARGET_PROP);
|
/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/ |
H A D | iscsi.h | 128 #define TARGET_PROP "target" macro 869 * TARGET_PROP which is checked by the NDI. In addition
|
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/ |
H A D | fcp.c | 676 #define TARGET_PROP (char *)fcp_target_prop macro 12022 TARGET_PROP, tgt_id); 12650 if (ndi_prop_update_int(DDI_DEV_T_NONE, cdip, TARGET_PROP, 12870 if (mdi_prop_update_int(pip, TARGET_PROP, tgt_id) 12971 DDI_PROP_DONTPASS | DDI_PROP_NOTPROM, TARGET_PROP, &words,
|
/illumos-gate/usr/src/uts/common/io/scsi/adapters/mpt_sas/ |
H A D | mptsas.c | 570 #define TARGET_PROP "target" macro
|
Completed in 358 milliseconds