Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/lib/
H A Dsystems.hpp902 const std::string& bootType) { in getBootOverrideType() argument
909 BMCWEB_LOG_DEBUG("Boot type: {}", bootType); in getBootOverrideType()
916 auto rfType = dbusToRfBootType(bootType); in getBootOverrideType()
1559 const std::optional<std::string>& bootType) in setBootType() argument
1563 if (!bootType) in setBootType()
1569 BMCWEB_LOG_DEBUG("Boot type: {}", *bootType); in setBootType()
1571 if (*bootType == "Legacy") in setBootType()
1575 else if (*bootType == "UEFI") in setBootType()
1583 *bootType); in setBootType()
1584 messages::propertyValueNotInList(asyncResp->res, *bootType, in setBootType()
[all …]
/openbmc/phosphor-host-ipmid/
H A Dchassishandler.cpp1686 // return an error, but simply return bootType as EFI. in setBootType()
1919 Type::Types bootType; in ipmiChassisGetSysBootOptions()
1920 rc = getBootType(ctx, bootType); in ipmiChassisGetSysBootOptions()
1944 IpmiValue biosBootType = typeDbusToIpmi.at(bootType); in ipmiChassisGetSysBootOptions()
1892 Type::Types bootType; ipmiChassisGetSysBootOptions() local
/openbmc/fb-ipmi-oem/src/
H A Doemcommands.cpp258 std::string bootType = in setBootOrder() local
264 ipmi::boot::bootTypeProp, bootType); in setBootOrder()
336 auto bootType = sdbusplus::message::convert_from_string<boot::BootType>( in getBootOrder() local
347 uint8_t bootTypeVal = ipmi::boot::typeDbusToIpmi.at(bootType); in getBootOrder()