Home
last modified time | relevance | path

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

/openbmc/smbios-mdr/src/
H A Dcpuinfo_utils.cpp37 static OsState osState = OsState::Inactive; variable
60 osState = OsState::Inactive; in updateHostState()
68 else if ((!biosDone) && (osState == OsState::Inactive)) in updateHostState()
118 osState = state::operating_system::Status::convertOSStatusFromString( in updateOsState()
124 osState = OsState::Inactive; in updateOsState()
/openbmc/phosphor-state-manager/
H A Dhost_state_manager.hpp277 std::string osState; in load() local
287 archive(reqTranState, bootProgress, osState); in load()
299 Host::convertOSStatusFromString(osState)); in load()
/openbmc/x86-power-control/src/
H A Dpower_control.cpp2662 OperatingSystemStateStage osState = in setInitialValue() local
2666 setOperatingSystemState(osState); in setInitialValue()
3509 OperatingSystemStateStage osState; in main() local
3512 osState = postCompleteLine.get_value() == postCompleteConfig.polarity in main()
3518 osState = getProperty(postCompleteConfig) > 0 in main()
3525 std::string(getOperatingSystemStateStage(osState))); in main()