Searched refs:attemptsLeft (Results 1 – 3 of 3) sorted by relevance
85 attemptsLeft(sdbusplus::server::xyz::openbmc_project::control::boot::118 RebootAttempts::attemptsLeft() != value) in retryAttempts()123 RebootAttempts::attemptsLeft(value); in retryAttempts()147 uint32_t attemptsLeft(uint32_t value) override in attemptsLeft() function in phosphor::state::manager::Host154 RebootAttempts::attemptsLeft(std::min(value, retryAttempts))); in attemptsLeft()
238 auto rebootCounterParam = reboot::RebootAttempts::attemptsLeft(); in isAutoReboot()254 attemptsLeft(reboot::RebootAttempts::retryAttempts()); in isAutoReboot()368 auto rebootCount = reboot::RebootAttempts::attemptsLeft(); in decrementRebootCount()371 return (reboot::RebootAttempts::attemptsLeft(rebootCount - 1)); in decrementRebootCount()
1191 const uint32_t* attemptsLeft = nullptr; in getAutomaticRebootAttempts() local1196 "AttemptsLeft", attemptsLeft, "RetryAttempts", retryAttempts); in getAutomaticRebootAttempts()1204 if (attemptsLeft != nullptr) in getAutomaticRebootAttempts()1208 *attemptsLeft; in getAutomaticRebootAttempts()