Home
last modified time | relevance | path

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

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