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.hpp99 OSStatus operatingSystemState(OSStatus value) override;
262 server::Status::operatingSystemState())); in save()
298 Status::operatingSystemState( in load()
H A Dhost_state_manager.cpp299 this->operatingSystemState(osstatus::Status::OSStatus::Inactive); in sysStateChangeJobRemoved()
445 Host::OSStatus Host::operatingSystemState(OSStatus value) in operatingSystemState() function in phosphor::state::manager::Host
447 auto retVal = osstatus::Status::operatingSystemState(value); in operatingSystemState()
/openbmc/x86-power-control/src/
H A Dpower_control.cpp232 static OperatingSystemStateStage operatingSystemState; variable
251 operatingSystemState = stage; in setOperatingSystemState()
255 if (operatingSystemState == OperatingSystemStateStage::Standby) in setOperatingSystemState()
1707 if (operatingSystemState != OperatingSystemStateStage::Standby) in powerStateOn()
1722 if (operatingSystemState != OperatingSystemStateStage::Standby) in powerStateOn()
2995 operatingSystemState = OperatingSystemStateStage::Inactive; in main()