Lines Matching defs:pProps

695  * @param pProps A pointer to an @ref IMA_LIBRARY_PROPERTIES structure
702 * @retval IMA_ERROR_INVALID_PARAMETER Returned if @a pProps is NULL or
706 IMA_LIBRARY_PROPERTIES *pProps) {
716 if (pProps == NULL)
720 GetBuildTime(&pProps->buildTime);
721 pProps->supportedImaVersion = LIBRARY_PROPERTY_SUPPORTED_IMA_VERSION;
722 libSwprintf(pProps->implementationVersion, L"%ls",
724 libSwprintf(pProps->vendor, L"%ls", LIBRARY_PROPERTY_VENDOR);
734 pProps->fileName, 256);
736 libSwprintf(pProps->fileName, LIBRARY_FILE_NAME);
738 // mbstowcs(pProps->fileName, imaPath, 256);
798 * @param pProps A pointer to an @ref IMA_PLUGIN_PROPERTIES structure
811 * @retval IMA_ERROR_INVALID_PARAMETER Returned if @a pProps is NULL or
816 IMA_PLUGIN_PROPERTIES *pProps) {
824 if (pProps == NULL)
849 status = PassFunc(pluginOid, pProps);
1001 * @param pProps A pointer to an @ref IMA_NODE_PROPERTIES structure
1008 * @retval IMA_ERROR_INVALID_PARAMETER Returned if @a pProps is NULL
1019 IMA_NODE_PROPERTIES *pProps) {
1030 if (pProps == NULL)
1038 pProps->runningInInitiatorMode = IMA_TRUE;
1039 pProps->runningInTargetMode = IMA_TRUE;
1040 pProps->nameAndAliasSettable = IMA_TRUE;
1066 libSwprintf(pProps->name, L"%ls", sharedNodeName);
1067 pProps->nameValid = IMA_TRUE;
1070 pProps->nameValid = IMA_FALSE;
1079 libSwprintf(pProps->alias, L"%ls", sharedNodeAlias);
1080 pProps->aliasValid = IMA_TRUE;
1083 pProps->aliasValid = IMA_FALSE;
1107 status = PassFunc(nodeOid, pProps);
1517 * @param pProps A pointer to an @ref IMA_LHBA_PROPERTIES structure.
1525 * @retval IMA_ERROR_INVALID_PARAMETER Returned if @a pProps is NULL or
1536 IMA_LHBA_PROPERTIES *pProps) {
1544 if (pProps == NULL)
1569 status = PassFunc(lhbaId, pProps);
1746 * @param pProps A pointer to an @ref
1757 * if @a pProps is NULL or specifies a
1771 IMA_PHBA_PROPERTIES *pProps) {
1779 if (pProps == NULL)
1804 status = PassFunc(phbaId, pProps);
1988 * @param pProps A pointer to a min/max values
1997 * if @a pProps is NULL or specifies a
2010 IMA_MIN_MAX_VALUE *pProps) {
2018 if (pProps == NULL)
2046 status = PassFunc(Oid, pProps);
2064 * @param pProps A pointer to an @ref IMA_MIN_MAX_VALUE
2075 * if @a pProps is NULL or specifies a
2088 IMA_MIN_MAX_VALUE *pProps) {
2096 if (pProps == NULL)
2123 status = PassFunc(Oid, pProps);
2143 * @param pProps A pointer to an @ref IMA_MIN_MAX_VALUE
2153 * @a pProps is NULL or specifies a
2166 IMA_MIN_MAX_VALUE *pProps) {
2176 if (pProps == NULL)
2204 status = PassFunc(Oid, pProps);
2513 IMA_MIN_MAX_VALUE *pProps) {
2521 if (pProps == NULL)
2549 status = PassFunc(Oid, pProps);
2611 IMA_MIN_MAX_VALUE *pProps) {
2619 if (pProps == NULL)
2647 status = PassFunc(lhbaId, pProps);
2711 IMA_MIN_MAX_VALUE *pProps) {
2719 if (pProps == NULL)
2747 status = PassFunc(lhbaId, pProps);
2811 IMA_MIN_MAX_VALUE *pProps) {
2819 if (pProps == NULL)
2847 status = PassFunc(Oid, pProps);
2911 IMA_MIN_MAX_VALUE *pProps) {
2919 if (pProps == NULL)
2947 status = PassFunc(Oid, pProps);
3011 IMA_BOOL_VALUE *pProps) {
3019 if (pProps == NULL)
3047 status = PassFunc(Oid, pProps);
3115 IMA_BOOL_VALUE *pProps) {
3123 if (pProps == NULL)
3151 status = PassFunc(Oid, pProps);
3218 IMA_BOOL_VALUE *pProps) {
3226 if (pProps == NULL)
3254 status = PassFunc(Oid, pProps);
3321 IMA_BOOL_VALUE *pProps) {
3329 if (pProps == NULL)
3357 status = PassFunc(Oid, pProps);
4108 IMA_PHBA_DOWNLOAD_PROPERTIES *pProps) {
4116 if (pProps == NULL)
4142 status = PassFunc(phbaId, pProps);
4158 IMA_PHBA_DOWNLOAD_IMAGE_PROPERTIES *pProps) {
4166 if (pFileName == NULL || pProps == NULL)
4192 phbaId, pFileName, pProps);
4263 IMA_NETWORK_PORTAL_PROPERTIES *pProps) {
4271 if (pProps == NULL)
4299 networkPortalId, pProps);
4499 IMA_LNP_PROPERTIES *pProps) {
4507 if (pProps == NULL)
4532 status = PassFunc(lnpId, pProps);
4547 IMA_PNP_PROPERTIES *pProps) {
4555 if (pProps == NULL)
4580 status = PassFunc(pnpId, pProps);
4643 IMA_TARGET_PROPERTIES *pProps) {
4651 if (pProps == NULL)
4676 status = PassFunc(targetId, pProps);
4690 IMA_SESSION_PROPERTIES *pProps) {
4698 if (pProps == NULL)
4723 status = PassFunc(sessionId, pProps);
4738 IMA_CONNECTION_PROPERTIES *pProps) {
4746 if (pProps == NULL)
4771 status = PassFunc(connectionId, pProps);
4974 IMA_LU_PROPERTIES *pProps) {
4982 if (pProps == NULL)
5007 status = PassFunc(luId, pProps);
5022 IMA_STATISTICS_PROPERTIES *pProps) {
5030 if (pProps == NULL)
5060 status = PassFunc(oid, pProps);
5769 IMA_IP_PROPERTIES *pProps) {
5777 if (pProps == NULL)
5801 status = PassFunc(oid, pProps);
6330 IMA_DISCOVERY_PROPERTIES *pProps) {
6338 if (pProps == NULL)
6363 status = PassFunc(oid, pProps);
6559 IMA_STATIC_DISCOVERY_TARGET_PROPERTIES *pProps) {
6567 if (pProps == NULL)
6598 staticDiscoveryTargetOid, pProps);
7125 IMA_IPSEC_PROPERTIES *pProps) {
7133 if (pProps == NULL)
7160 status = PassFunc(oid, pProps);
7263 IMA_DISCOVERY_ADDRESS_PROPERTIES *pProps) {
7272 if (pProps == NULL)
7300 status = PassFunc(oid, pProps);