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.hpp3187 std::optional<uint32_t> bootAutomaticRetryAttempts; in handleComputerSystemPatch()
3199 "Boot/AutomaticRetryAttempts", bootAutomaticRetryAttempts, // in handleComputerSystemPatch()
3243 if (bootAutomaticRetryAttempts) in handleComputerSystemPatch()
3246 bootAutomaticRetryAttempts.value()); in handleComputerSystemPatch()
3186 std::optional<uint32_t> bootAutomaticRetryAttempts; handleComputerSystemPatch() local