Searched defs:retryAttempts (Results 1 – 5 of 5) sorted by relevance
115 uint32_t retryAttempts(uint32_t value) override in retryAttempts() function in phosphor::state::manager::Host150 auto retryAttempts = sdbusplus::xyz::openbmc_project::Control::Boot:: in attemptsLeft() local280 uint32_t retryAttempts = BOOT_COUNT_MAX_ALLOWED; in load() local
296 void Subscription::updateRetryConfig(uint32_t retryAttempts, in updateRetryConfig()
298 uint32_t retryAttempts = 3; member
52 uint32_t retryAttempts = 0; member in redfish::EventServiceManager
1181 *retryAttempts; in getAutomaticRebootAttempts() local 1282 setAutomaticRetryAttempts(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const uint64_t computerSystemIndex,const uint32_t retryAttempts) setAutomaticRetryAttempts() argument