Lines Matching refs:pProps

358     MP_LIBRARY_PROPERTIES *pProps)  in MP_GetLibraryProperties()  argument
362 if(pProps == NULL) { in MP_GetLibraryProperties()
367 if (mbstowcs(pProps->buildTime, BUILD_TIME, 256) != in MP_GetLibraryProperties()
371 pProps->supportedMpVersion = LIBRARY_SUPPORTED_MP_VERSION; in MP_GetLibraryProperties()
373 wcsncpy(pProps->implementationVersion, in MP_GetLibraryProperties()
375 wcsncpy(pProps->vendor, LIBRARY_VENDOR, MAX_NAME_SIZE); in MP_GetLibraryProperties()
377 snprintf(pProps->fileName, MAX_NAME_SIZE, "%s", in MP_GetLibraryProperties()
472 MP_PLUGIN_PROPERTIES *pProps) in MP_GetPluginProperties() argument
478 if(pProps == NULL) in MP_GetPluginProperties()
494 status = PassFunc(pProps); in MP_GetPluginProperties()
723 MP_DEVICE_PRODUCT_PROPERTIES *pProps) in MP_GetDeviceProductProperties() argument
729 if (pProps == NULL) in MP_GetDeviceProductProperties()
746 status = PassFunc(oid, pProps); in MP_GetDeviceProductProperties()
867 MP_INITIATOR_PORT_PROPERTIES *pProps) in MP_GetInitiatorPortProperties() argument
873 if (pProps == NULL) in MP_GetInitiatorPortProperties()
890 status = PassFunc(oid, pProps); in MP_GetInitiatorPortProperties()
1027 MP_MULTIPATH_LOGICAL_UNIT_PROPERTIES *pProps) in MP_GetMPLogicalUnitProperties() argument
1033 if (pProps == NULL) in MP_GetMPLogicalUnitProperties()
1050 status = PassFunc(oid, pProps); in MP_GetMPLogicalUnitProperties()
1178 MP_PATH_LOGICAL_UNIT_PROPERTIES *pProps) in MP_GetPathLogicalUnitProperties() argument
1184 if (pProps == NULL) in MP_GetPathLogicalUnitProperties()
1201 status = PassFunc(oid, pProps); in MP_GetPathLogicalUnitProperties()
1321 MP_TARGET_PORT_GROUP_PROPERTIES *pProps) in MP_GetTargetPortGroupProperties() argument
1327 if (pProps == NULL) in MP_GetTargetPortGroupProperties()
1344 status = PassFunc(oid, pProps); in MP_GetTargetPortGroupProperties()
1540 MP_PROPRIETARY_LOAD_BALANCE_PROPERTIES *pProps) in MP_GetProprietaryLoadBalanceProperties() argument
1546 if (pProps == NULL) in MP_GetProprietaryLoadBalanceProperties()
1563 status = PassFunc(oid, pProps); in MP_GetProprietaryLoadBalanceProperties()
1682 MP_TARGET_PORT_PROPERTIES *pProps) in MP_GetTargetPortProperties() argument
1688 if (pProps == NULL) in MP_GetTargetPortProperties()
1705 status = PassFunc(oid, pProps); in MP_GetTargetPortProperties()