Searched refs:bootProgressStatus (Results 1 – 2 of 2) sorted by relevance
219 BootProgress bootProgressStatus = getBootProgress(); in isHostRunning() local220 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()
240 BootProgress bootProgressStatus = getBootProgress(); in isHostRunning() local241 if ((bootProgressStatus == BootProgress::SystemInitComplete) || in isHostRunning()242 (bootProgressStatus == BootProgress::SystemSetup) || in isHostRunning()243 (bootProgressStatus == BootProgress::OSRunning)) in isHostRunning()