Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/lib/
H A Dsystems.hpp838 const std::string& bootType) { in getBootOverrideType() argument
845 BMCWEB_LOG_DEBUG("Boot type: {}", bootType); in getBootOverrideType()
852 auto rfType = dbusToRfBootType(bootType); in getBootOverrideType()
1566 const std::optional<std::string>& bootType) in setBootType() argument
1570 if (!bootType) in setBootType()
1576 BMCWEB_LOG_DEBUG("Boot type: {}", *bootType); in setBootType()
1578 if (*bootType == "Legacy") in setBootType()
1582 else if (*bootType == "UEFI") in setBootType()
1590 *bootType); in setBootType()
1591 messages::propertyValueNotInList(asyncResp->res, *bootType, in setBootType()
[all …]
/openbmc/pldm/oem/ibm/libpldmresponder/
H A Doem_ibm_handler.cpp1054 auto bootType = getBiosAttrValue<std::string>("pvm_boot_type").value_or(""); in handleBootTypesAtChassisOff() local
1055 if (bootInitiator.empty() || bootType.empty()) in handleBootTypesAtChassisOff()
/openbmc/phosphor-host-ipmid/
H A Dchassishandler.cpp1975 Type::Types bootType; in ipmiChassisGetSysBootOptions() local
1976 rc = getBootType(ctx, bootType); in ipmiChassisGetSysBootOptions()
2000 IpmiValue biosBootType = typeDbusToIpmi.at(bootType); in ipmiChassisGetSysBootOptions()
/openbmc/fb-ipmi-oem/src/
H A Doemcommands.cpp260 std::string bootType = in setBootOrder() local
266 ipmi::boot::bootTypeProp, bootType); in setBootOrder()
338 auto bootType = sdbusplus::message::convert_from_string<boot::BootType>( in getBootOrder() local
349 uint8_t bootTypeVal = ipmi::boot::typeDbusToIpmi.at(bootType); in getBootOrder()