Home
last modified time | relevance | path

Searched refs:attemptsLeft (Results 1 – 3 of 3) sorted by relevance

/openbmc/phosphor-state-manager/
H A Dhost_state_manager.hpp85 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::Host
154 RebootAttempts::attemptsLeft(std::min(value, retryAttempts))); in attemptsLeft()
H A Dhost_state_manager.cpp238 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()
/openbmc/bmcweb/redfish-core/lib/
H A Dsystems.hpp1191 const uint32_t* attemptsLeft = nullptr; in getAutomaticRebootAttempts() local
1196 "AttemptsLeft", attemptsLeft, "RetryAttempts", retryAttempts); in getAutomaticRebootAttempts()
1204 if (attemptsLeft != nullptr) in getAutomaticRebootAttempts()
1208 *attemptsLeft; in getAutomaticRebootAttempts()