Searched refs:Quiesced (Results 1 – 19 of 19) sorted by relevance
/openbmc/phosphor-state-manager/ |
H A D | host_state_manager.cpp | 106 {HostState::Quiesced, std::format("obmc-host-quiesce@{}.target", id)}, in createSystemdTargetMaps() 319 else if ((newStateUnit == getTarget(server::Host::HostState::Quiesced)) && in sysStateChangeJobRemoved() 321 (stateActive(getTarget(server::Host::HostState::Quiesced)))) in sysStateChangeJobRemoved() 331 this->currentHostState(server::Host::HostState::Quiesced); in sysStateChangeJobRemoved()
|
H A D | bmc_state_manager.cpp | 99 this->currentBMCState(BMCState::Quiesced); in discoverInitialState() 190 this->currentBMCState(BMCState::Quiesced); in bmcStateChange()
|
H A D | README.md | 51 `Quiesced` when a critical service has entered the failed state. The only 53 - CurrentBMCState: NotReady, Ready, Quiesced 68 `Running`, `TransitioningToRunning`, `TransitioningToOff`, `Quiesced`(error 71 Quiesced, DiagnosticMode 80 - CurrentHostState: Standby, TransitionToRunning, Running, Off, Quiesced
|
/openbmc/bmcweb/redfish-core/include/generated/enums/ |
H A D | resource.hpp | 19 Quiesced, enumerator 126 {State::Quiesced, "Quiesced"},
|
/openbmc/openbmc-test-automation/lib/ |
H A D | state_manager.robot | 173 Is Host Quiesced 177 ... ${host_state} Quiesced 181 Recover Quiesced Host 184 ${resp}= Run Keyword And Return Status Is Host Quiesced
|
H A D | utils.robot | 988 Is BMC Not Quiesced 995 Should Not Be Equal As Strings Quiesced ${bmc_state['bmc']} 1097 # expected_host_state Expected Host State to check.(e.g. Quiesced).
|
/openbmc/docs/designs/ |
H A D | boot-progress.md | 24 error state (`Quiesced`) and debug state (`DiagnosticMode`). The focus of this 48 - `xyz.openbmc_project.State.Host.HostState.Quiesced` : `Quiesced`
|
H A D | fail-boot-on-hw-error.md | 99 state to Quiesced.
|
H A D | bmc-service-failure-debug-and-recovery.md | 468 phosphor-bmc-state-manager will monitor this target and enter a `Quiesced` state 482 the BMC state into Quiesced
|
/openbmc/phosphor-debug-collector/dump-extensions/openpower-dumps/ |
H A D | dump_manager_system.cpp | 172 bool isHostQuiesced = hostState == phosphor::dump::HostState::Quiesced; in createDump()
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/ |
H A D | BMC.interface.yaml | 65 - name: "Quiesced"
|
H A D | README.md | 24 2. _Host_ : The host is either (Off), (Running), or it's (Quiesced). Running 27 different Reboot options below. Quiesced means the host OS is in a quiesce
|
H A D | Host.interface.yaml | 87 - name: "Quiesced"
|
/openbmc/phosphor-fan-presence/ |
H A D | power_state.hpp | 311 powerState == HostState::Quiesced || in setHostPowerState()
|
/openbmc/phosphor-debug-collector/ |
H A D | dump_utils.hpp | 302 return (getHostState() == HostState::Quiesced); in isHostQuiesced()
|
/openbmc/bmcweb/redfish-core/lib/ |
H A D | hypervisor_system.hpp | 70 resource::State::Quiesced; in getHypervisorState()
|
H A D | managers.hpp | 2003 resource::State::Quiesced; in checkForQuiesced()
|
H A D | systems.hpp | 566 resource::State::Quiesced; in getHostState()
|
/openbmc/docs/architecture/ |
H A D | openbmc-systemd.md | 117 in a `Quiesced` state.
|