Home
last modified time | relevance | path

Searched refs:modeDbusToIpmi (Results 1 – 3 of 3) sorted by relevance

/openbmc/phosphor-host-ipmid/
H A Dchassishandler.cpp1559 std::map<Mode::Modes, IpmiValue> modeDbusToIpmi = { variable
1941 bootOption = modeDbusToIpmi.at(bootMode); in ipmiChassisGetSysBootOptions()
/openbmc/fb-ipmi-oem/src/
H A Doemcommands.cpp194 std::map<std::optional<BootMode>, IpmiValue> modeDbusToIpmi = { variable
327 uint8_t bootOption = ipmi::boot::modeDbusToIpmi.at(bootMode); in getBootOrder()
/openbmc/intel-ipmi-oem/src/
H A Doemcommands.cpp3449 std::map<Mode::Modes, IpmiValue> modeDbusToIpmi = { variable
3547 bootOption = modeDbusToIpmi.at(bootMode); in ipmiOemGetEfiBootOptions()