Home
last modified time | relevance | path

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

/openbmc/phosphor-host-ipmid/
H A Dchassishandler.cpp1757 * @param[out] onetime - boot override one-time
1760 static ipmi::Cc getBootOneTime(ipmi::Context::ptr& ctx, bool& onetime) in getBootOneTime() argument
1770 bootOneTimeIntf, "Enabled", onetime); in getBootOneTime()
1783 * @param[in] onetime - boot override one-time
1786 static ipmi::Cc setBootOneTime(ipmi::Context::ptr& ctx, const bool& onetime) in setBootOneTime() argument
1795 bootOneTimeIntf, "Enabled", onetime); in setBootOneTime()