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.cpp566 static SlotPowerState slotPowerState; variable
584 slotPowerState = state; in setSlotPowerState()
586 std::string(getSlotState(slotPowerState))); in setSlotPowerState()
1320 if (power_control::slotPowerState != power_control::SlotPowerState::on) in slotPowerOn()
1343 if (power_control::slotPowerState != power_control::SlotPowerState::off) in slotPowerOff()
3253 slotPowerState = SlotPowerState::off; in main()
3256 slotPowerState = SlotPowerState::on; in main()
3294 "CurrentPowerState", std::string(getSlotState(slotPowerState))); in main()