Searched refs:bootAutomaticRetry (Results 1 – 1 of 1) sorted by relevance
3185 std::optional<std::string> bootAutomaticRetry; in handleComputerSystemPatch() local3199 "Boot/AutomaticRetryConfig", bootAutomaticRetry, // in handleComputerSystemPatch()3237 if (bootAutomaticRetry) in handleComputerSystemPatch()3239 setAutomaticRetry(asyncResp, *bootAutomaticRetry); in handleComputerSystemPatch()