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.hpp702 const std::string& rfSource, std::string& bootSource, std::string& bootMode) in assignBootParameters() argument
707 if (rfSource == "None") in assignBootParameters()
711 if (rfSource == "Pxe") in assignBootParameters()
715 else if (rfSource == "Hdd") in assignBootParameters()
719 else if (rfSource == "Diags") in assignBootParameters()
723 else if (rfSource == "Cd") in assignBootParameters()
728 else if (rfSource == "BiosSetup") in assignBootParameters()
732 else if (rfSource == "Usb") in assignBootParameters()
742 messages::propertyValueNotInList(asyncResp->res, rfSource, in assignBootParameters()
954 auto rfSource = dbusToRfBootSource(bootSourceStr); in getBootOverrideSource() local
[all …]