Lines Matching refs:pProps

342  * @param pProps
353 * @retval MP_STATUS_INVALID_PARAMETER Returned if @a pProps is NULL or
359 MP_LIBRARY_PROPERTIES *pProps)
363 if(pProps == NULL) {
368 if (mbstowcs(pProps->buildTime, BUILD_TIME, 256) !=
372 pProps->supportedMpVersion = LIBRARY_SUPPORTED_MP_VERSION;
374 wcsncpy(pProps->implementationVersion,
376 wcsncpy(pProps->vendor, LIBRARY_VENDOR, MAX_NAME_SIZE);
378 snprintf(pProps->fileName, MAX_NAME_SIZE, "%s",
447 * @param pProps
466 * Returned if 'pProps' is NULL or specifies a memory area to
473 MP_PLUGIN_PROPERTIES *pProps)
479 if(pProps == NULL)
495 status = PassFunc(pProps);
724 MP_DEVICE_PRODUCT_PROPERTIES *pProps)
730 if (pProps == NULL)
747 status = PassFunc(oid, pProps);
842 * @param pProps
854 * Returned if pProps is NULL or specifies a memory area to
868 MP_INITIATOR_PORT_PROPERTIES *pProps)
874 if (pProps == NULL)
891 status = PassFunc(oid, pProps);
1002 * @param pProps
1014 * Returned if pProps is NULL or specifies a memory area to
1028 MP_MULTIPATH_LOGICAL_UNIT_PROPERTIES *pProps)
1034 if (pProps == NULL)
1051 status = PassFunc(oid, pProps);
1153 * @param pProps
1165 * Returned if pProps is NULL or specifies a memory area to
1179 MP_PATH_LOGICAL_UNIT_PROPERTIES *pProps)
1185 if (pProps == NULL)
1202 status = PassFunc(oid, pProps);
1296 * @param pProps
1308 * Returned if pProps is NULL or specifies a memory area to
1322 MP_TARGET_PORT_GROUP_PROPERTIES *pProps)
1328 if (pProps == NULL)
1345 status = PassFunc(oid, pProps);
1514 * @param pProps
1527 * Returned if pProps is NULL or specifies a memory area to
1541 MP_PROPRIETARY_LOAD_BALANCE_PROPERTIES *pProps)
1547 if (pProps == NULL)
1564 status = PassFunc(oid, pProps);
1657 * @param pProps
1669 * Returned if pProps is NULL or specifies a memory area to
1683 MP_TARGET_PORT_PROPERTIES *pProps)
1689 if (pProps == NULL)
1706 status = PassFunc(oid, pProps);