Home
last modified time | relevance | path

Searched full:currentbmcstate (Results 1 – 25 of 25) sorted by relevance

/openbmc/phosphor-state-manager/
H A Dbmc_state_manager.cpp99 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 Dbmc_state_manager.hpp82 /** @brief Set value of CurrentBMCState **/
83 BMCState currentBMCState(BMCState value) override;
H A DREADME.md53 - CurrentBMCState: NotReady, Ready, Quiesced
H A Dutils.cpp249 getProperty(bus, bmcPath.str, BMC::interface, "CurrentBMCState"); in isBmcReady()
H A Dobmcutil386 PROPERTY=CurrentBMCState
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/
H A DBMC.interface.yaml16 - name: CurrentBMCState
62 CurrentBMCState will be set to "UpdateInProgress" while starting
/openbmc/phosphor-debug-collector/tools/dreport.d/plugins.d/
H A Dbmcstate15 CurrentBMCState"
/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/gpio/phosphor-gpio-monitor/
H A Drescan-fru-ocp-setting10 …te.BMC /xyz/openbmc_project/state/bmc0 xyz.openbmc_project.State.BMC CurrentBMCState | awk '{print…
H A Den-i3c-hub-scan-fru63 …te.BMC /xyz/openbmc_project/state/bmc0 xyz.openbmc_project.State.BMC CurrentBMCState | awk '{print…
/openbmc/intel-ipmi-oem/src/
H A Dappcommands.cpp50 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 Dfirmware-update.cpp497 *busp, service, bmcStatePath, bmcStateIntf, "CurrentBMCState"); in getFirmwareUpdateMode()
523 "CurrentBMCState", bmcState); in setFirmwareUpdateMode()
/openbmc/phosphor-fan-presence/docs/control/fanctl/
H A DREADME.md104 CurrentBMCState : xyz.openbmc_project.State.BMC.BMCState.Ready
/openbmc/openbmc-test-automation/lib/
H A Dstate_map.py172 bmc_state = state[var.SYSTEM_STATE_URI + "bmc0"]["CurrentBMCState"]
H A Dstate_manager.robot227 ... Read Attribute ${BMC_STATE_URI} CurrentBMCState quiet=${quiet}
/openbmc/phosphor-buttons/src/
H A Dhost_then_chassis_poweroff.cpp220 method.append(interface::bmcState, "CurrentBMCState"); in isBmcReady()
/openbmc/docs/designs/
H A Dtarget-fail-monitoring.md101 - Changes BMC state (CurrentBMCState) to indicate a degraded mode of the BMC
H A Dbmc-service-failure-debug-and-recovery.md456 - Changes BMC state (CurrentBMCState) to indicate a degraded mode of the BMC
/openbmc/openpower-vpd-parser/vpd-manager/include/
H A Dconstants.hpp207 constexpr auto currentBMCStateProperty = "CurrentBMCState";
/openbmc/docs/development/
H A Ddev-environment.md159 CurrentBMCState : xyz.openbmc_project.State.BMC.BMCState.Ready
/openbmc/phosphor-fan-presence/control/
H A Dfanctl.cpp238 SDBusPlus::getProperty<std::string>(path, iface, "CurrentBMCState"); in getStates()
283 cout << "CurrentBMCState : " << states[3] << endl; in status()
/openbmc/pldm/oem/ibm/libpldmresponder/
H A Doem_ibm_handler.cpp774 bmcPath.str.c_str(), "CurrentBMCState", BMC::interface); in checkBMCState()
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Ddata_interface.cpp176 bus, object_path::bmcState, interface::bmcState, "CurrentBMCState", in DataInterface()
/openbmc/phosphor-rest-server/module/obmc/wsgi/apps/
H A Drest_dbus.py671 BMCSTATE_PROPERTY = 'CurrentBMCState'
/openbmc/phosphor-host-ipmid/
H A Dapphandler.cpp50 constexpr auto bmc_state_property = "CurrentBMCState";
/openbmc/openbmc-tools/openbmctool/
H A Dopenbmctool.py1407 url="https://"+host+"/xyz/openbmc_project/state/bmc0/attr/CurrentBMCState"