Lines Matching refs:BootType
172 using BootType =
186 std::map<IpmiValue, BootType> typeIpmiToDbus = {{0x00, BootType::Legacy},
187 {0x01, BootType::EFI}};
199 std::map<std::optional<BootType>, IpmiValue> typeDbusToIpmi = {
200 {BootType::Legacy, 0x00}, {BootType::EFI, 0x01}};
209 static constexpr auto bootTypeProp = "BootType";
261 sdbusplus::message::convert_to_string<boot::BootType>(bootTypeVal);
338 auto bootType = sdbusplus::message::convert_from_string<boot::BootType>(