Home
last modified time | relevance | path

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

/openbmc/x86-power-control/src/
H A Dpower_control.cpp534 static SlotPowerState slotPowerState; variable
549 slotPowerState = state; in setSlotPowerState()
551 std::string(getSlotState(slotPowerState))); in setSlotPowerState()
1279 if (power_control::slotPowerState != power_control::SlotPowerState::on) in slotPowerOn()
1302 if (power_control::slotPowerState != power_control::SlotPowerState::off) in slotPowerOff()
3215 slotPowerState = SlotPowerState::off; in main()
3218 slotPowerState = SlotPowerState::on; in main()
3256 "CurrentPowerState", std::string(getSlotState(slotPowerState))); in main()