Home
last modified time | relevance | path

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

/openbmc/phosphor-debug-collector/
H A Ddump_utils.hpp219 BootProgress bootProgressStatus = getBootProgress(); in isHostRunning() local
220 if ((bootProgressStatus == BootProgress::SystemInitComplete) || in isHostRunning()
221 (bootProgressStatus == BootProgress::SystemSetup) || in isHostRunning()
222 (bootProgressStatus == BootProgress::OSStart) || in isHostRunning()
223 (bootProgressStatus == BootProgress::OSRunning) || in isHostRunning()
224 (bootProgressStatus == BootProgress::PCIInit)) in isHostRunning()
/openbmc/openpower-occ-control/
H A Dutils.cpp240 BootProgress bootProgressStatus = getBootProgress(); in isHostRunning() local
241 if ((bootProgressStatus == BootProgress::SystemInitComplete) || in isHostRunning()
242 (bootProgressStatus == BootProgress::SystemSetup) || in isHostRunning()
243 (bootProgressStatus == BootProgress::OSRunning)) in isHostRunning()