Searched refs:maxRetries (Results 1 – 6 of 6) sorted by relevance
37 } while ((ret < 0) && (++retries <= maxRetries)); in getFuncs()166 } while ((ret < 0) && (++retries <= maxRetries)); in processCallSMBus()259 } while ((fd == -1) && (++retries <= maxRetries)); in open()271 } while ((ret < 0) && (++retries <= maxRetries)); in open()310 } while ((ret < 0) && (++retries <= maxRetries)); in read()329 } while ((ret < 0) && (++retries <= maxRetries)); in read()348 } while ((ret < 0) && (++retries <= maxRetries)); in read()403 } while ((ret < 0) && (++retries <= maxRetries)); in write()420 } while ((ret < 0) && (++retries <= maxRetries)); in write()437 } while ((ret < 0) && (++retries <= maxRetries)); in write()[all …]
26 int maxRetries = 0) : in I2CDevice() argument27 busId(busId), devAddr(devAddr), maxRetries(maxRetries), in I2CDevice()49 int maxRetries = 0; member in i2c::I2CDevice236 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()