| /openbmc/phosphor-state-manager/ |
| H A D | bmc_state_manager.cpp | 49 this->currentBMCState(BMCState::Quiesced); in bmcIsQuiesced() 130 this->currentBMCState(BMCState::Ready); in discoverInitialState() 135 this->currentBMCState(BMCState::NotReady); in discoverInitialState() 149 this->currentBMCState(BMCState::NotReady); in executeTransition() 183 this->currentBMCState(BMCState::NotReady); in executeTransition() 220 this->currentBMCState(BMCState::Ready); in bmcStateChange() 248 BMC::BMCState BMC::currentBMCState(BMCState value) in currentBMCState() function in phosphor::state::manager::BMC 253 return server::BMC::currentBMCState(value); in currentBMCState()
|
| H A D | bmc_state_manager.hpp | 82 /** @brief Set value of CurrentBMCState **/ 83 BMCState currentBMCState(BMCState value) override;
|
| H A D | README.md | 53 - CurrentBMCState: NotReady, Ready, Quiesced
|
| H A D | obmcutil | 422 PROPERTY=CurrentBMCState
|
| /openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/ |
| H A D | BMC.interface.yaml | 16 - name: CurrentBMCState 62 CurrentBMCState will be set to "UpdateInProgress" while starting
|
| /openbmc/phosphor-debug-collector/tools/dreport.d/plugins.d/ |
| H A D | bmcstate | 15 CurrentBMCState"
|
| /openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/gpio/phosphor-gpio-monitor/ |
| H A D | rescan-fru-ocp-setting | 10 …te.BMC /xyz/openbmc_project/state/bmc0 xyz.openbmc_project.State.BMC CurrentBMCState | awk '{print…
|
| H A D | en-i3c-hub-scan-fru | 66 …te.BMC /xyz/openbmc_project/state/bmc0 xyz.openbmc_project.State.BMC CurrentBMCState | awk '{print…
|
| /openbmc/phosphor-fan-presence/docs/control/fanctl/ |
| H A D | README.md | 104 CurrentBMCState : xyz.openbmc_project.State.BMC.BMCState.Ready
|
| /openbmc/intel-ipmi-oem/src/ |
| H A D | appcommands.cpp | 52 static constexpr const char* currentBmcStateProp = "CurrentBMCState"; 90 "Exception caught in Get CurrentBMCState"); in initBMCDeviceState() 113 "initBMCDeviceState: Failed to get CurrentBMCState property", in initBMCDeviceState()
|
| H A D | firmware-update.cpp | 497 *busp, service, bmcStatePath, bmcStateIntf, "CurrentBMCState"); in getFirmwareUpdateMode() 523 "CurrentBMCState", bmcState); in setFirmwareUpdateMode()
|
| /openbmc/openbmc-test-automation/lib/ |
| H A D | state_map.py | 172 bmc_state = state[var.SYSTEM_STATE_URI + "bmc0"]["CurrentBMCState"]
|
| H A D | state_manager.robot | 225 ... Read Attribute ${BMC_STATE_URI} CurrentBMCState quiet=${quiet}
|
| /openbmc/phosphor-buttons/src/ |
| H A D | host_then_chassis_poweroff.cpp | 219 method.append(interface::bmcState, "CurrentBMCState"); in isBmcReady()
|
| /openbmc/docs/designs/ |
| H A D | target-fail-monitoring.md | 101 - Changes BMC state (CurrentBMCState) to indicate a degraded mode of the BMC
|
| H A D | bmc-service-failure-debug-and-recovery.md | 456 - Changes BMC state (CurrentBMCState) to indicate a degraded mode of the BMC
|
| /openbmc/docs/development/ |
| H A D | dev-environment.md | 161 CurrentBMCState : xyz.openbmc_project.State.BMC.BMCState.Ready
|
| /openbmc/openpower-vpd-parser/vpd-manager/include/ |
| H A D | constants.hpp | 213 constexpr auto currentBMCStateProperty = "CurrentBMCState";
|
| /openbmc/phosphor-fan-presence/control/ |
| H A D | fanctl.cpp | 238 SDBusPlus::getProperty<std::string>(path, iface, "CurrentBMCState"); in getStates() 283 cout << "CurrentBMCState : " << states[3] << endl; in status()
|
| /openbmc/pldm/oem/ibm/libpldmresponder/ |
| H A D | oem_ibm_handler.cpp | 793 bmcPath.str.c_str(), "CurrentBMCState", BMC::interface); in checkBMCState()
|
| /openbmc/phosphor-logging/extensions/openpower-pels/ |
| H A D | data_interface.cpp | 161 bus, object_path::bmcState, interface::bmcState, "CurrentBMCState", in DataInterface()
|
| /openbmc/phosphor-rest-server/module/obmc/wsgi/apps/ |
| H A D | rest_dbus.py | 671 BMCSTATE_PROPERTY = 'CurrentBMCState'
|
| /openbmc/openbmc-tools/openbmctool/ |
| H A D | openbmctool.py | 1407 url="https://"+host+"/xyz/openbmc_project/state/bmc0/attr/CurrentBMCState"
|