Home
last modified time | relevance | path

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

/openbmc/phosphor-host-ipmid/
H A Dchassishandler.cpp1883 * @param[out] onetime - boot override one-time in setBootOneTime()
1886 static ipmi::Cc getBootOneTime(ipmi::Context::ptr& ctx, bool& onetime) in setBootOneTime()
1897 ObjectEnable::property_names::enabled, onetime);
1910 * @param[in] onetime - boot override one-time
1913 static ipmi::Cc setBootOneTime(ipmi::Context::ptr& ctx, const bool& onetime)
1923 ObjectEnable::property_names::enabled, onetime); in ipmiChassisGetSysBootOptions()
1842 getBootOneTime(ipmi::Context::ptr & ctx,bool & onetime) getBootOneTime() argument
1868 setBootOneTime(ipmi::Context::ptr & ctx,const bool & onetime) setBootOneTime() argument