Lines Matching refs:pProps
359 MP_LIBRARY_PROPERTIES *pProps) in MP_GetLibraryProperties() argument
363 if(pProps == NULL) { in MP_GetLibraryProperties()
368 if (mbstowcs(pProps->buildTime, BUILD_TIME, 256) != in MP_GetLibraryProperties()
372 pProps->supportedMpVersion = LIBRARY_SUPPORTED_MP_VERSION; in MP_GetLibraryProperties()
374 wcsncpy(pProps->implementationVersion, in MP_GetLibraryProperties()
376 wcsncpy(pProps->vendor, LIBRARY_VENDOR, MAX_NAME_SIZE); in MP_GetLibraryProperties()
378 snprintf(pProps->fileName, MAX_NAME_SIZE, "%s", in MP_GetLibraryProperties()
473 MP_PLUGIN_PROPERTIES *pProps) in MP_GetPluginProperties() argument
479 if(pProps == NULL) in MP_GetPluginProperties()
495 status = PassFunc(pProps); in MP_GetPluginProperties()
724 MP_DEVICE_PRODUCT_PROPERTIES *pProps) in MP_GetDeviceProductProperties() argument
730 if (pProps == NULL) in MP_GetDeviceProductProperties()
747 status = PassFunc(oid, pProps); in MP_GetDeviceProductProperties()
868 MP_INITIATOR_PORT_PROPERTIES *pProps) in MP_GetInitiatorPortProperties() argument
874 if (pProps == NULL) in MP_GetInitiatorPortProperties()
891 status = PassFunc(oid, pProps); in MP_GetInitiatorPortProperties()
1028 MP_MULTIPATH_LOGICAL_UNIT_PROPERTIES *pProps) in MP_GetMPLogicalUnitProperties() argument
1034 if (pProps == NULL) in MP_GetMPLogicalUnitProperties()
1051 status = PassFunc(oid, pProps); in MP_GetMPLogicalUnitProperties()
1179 MP_PATH_LOGICAL_UNIT_PROPERTIES *pProps) in MP_GetPathLogicalUnitProperties() argument
1185 if (pProps == NULL) in MP_GetPathLogicalUnitProperties()
1202 status = PassFunc(oid, pProps); in MP_GetPathLogicalUnitProperties()
1322 MP_TARGET_PORT_GROUP_PROPERTIES *pProps) in MP_GetTargetPortGroupProperties() argument
1328 if (pProps == NULL) in MP_GetTargetPortGroupProperties()
1345 status = PassFunc(oid, pProps); in MP_GetTargetPortGroupProperties()
1541 MP_PROPRIETARY_LOAD_BALANCE_PROPERTIES *pProps) in MP_GetProprietaryLoadBalanceProperties() argument
1547 if (pProps == NULL) in MP_GetProprietaryLoadBalanceProperties()
1564 status = PassFunc(oid, pProps); in MP_GetProprietaryLoadBalanceProperties()
1683 MP_TARGET_PORT_PROPERTIES *pProps) in MP_GetTargetPortProperties() argument
1689 if (pProps == NULL) in MP_GetTargetPortProperties()
1706 status = PassFunc(oid, pProps); in MP_GetTargetPortProperties()