Home
last modified time | relevance | path

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

/openbmc/phosphor-host-ipmid/
H A Dchassishandler.cpp1621 std::map<IpmiValue, Type::Types> typeIpmiToDbus = {{0x00, Type::Types::Legacy},
2208 typeIpmiToDbus.find(static_cast<uint8_t>(biosBootType)); in ipmiChassisSetSysBootOptions()
2232 if (typeIpmiToDbus.end() != typeItr) in ipmiChassisSetSysBootOptions()
2262 (typeIpmiToDbus.end() == typeItr) && in ipmiChassisSetSysBootOptions()
1587 std::map<IpmiValue, Type::Types> typeIpmiToDbus = {{0x00, Type::Types::Legacy}, global() variable
/openbmc/fb-ipmi-oem/src/
H A Doemcommands.cpp186 std::map<IpmiValue, BootType> typeIpmiToDbus = {{0x00, BootType::Legacy}, variable
258 auto bootTypeVal = ipmi::boot::typeIpmiToDbus.at(bootTypeBit); in setBootOrder()