/openbmc/phosphor-state-manager/ |
H A D | bmc_state_manager.cpp | 99 this->currentBMCState(BMCState::Quiesced); in discoverInitialState() 108 this->currentBMCState(BMCState::Ready); in discoverInitialState() 113 this->currentBMCState(BMCState::NotReady); in discoverInitialState() 127 this->currentBMCState(BMCState::NotReady); in executeTransition() 161 this->currentBMCState(BMCState::NotReady); in executeTransition() 190 this->currentBMCState(BMCState::Quiesced); in bmcStateChange() 217 this->currentBMCState(BMCState::Ready); in bmcStateChange() 245 BMC::BMCState BMC::currentBMCState(BMCState value) in currentBMCState() function in phosphor::state::manager::BMC 250 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 | utils.cpp | 249 getProperty(bus, bmcPath.str, BMC::interface, "CurrentBMCState"); in isBmcReady()
|
H A D | obmcutil | 386 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 | 63 …te.BMC /xyz/openbmc_project/state/bmc0 xyz.openbmc_project.State.BMC CurrentBMCState | awk '{print…
|
/openbmc/intel-ipmi-oem/src/ |
H A D | appcommands.cpp | 50 static constexpr const char* currentBmcStateProp = "CurrentBMCState"; 88 "Exception caught in Get CurrentBMCState"); in initBMCDeviceState() 111 "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/phosphor-fan-presence/docs/control/fanctl/ |
H A D | README.md | 104 CurrentBMCState : xyz.openbmc_project.State.BMC.BMCState.Ready
|
/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 | 227 ... Read Attribute ${BMC_STATE_URI} CurrentBMCState quiet=${quiet}
|
/openbmc/phosphor-buttons/src/ |
H A D | host_then_chassis_poweroff.cpp | 220 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/openpower-vpd-parser/vpd-manager/include/ |
H A D | constants.hpp | 207 constexpr auto currentBMCStateProperty = "CurrentBMCState";
|
/openbmc/docs/development/ |
H A D | dev-environment.md | 159 CurrentBMCState : xyz.openbmc_project.State.BMC.BMCState.Ready
|
/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 | 774 bmcPath.str.c_str(), "CurrentBMCState", BMC::interface); in checkBMCState()
|
/openbmc/phosphor-logging/extensions/openpower-pels/ |
H A D | data_interface.cpp | 176 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/phosphor-host-ipmid/ |
H A D | apphandler.cpp | 50 constexpr auto bmc_state_property = "CurrentBMCState";
|
/openbmc/openbmc-tools/openbmctool/ |
H A D | openbmctool.py | 1407 url="https://"+host+"/xyz/openbmc_project/state/bmc0/attr/CurrentBMCState"
|