Lines Matching defs:uintValue
174 int key, int uintValue);
1079 IMA_UINT uintValue;
1111 uintValue = strtoul(optarg, &endptr, 0);
1119 if (uintValue > 3600) {
1131 uintValue = strtoul(optarg, &endptr, 0);
1139 if (uintValue < 512 || uintValue > 16777215) {
1148 uintValue = strtoul(optarg, &endptr, 0);
1156 if (uintValue < 1 || uintValue > 65535) {
1179 uintValue = strtoul(optarg, &endptr, 0);
1187 if (uintValue < 1 || uintValue > 256) {
1196 uintValue = strtoul(optarg, &endptr, 0);
1204 if (uintValue > 2) {
1225 status = IMA_SetDefaultTime2Retain(oid, uintValue);
1228 status = IMA_SetDefaultTime2Wait(oid, uintValue);
1231 status = IMA_SetFirstBurstLength(oid, uintValue);
1244 if (uintValue > propMinMax.currentValue) {
1262 status = IMA_SetMaxBurstLength(oid, uintValue);
1274 if (uintValue < propMinMax.currentValue) {
1286 status = IMA_SetMaxOutstandingR2T(oid, uintValue);
1290 uintValue);
1301 status = IMA_SetMaxConnections(oid, uintValue);
1304 status = IMA_SetErrorRecoveryLevel(oid, uintValue);
5564 IMA_UINT uintValue;
5604 uintValue = strtoul(valp, &endptr, 0);
5616 if (uintValue > 3600) {
5627 if (chkConnLoginMaxPollingLoginDelay(oid, key, uintValue) > 0) {
5739 chkConnLoginMaxPollingLoginDelay(IMA_OID oid, int key, int uintValue)
5783 if (uintValue < getValue) {
5790 if (uintValue > getValue) {