Home
last modified time | relevance | path

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

/openbmc/openpower-occ-control/
H A Dpowermode.hpp288 CmdStatus sendModeChange();
H A Dpowermode.cpp204 if (sendModeChange() != CmdStatus::SUCCESS) in setMode()
434 CmdStatus PowerMode::sendModeChange()
469 lg2::debug("PowerMode::sendModeChange: OCC master not active"); in sendModeChange()
477 "PowerMode::sendModeChange: MODE CHANGE does not get sent on non-PowerVM systems"); in sendModeChange()
493 "PowerMode::sendModeChange: SET_MODE({MODE},{DATA}) command to OCC{INST} ({LEN} bytes)", in sendModeChange()
513 "PowerMode::sendModeChange: SET MODE failed with status {STATUS}", in sendModeChange()
522 "PowerMode::sendModeChange: INVALID SET MODE response"); in sendModeChange()
530 "PowerMode::sendModeChange: SET_MODE FAILED with status={STATUS}", in sendModeChange()
537 "PowerMode::sendModeChange: Unable to set power mode to {MODE}", in sendModeChange()
1291 sendModeChange(); in powerMode()
435 CmdStatus PowerMode::sendModeChange() sendModeChange() function in open_power::occ::powermode::PowerMode
[all...]
H A Docc_status.cpp238 status = pmode->sendModeChange(); in occsWentActive()