Searched refs:attemptsLeft (Results 1 – 3 of 3) sorted by relevance
85 attemptsLeft(sdbusplus::server::xyz::openbmc_project::control::boot::121 RebootAttempts::attemptsLeft() != value) in retryAttempts()126 RebootAttempts::attemptsLeft(value); in retryAttempts()150 uint32_t attemptsLeft(uint32_t value) override in attemptsLeft() function in phosphor::state::manager::Host157 RebootAttempts::attemptsLeft(std::min(value, retryAttempts))); in attemptsLeft()
240 auto rebootCounterParam = reboot::RebootAttempts::attemptsLeft(); in isAutoReboot()256 attemptsLeft(reboot::RebootAttempts::retryAttempts()); in isAutoReboot()370 auto rebootCount = reboot::RebootAttempts::attemptsLeft(); in decrementRebootCount()373 return (reboot::RebootAttempts::attemptsLeft(rebootCount - 1)); in decrementRebootCount()
1158 const uint32_t* attemptsLeft = nullptr; in getAutomaticRebootAttempts() local1163 "AttemptsLeft", attemptsLeft, "RetryAttempts", retryAttempts); in getAutomaticRebootAttempts()1171 if (attemptsLeft != nullptr) in getAutomaticRebootAttempts()1175 *attemptsLeft; in getAutomaticRebootAttempts()