Home
last modified time | relevance | path

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

/openbmc/phosphor-state-manager/
H A Dhost_state_manager.hpp102 OSStatus operatingSystemState(OSStatus value) override;
265 server::Status::operatingSystemState())); in save()
302 Status::operatingSystemState( in load()
H A Dhost_state_manager.cpp301 this->operatingSystemState(osstatus::Status::OSStatus::Inactive); in sysStateChangeJobRemoved()
472 Host::OSStatus Host::operatingSystemState(OSStatus value) in operatingSystemState() function in phosphor::state::manager::Host
474 auto retVal = osstatus::Status::operatingSystemState(value); in operatingSystemState()
/openbmc/x86-power-control/src/
H A Dpower_control.cpp233 static OperatingSystemStateStage operatingSystemState; variable
257 operatingSystemState = stage; in setOperatingSystemState()
261 if (operatingSystemState == OperatingSystemStateStage::Standby) in setOperatingSystemState()
1719 if (operatingSystemState != OperatingSystemStateStage::Standby) in powerStateOn()
1734 if (operatingSystemState != OperatingSystemStateStage::Standby) in powerStateOn()
3006 operatingSystemState = OperatingSystemStateStage::Inactive; in main()