Home
last modified time | relevance | path

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

/openbmc/phosphor-state-manager/
H A Dhost_reset_recovery.cpp55 std::variant<ProgressStages> bootProgressV; in wasHostBooting() local
56 response.read(bootProgressV); in wasHostBooting()
57 auto bootProgress = std::get<ProgressStages>(bootProgressV); in wasHostBooting()