Home
last modified time | relevance | path

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

/openbmc/phosphor-state-manager/
H A Dhypervisor_state_manager.cpp72 BootProgress::ProgressStages::OSRunning)) in updateCurrentHostState()
/openbmc/openbmc-test-automation/pldm/
H A Dtest_firmware_boot_side.robot99 … # Match any of the BootProgress state SystemHardwareInitializationComplete|OSBootStarted|OSRunning
101 …hould Contain Any ${boot_progress} SystemHardwareInitializationComplete OSBootStarted OSRunning
/openbmc/pldm/oem/ibm/libpldmresponder/
H A Dplatform_oem_ibm.cpp42 currHostState != Stages::OSRunning && in sendBiosAttributeUpdateEvent()
/openbmc/openbmc-test-automation/openpower/mpipl/
H A Dtest_mpipl_basic.robot110 … # Match any of the BootProgress state SystemHardwareInitializationComplete|OSBootStarted|OSRunning
112 …hould Contain Any ${boot_progress} SystemHardwareInitializationComplete OSBootStarted OSRunning
/openbmc/bmcweb/redfish-core/include/generated/enums/
H A Dcomputer_system.hpp146 OSRunning, enumerator
377 {BootProgressTypes::OSRunning, "OSRunning"},
/openbmc/openbmc-test-automation/gui/lib/
H A Dgui_resource.robot251 IF '${boot_state}' == 'OSRunning'
262 … Wait Until Keyword Succeeds 15m 45s Check Boot Progress State Via Redfish OSRunning Enabled
282 # expected_boot_state Expected Boot states are "OSRunning" and "None".
/openbmc/phosphor-debug-collector/
H A Ddump_utils.hpp223 (bootProgressStatus == BootProgress::OSRunning) || in isHostRunning()
/openbmc/openpower-occ-control/
H A Dutils.cpp236 (bootProgressStatus == BootProgress::OSRunning)) in isHostRunning()
/openbmc/openpower-hw-diags/util/
H A Ddbus.cpp272 (stage == BootProgress::OSRunning)) in hostRunningState()
/openbmc/docs/designs/
H A Dboot-progress.md64 - OSRunning
/openbmc/openbmc-test-automation/lib/
H A Dutils.robot40 @{BOOT_PROGRESS_STATES} SystemHardwareInitializationComplete OSBootStarted OSRunning
914 # "LastState": "OSRunning"
992 [Arguments] ${expected_boot_state}=OSRunning
995 # expected_boot_state Expected boot state. E.g. OSRunning, SystemInitComplete etc.
/openbmc/pldm/platform-mc/
H A Ddbus_to_terminus_effecters.cpp204 currHostState != Stages::OSRunning && in isHostOn()
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Ddata_interface.cpp137 (status == Progress::ProgressStages::OSRunning)) in DataInterface()