Searched refs:maxRetries (Results 1 – 7 of 7) sorted by relevance
37 } while ((ret < 0) && (++retries <= maxRetries)); in getFuncs()166 } while ((ret < 0) && (++retries <= maxRetries)); in processCallSMBus()227 } while ((ret != numMessages) && (++retries <= maxRetries)); in processCallI2C()259 } while ((fd == -1) && (++retries <= maxRetries)); in open()271 } while ((ret < 0) && (++retries <= maxRetries)); in open()290 } while ((ret == -1) && (++retries <= maxRetries)); in close()310 } while ((ret < 0) && (++retries <= maxRetries)); in read()329 } while ((ret < 0) && (++retries <= maxRetries)); in read()348 } while ((ret < 0) && (++retries <= maxRetries)); in read()370 } while ((ret < 0) && (++retries <= maxRetries)); in read()[all …]
26 int maxRetries = 0) : in I2CDevice() argument27 devAddr(devAddr), maxRetries(maxRetries), in I2CDevice()46 int maxRetries = 0; member in i2c::I2CDevice232 InitialState initialState = InitialState::OPEN, int maxRetries = 0);
241 int maxRetries = 0);
6 maxRetries=514 while [ $retries -lt $maxRetries ]; do19 echo "Retry $retries/$maxRetries: Command failed. Retrying in $retryInterval seconds..."29 echo "Failed to set mctp link after $maxRetries attempts."40 echo "Failed to add mctp address after $maxRetries attempts."
6 maxRetries=1014 while [ $retries -lt $maxRetries ]; do19 echo "Retry $retries/$maxRetries: Command failed. Retrying in $retryInterval seconds..."35 echo "Failed to busctl call after $maxRetries attempts."
593 int maxRetries{3}; in parseI2CInterface() local595 maxRetries); in parseI2CInterface()
1634 const std::map<std::string, std::string>& ad, int maxRetries = 10, in logWithRetry() argument1643 while (attempts < maxRetries) in logWithRetry()