Home
last modified time | relevance | path

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

/openbmc/phosphor-host-ipmid/
H A Dchassishandler.cpp1518 std::map<Type::Types, IpmiValue> typeDbusToIpmi = {{Type::Types::Legacy, 0x00}, variable
1913 IpmiValue biosBootType = typeDbusToIpmi.at(bootType); in ipmiChassisGetSysBootOptions()
/openbmc/fb-ipmi-oem/src/
H A Doemcommands.cpp197 std::map<std::optional<BootType>, IpmiValue> typeDbusToIpmi = { variable
347 uint8_t bootTypeVal = ipmi::boot::typeDbusToIpmi.at(bootType); in getBootOrder()