Home
last modified time | relevance | path

Searched refs:pProps (Results 1 – 19 of 19) sorted by relevance

/illumos-gate/usr/src/lib/mpapi/libmpscsi_vhci/common/
H A DMP_GetPluginPropertiesPlugin.c102 (void) mbstowcs(pProps->buildTime, BUILD_TIME, 256); in MP_GetPluginPropertiesPlugin()
106 pProps->canSetTPGAccess = driverInfo.canSetTPGAccess; in MP_GetPluginPropertiesPlugin()
107 pProps->currentFailbackPollingRate = in MP_GetPluginPropertiesPlugin()
109 pProps->currentProbingPollingRate = in MP_GetPluginPropertiesPlugin()
111 pProps->defaultloadBalanceType = in MP_GetPluginPropertiesPlugin()
114 (void) strncpy(pProps->deviceFileNamespace, in MP_GetPluginPropertiesPlugin()
117 (void) strncpy(pProps->driverName, "scsi_vhci", 255); in MP_GetPluginPropertiesPlugin()
130 pProps->maximumWeight = driverInfo.maximumWeight; in MP_GetPluginPropertiesPlugin()
131 pProps->onlySupportsSpecifiedProducts = in MP_GetPluginPropertiesPlugin()
139 pProps->supportedLoadBalanceTypes = in MP_GetPluginPropertiesPlugin()
[all …]
H A DMP_GetMPLogicalUnitProperties.c300 pProps->asymmetric = luInfo.asymmetric; in MP_GetMPLogicalUnitProperties()
316 (void) strncpy(pProps->deviceFileName, in MP_GetMPLogicalUnitProperties()
318 sizeof (pProps->deviceFileName) - 1); in MP_GetMPLogicalUnitProperties()
326 (void) strncpy(pProps->name, luInfo.name, sizeof (pProps->name) - 1); in MP_GetMPLogicalUnitProperties()
328 pProps->nameType = luInfo.nameType; in MP_GetMPLogicalUnitProperties()
338 vendorLength = sizeof (pProps->vendor); in MP_GetMPLogicalUnitProperties()
339 productLength = sizeof (pProps->product); in MP_GetMPLogicalUnitProperties()
340 revisionLength = sizeof (pProps->revision); in MP_GetMPLogicalUnitProperties()
342 (void) strncpy(pProps->vendor, in MP_GetMPLogicalUnitProperties()
346 (void) strncpy(pProps->product, in MP_GetMPLogicalUnitProperties()
[all …]
H A DMP_GetPathLogicalUnitProperties.c37 MP_PATH_LOGICAL_UNIT_PROPERTIES *pProps) in MP_GetPathLogicalUnitProperties() argument
114 pProps->disabled = pathInfo.disabled; in MP_GetPathLogicalUnitProperties()
134 pProps->logicalUnitNumber = pathInfo.logicalUnit.id; in MP_GetPathLogicalUnitProperties()
140 pProps->pathState = MP_PATH_STATE_OKAY; in MP_GetPathLogicalUnitProperties()
144 pProps->pathState = MP_PATH_STATE_PATH_ERR; in MP_GetPathLogicalUnitProperties()
148 pProps->pathState = MP_PATH_STATE_LU_ERR; in MP_GetPathLogicalUnitProperties()
152 pProps->pathState = MP_PATH_STATE_RESERVED; in MP_GetPathLogicalUnitProperties()
156 pProps->pathState = MP_PATH_STATE_REMOVED; in MP_GetPathLogicalUnitProperties()
160 pProps->pathState = MP_PATH_STATE_TRANSITIONING; in MP_GetPathLogicalUnitProperties()
164 pProps->pathState = MP_PATH_STATE_UNKNOWN; in MP_GetPathLogicalUnitProperties()
[all …]
H A DMP_GetDeviceProductProperties.c40 MP_GetDeviceProductProperties(MP_OID oid, MP_DEVICE_PRODUCT_PROPERTIES *pProps) in MP_GetDeviceProductProperties() argument
112 (void) memset(pProps, 0, sizeof (MP_DEVICE_PRODUCT_PROPERTIES)); in MP_GetDeviceProductProperties()
115 vendorLength = sizeof (pProps->vendor); in MP_GetDeviceProductProperties()
116 productLength = sizeof (pProps->product); in MP_GetDeviceProductProperties()
117 revisionLength = sizeof (pProps->revision); in MP_GetDeviceProductProperties()
120 (void) strncpy(pProps->vendor, in MP_GetDeviceProductProperties()
124 (void) strncpy(pProps->product, in MP_GetDeviceProductProperties()
128 (void) strncpy(pProps->revision, in MP_GetDeviceProductProperties()
132 pProps->supportedLoadBalanceTypes = in MP_GetDeviceProductProperties()
H A DMP_GetTargetPortGroupProperties.c39 MP_TARGET_PORT_GROUP_PROPERTIES *pProps) in MP_GetTargetPortGroupProperties() argument
47 mpStatus = getTargetPortGroupProperties(oid, pProps); in MP_GetTargetPortGroupProperties()
58 MP_TARGET_PORT_GROUP_PROPERTIES *pProps) in getTargetPortGroupProperties() argument
82 (void) memset(pProps, 0, sizeof (MP_TARGET_PORT_GROUP_PROPERTIES)); in getTargetPortGroupProperties()
127 pProps->accessState = tpgProps.accessState; in getTargetPortGroupProperties()
128 pProps->explicitFailover = tpgProps.explicitFailover; in getTargetPortGroupProperties()
129 pProps->preferredLuPath = tpgProps.preferredLuPath; in getTargetPortGroupProperties()
130 pProps->supportsLuAssignment = tpgProps.supportsLuAssignment; in getTargetPortGroupProperties()
131 pProps->tpgID = tpgProps.tpgId; in getTargetPortGroupProperties()
H A DMP_GetInitiatorPortProperties.c37 MP_GetInitiatorPortProperties(MP_OID oid, MP_INITIATOR_PORT_PROPERTIES *pProps) in MP_GetInitiatorPortProperties() argument
106 (void) memset(pProps, 0, sizeof (MP_INITIATOR_PORT_PROPERTIES)); in MP_GetInitiatorPortProperties()
108 (void) strncpy(pProps->osDeviceFile, in MP_GetInitiatorPortProperties()
110 sizeof (pProps->osDeviceFile)); in MP_GetInitiatorPortProperties()
111 (void) strncpy(pProps->portID, in MP_GetInitiatorPortProperties()
113 sizeof (pProps->portID)); in MP_GetInitiatorPortProperties()
114 pProps->portType = in MP_GetInitiatorPortProperties()
H A DMP_GetProprietaryLBProp.c37 MP_PROPRIETARY_LOAD_BALANCE_PROPERTIES *pProps) in MP_GetProprietaryLoadBalanceProperties() argument
106 (void) memset(pProps, 0, in MP_GetProprietaryLoadBalanceProperties()
109 (void) mbstowcs(pProps->name, lbProps.name, 256); in MP_GetProprietaryLoadBalanceProperties()
122 pProps->typeIndex = lbProps.typeIndex; in MP_GetProprietaryLoadBalanceProperties()
123 (void) mbstowcs(pProps->vendorName, lbProps.vendorName, 256); in MP_GetProprietaryLoadBalanceProperties()
H A DMP_GetTargetPortProperties.c38 MP_TARGET_PORT_PROPERTIES *pProps) in MP_GetTargetPortProperties() argument
111 (void) memset(pProps, 0, sizeof (MP_TARGET_PORT_PROPERTIES)); in MP_GetTargetPortProperties()
113 (void) strncpy(pProps->portID, tpInfo.portName, in MP_GetTargetPortProperties()
114 sizeof (pProps->portID)); in MP_GetTargetPortProperties()
115 pProps->relativePortID = tpInfo.relativePortID; in MP_GetTargetPortProperties()
H A Dmp_utils.h108 MP_TARGET_PORT_GROUP_PROPERTIES *pProps);
/illumos-gate/usr/src/lib/libima/common/
H A Dima-plugin.h88 IMA_NODE_PROPERTIES *pProps
137 IMA_MIN_MAX_VALUE *pProps
143 IMA_MIN_MAX_VALUE *pProps
149 IMA_MIN_MAX_VALUE *pProps
187 IMA_MIN_MAX_VALUE *pProps
197 IMA_MIN_MAX_VALUE *pProps
207 IMA_MIN_MAX_VALUE *pProps
237 IMA_BOOL_VALUE *pProps
247 IMA_BOOL_VALUE *pProps
257 IMA_BOOL_VALUE *pProps
[all …]
H A Dima.h1386 IMA_LIBRARY_PROPERTIES *pProps
1456 IMA_PLUGIN_PROPERTIES *pProps
1571 IMA_NODE_PROPERTIES *pProps
1758 IMA_LHBA_PROPERTIES *pProps
1829 IMA_PHBA_PROPERTIES *pProps
1901 IMA_MIN_MAX_VALUE *pProps
2075 IMA_BOOL_VALUE *pProps
2085 IMA_BOOL_VALUE *pProps
2095 IMA_BOOL_VALUE *pProps
2105 IMA_BOOL_VALUE *pProps
[all …]
H A Dima-lib.c712 if (pProps == NULL) in IMA_GetLibraryProperties()
820 if (pProps == NULL) in IMA_GetPluginProperties()
1029 if (pProps == NULL) in IMA_GetNodeProperties()
1546 if (pProps == NULL) in IMA_GetLhbaProperties()
1781 if (pProps == NULL) in IMA_GetPhbaProperties()
2020 if (pProps == NULL) in IMA_GetFirstBurstLengthProperties()
2098 if (pProps == NULL) in IMA_GetMaxBurstLengthProperties()
2178 if (pProps == NULL) in IMA_GetMaxRecvDataSegmentLengthProperties()
2523 if (pProps == NULL) in IMA_GetMaxConnectionsProperties()
2621 if (pProps == NULL) in IMA_GetDefaultTime2RetainProperties()
[all …]
/illumos-gate/usr/src/lib/libsun_ima/common/
H A Dima.c264 IMA_NODE_PROPERTIES *pProps in IMA_GetNodeProperties() argument
504 IMA_MIN_MAX_VALUE *pProps in IMA_GetFirstBurstLengthProperties() argument
513 IMA_MIN_MAX_VALUE *pProps in IMA_GetMaxBurstLengthProperties() argument
522 IMA_MIN_MAX_VALUE *pProps in IMA_GetMaxRecvDataSegmentLengthProperties() argument
580 IMA_MIN_MAX_VALUE *pProps in IMA_GetMaxConnectionsProperties() argument
601 IMA_MIN_MAX_VALUE *pProps in IMA_GetDefaultTime2RetainProperties() argument
686 IMA_BOOL_VALUE *pProps in IMA_GetInitialR2TProperties() argument
708 IMA_BOOL_VALUE *pProps in IMA_GetImmediateDataProperties() argument
729 IMA_BOOL_VALUE *pProps in IMA_GetDataPduInOrderProperties() argument
750 IMA_BOOL_VALUE *pProps in IMA_GetDataSequenceInOrderProperties() argument
[all …]
/illumos-gate/usr/src/lib/mpapi/libmpapi/common/
H A Dmpapi-plugin.h71 MP_PLUGIN_PROPERTIES *pProps
80 MP_DEVICE_PRODUCT_PROPERTIES *pProps
89 MP_INITIATOR_PORT_PROPERTIES *pProps
103 MP_MULTIPATH_LOGICAL_UNIT_PROPERTIES *pProps
113 MP_PATH_LOGICAL_UNIT_PROPERTIES *pProps
123 MP_TARGET_PORT_GROUP_PROPERTIES *pProps
137 MP_PROPRIETARY_LOAD_BALANCE_PROPERTIES *pProps
147 MP_TARGET_PORT_PROPERTIES *pProps
H A Dmpapi.h892 MP_LIBRARY_PROPERTIES *pProps
965 MP_PLUGIN_PROPERTIES *pProps
1127 MP_DEVICE_PRODUCT_PROPERTIES *pProps
1208 MP_INITIATOR_PORT_PROPERTIES *pProps
1288 MP_MULTIPATH_LOGICAL_UNIT_PROPERTIES *pProps
1371 MP_PATH_LOGICAL_UNIT_PROPERTIES *pProps
1450 MP_TARGET_PORT_GROUP_PROPERTIES *pProps
1572 MP_PROPRIETARY_LOAD_BALANCE_PROPERTIES *pProps
1650 MP_TARGET_PORT_PROPERTIES *pProps
H A Dmpapi.c358 MP_LIBRARY_PROPERTIES *pProps) in MP_GetLibraryProperties() argument
362 if(pProps == NULL) { in MP_GetLibraryProperties()
472 MP_PLUGIN_PROPERTIES *pProps) in MP_GetPluginProperties() argument
478 if(pProps == NULL) in MP_GetPluginProperties()
729 if (pProps == NULL) in MP_GetDeviceProductProperties()
873 if (pProps == NULL) in MP_GetInitiatorPortProperties()
1033 if (pProps == NULL) in MP_GetMPLogicalUnitProperties()
1184 if (pProps == NULL) in MP_GetPathLogicalUnitProperties()
1327 if (pProps == NULL) in MP_GetTargetPortGroupProperties()
1546 if (pProps == NULL) in MP_GetProprietaryLoadBalanceProperties()
[all …]
/illumos-gate/usr/src/cmd/iscsiadm/
H A Dsun_ima.c79 void *pProps,
83 void *pProps,
508 pProps->tpgtConf = 0; in SUN_IMA_GetTargetProperties()
516 pProps->tpgtNego = 0; in SUN_IMA_GetTargetProperties()
1182 SUN_IMA_LU_PROPERTIES *pProps in SUN_IMA_GetLuProperties() argument
1449 *pProps = NULL; in SUN_IMA_GetConnProperties()
1575 *pProps = pImaConnProps; in SUN_IMA_GetConnProperties()
1757 void *pProps, in getISCSINodeParameter() argument
2140 IMA_MIN_MAX_VALUE pProps; in getDigest() local
2148 switch (pProps.defaultValue) { in getDigest()
[all …]
H A Dsun_ima.h38 SUN_IMA_STATIC_TARGET_PROPERTIES *pProps);
45 SUN_IMA_TARGET_PROPERTIES *pProps);
98 SUN_IMA_LU_PROPERTIES *pProps);
104 SUN_IMA_CONN_PROPERTIES **pProps);
H A Discsiadm_main.c238 void *pProps,
243 void *pProps,