Lines Matching defs:pProps

696  * @param pProps A pointer to an @ref IMA_LIBRARY_PROPERTIES structure
703 * @retval IMA_ERROR_INVALID_PARAMETER Returned if @a pProps is NULL or
707 IMA_LIBRARY_PROPERTIES *pProps) {
717 if (pProps == NULL)
721 GetBuildTime(&pProps->buildTime);
722 pProps->supportedImaVersion = LIBRARY_PROPERTY_SUPPORTED_IMA_VERSION;
723 libSwprintf(pProps->implementationVersion, L"%ls",
725 libSwprintf(pProps->vendor, L"%ls", LIBRARY_PROPERTY_VENDOR);
735 pProps->fileName, 256);
737 libSwprintf(pProps->fileName, LIBRARY_FILE_NAME);
739 // mbstowcs(pProps->fileName, imaPath, 256);
799 * @param pProps A pointer to an @ref IMA_PLUGIN_PROPERTIES structure
812 * @retval IMA_ERROR_INVALID_PARAMETER Returned if @a pProps is NULL or
817 IMA_PLUGIN_PROPERTIES *pProps) {
825 if (pProps == NULL)
850 status = PassFunc(pluginOid, pProps);
1002 * @param pProps A pointer to an @ref IMA_NODE_PROPERTIES structure
1009 * @retval IMA_ERROR_INVALID_PARAMETER Returned if @a pProps is NULL
1020 IMA_NODE_PROPERTIES *pProps) {
1034 if (pProps == NULL)
1042 pProps->runningInInitiatorMode = IMA_TRUE;
1043 pProps->runningInTargetMode = IMA_TRUE;
1044 pProps->nameAndAliasSettable = IMA_TRUE;
1071 libSwprintf(pProps->name, L"%ls", sharedNodeName);
1072 pProps->nameValid = IMA_TRUE;
1075 pProps->nameValid = IMA_FALSE;
1084 libSwprintf(pProps->alias, L"%ls", sharedNodeAlias);
1085 pProps->aliasValid = IMA_TRUE;
1088 pProps->aliasValid = IMA_FALSE;
1112 status = PassFunc(nodeOid, pProps);
1524 * @param pProps A pointer to an @ref IMA_LHBA_PROPERTIES structure.
1532 * @retval IMA_ERROR_INVALID_PARAMETER Returned if @a pProps is NULL or
1543 IMA_LHBA_PROPERTIES *pProps) {
1551 if (pProps == NULL)
1576 status = PassFunc(lhbaId, pProps);
1753 * @param pProps A pointer to an @ref
1764 * if @a pProps is NULL or specifies a
1778 IMA_PHBA_PROPERTIES *pProps) {
1786 if (pProps == NULL)
1811 status = PassFunc(phbaId, pProps);
1995 * @param pProps A pointer to a min/max values
2004 * if @a pProps is NULL or specifies a
2017 IMA_MIN_MAX_VALUE *pProps) {
2025 if (pProps == NULL)
2053 status = PassFunc(Oid, pProps);
2071 * @param pProps A pointer to an @ref IMA_MIN_MAX_VALUE
2082 * if @a pProps is NULL or specifies a
2095 IMA_MIN_MAX_VALUE *pProps) {
2103 if (pProps == NULL)
2130 status = PassFunc(Oid, pProps);
2150 * @param pProps A pointer to an @ref IMA_MIN_MAX_VALUE
2160 * @a pProps is NULL or specifies a
2173 IMA_MIN_MAX_VALUE *pProps) {
2183 if (pProps == NULL)
2211 status = PassFunc(Oid, pProps);
2520 IMA_MIN_MAX_VALUE *pProps) {
2528 if (pProps == NULL)
2556 status = PassFunc(Oid, pProps);
2618 IMA_MIN_MAX_VALUE *pProps) {
2626 if (pProps == NULL)
2654 status = PassFunc(lhbaId, pProps);
2718 IMA_MIN_MAX_VALUE *pProps) {
2726 if (pProps == NULL)
2754 status = PassFunc(lhbaId, pProps);
2818 IMA_MIN_MAX_VALUE *pProps) {
2826 if (pProps == NULL)
2854 status = PassFunc(Oid, pProps);
2918 IMA_MIN_MAX_VALUE *pProps) {
2926 if (pProps == NULL)
2954 status = PassFunc(Oid, pProps);
3018 IMA_BOOL_VALUE *pProps) {
3026 if (pProps == NULL)
3054 status = PassFunc(Oid, pProps);
3122 IMA_BOOL_VALUE *pProps) {
3130 if (pProps == NULL)
3158 status = PassFunc(Oid, pProps);
3225 IMA_BOOL_VALUE *pProps) {
3233 if (pProps == NULL)
3261 status = PassFunc(Oid, pProps);
3328 IMA_BOOL_VALUE *pProps) {
3336 if (pProps == NULL)
3364 status = PassFunc(Oid, pProps);
4115 IMA_PHBA_DOWNLOAD_PROPERTIES *pProps) {
4123 if (pProps == NULL)
4149 status = PassFunc(phbaId, pProps);
4165 IMA_PHBA_DOWNLOAD_IMAGE_PROPERTIES *pProps) {
4173 if (pFileName == NULL || pProps == NULL)
4199 phbaId, pFileName, pProps);
4270 IMA_NETWORK_PORTAL_PROPERTIES *pProps) {
4278 if (pProps == NULL)
4306 networkPortalId, pProps);
4506 IMA_LNP_PROPERTIES *pProps) {
4514 if (pProps == NULL)
4539 status = PassFunc(lnpId, pProps);
4554 IMA_PNP_PROPERTIES *pProps) {
4562 if (pProps == NULL)
4587 status = PassFunc(pnpId, pProps);
4650 IMA_TARGET_PROPERTIES *pProps) {
4658 if (pProps == NULL)
4683 status = PassFunc(targetId, pProps);
4697 IMA_SESSION_PROPERTIES *pProps) {
4705 if (pProps == NULL)
4730 status = PassFunc(sessionId, pProps);
4745 IMA_CONNECTION_PROPERTIES *pProps) {
4753 if (pProps == NULL)
4778 status = PassFunc(connectionId, pProps);
4981 IMA_LU_PROPERTIES *pProps) {
4989 if (pProps == NULL)
5014 status = PassFunc(luId, pProps);
5029 IMA_STATISTICS_PROPERTIES *pProps) {
5037 if (pProps == NULL)
5067 status = PassFunc(oid, pProps);
5776 IMA_IP_PROPERTIES *pProps) {
5784 if (pProps == NULL)
5808 status = PassFunc(oid, pProps);
6337 IMA_DISCOVERY_PROPERTIES *pProps) {
6345 if (pProps == NULL)
6370 status = PassFunc(oid, pProps);
6566 IMA_STATIC_DISCOVERY_TARGET_PROPERTIES *pProps) {
6574 if (pProps == NULL)
6605 staticDiscoveryTargetOid, pProps);
7132 IMA_IPSEC_PROPERTIES *pProps) {
7140 if (pProps == NULL)
7167 status = PassFunc(oid, pProps);
7270 IMA_DISCOVERY_ADDRESS_PROPERTIES *pProps) {
7279 if (pProps == NULL)
7307 status = PassFunc(oid, pProps);