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::
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::Host
157 RebootAttempts::attemptsLeft(std::min(value, retryAttempts))); in attemptsLeft()
H A Dhost_state_manager.cpp240 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()
/openbmc/bmcweb/redfish-core/lib/
H A Dsystems.hpp1158 const uint32_t* attemptsLeft = nullptr; in getAutomaticRebootAttempts() local
1163 "AttemptsLeft", attemptsLeft, "RetryAttempts", retryAttempts); in getAutomaticRebootAttempts()
1171 if (attemptsLeft != nullptr) in getAutomaticRebootAttempts()
1175 *attemptsLeft; in getAutomaticRebootAttempts()