Searched refs:typeIpmiToDbus (Results 1 – 2 of 2) sorted by relevance
1621 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
186 std::map<IpmiValue, BootType> typeIpmiToDbus = {{0x00, BootType::Legacy}, variable258 auto bootTypeVal = ipmi::boot::typeIpmiToDbus.at(bootTypeBit); in setBootOrder()