Lines Matching defs:propMinMax
745 IMA_MIN_MAX_VALUE propMinMax;
774 propMinMax.currentValueValid = connProps->valuesValid;
811 propMinMax.currentValue = connProps->defaultTime2Retain;
813 status = IMA_GetDefaultTime2RetainProperties(oid, &propMinMax);
822 IMAMINMAXPRINT(propMinMax, printOption);
826 propMinMax.currentValue = connProps->defaultTime2Wait;
828 status = IMA_GetDefaultTime2WaitProperties(oid, &propMinMax);
837 IMAMINMAXPRINT(propMinMax, printOption);
841 propMinMax.currentValue = connProps->errorRecoveryLevel;
843 status = IMA_GetErrorRecoveryLevelProperties(oid, &propMinMax);
852 IMAMINMAXPRINT(propMinMax, printOption);
856 propMinMax.currentValue = connProps->firstBurstLength;
859 &propMinMax);
868 IMAMINMAXPRINT(propMinMax, printOption);
901 propMinMax.currentValue = connProps->maxBurstLength;
903 status = IMA_GetMaxBurstLengthProperties(oid, &propMinMax);
911 IMAMINMAXPRINT(propMinMax, printOption);
915 propMinMax.currentValue = connProps->maxOutstandingR2T;
917 status = IMA_GetMaxOutstandingR2TProperties(oid, &propMinMax);
926 IMAMINMAXPRINT(propMinMax, printOption);
930 propMinMax.currentValue = connProps->maxRecvDataSegmentLength;
933 &propMinMax);
942 IMAMINMAXPRINT(propMinMax, printOption);
946 propMinMax.currentValue = connProps->maxConnections;
948 status = IMA_GetMaxConnectionsProperties(oid, &propMinMax);
956 IMAMINMAXPRINT(propMinMax, printOption);
1082 IMA_MIN_MAX_VALUE propMinMax;
1239 &propMinMax);
1244 if (uintValue > propMinMax.currentValue) {
1269 &propMinMax);
1274 if (uintValue < propMinMax.currentValue) {