Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/lib/
H A Dsystems.hpp3186 std::optional<uint32_t> bootAutomaticRetryAttempts; in handleComputerSystemPatch() local
3198 "Boot/AutomaticRetryAttempts", bootAutomaticRetryAttempts, // in handleComputerSystemPatch()
3242 if (bootAutomaticRetryAttempts) in handleComputerSystemPatch()
3245 bootAutomaticRetryAttempts.value()); in handleComputerSystemPatch()