Home
last modified time | relevance | path

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

/openbmc/openpower-occ-control/
H A Dpowermode.hpp299 void setMasterOcc(const std::string& occPath);
H A Docc_status.cpp455 pmode->setMasterOcc(path); in occReadStateNow()
H A Dpowermode.cpp141 void PowerMode::setMasterOcc(const std::string& masterOccPath) in setMasterOcc() function in open_power::occ::powermode::PowerMode
148 "PowerMode::setMasterOcc: Master changed (was OCC{INST}, {PATH})", in setMasterOcc()
158 lg2::debug("PowerMode::setMasterOcc(OCC{INST}, {PATH})", "INST", in setMasterOcc()
H A Docc_manager.cpp369 pmode->setMasterOcc(path); in createObjects()