Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/lib/
H A Dsystems.hpp778 const std::string& rfSource, std::string& bootSource, std::string& bootMode) in assignBootParameters() argument
783 if (rfSource == "None") in assignBootParameters()
787 if (rfSource == "Pxe") in assignBootParameters()
791 else if (rfSource == "Hdd") in assignBootParameters()
795 else if (rfSource == "Diags") in assignBootParameters()
799 else if (rfSource == "Cd") in assignBootParameters()
804 else if (rfSource == "BiosSetup") in assignBootParameters()
808 else if (rfSource == "Usb") in assignBootParameters()
818 messages::propertyValueNotInList(asyncResp->res, rfSource, in assignBootParameters()
1009 auto rfSource = dbusToRfBootSource(bootSourceStr); in getBootOverrideSource() local
[all …]