Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/lib/
H A Dsystems.hpp3185 std::optional<std::string> bootAutomaticRetry; in handleComputerSystemPatch() local
3199 "Boot/AutomaticRetryConfig", bootAutomaticRetry, // in handleComputerSystemPatch()
3237 if (bootAutomaticRetry) in handleComputerSystemPatch()
3239 setAutomaticRetry(asyncResp, *bootAutomaticRetry); in handleComputerSystemPatch()