Home
last modified time | relevance | path

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

/openbmc/phosphor-power/tools/power-utils/
H A Dupdater.cpp252 void Updater::bindUnbind(bool doBind) in bindUnbind() argument
254 if (!doBind) in bindUnbind()
257 setPresent(doBind); in bindUnbind()
260 p /= doBind ? "bind" : "unbind"; in bindUnbind()
263 if (doBind) in bindUnbind()
269 if (doBind) in bindUnbind()
272 setPresent(doBind); in bindUnbind()
H A Dupdater.hpp98 void bindUnbind(bool doBind);