Home
last modified time | relevance | path

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

/openbmc/fb-ipmi-oem/include/
H A Doemcommands.hpp170 std::map<std::string, int> bootMap = { variable
/openbmc/fb-ipmi-oem/src/
H A Doemcommands.cpp302 bootSeq.push_back(static_cast<uint8_t>(bootMap["USB_DEV"])); in getBootOrder()
303 bootSeq.push_back(static_cast<uint8_t>(bootMap["NET_IPV6"])); in getBootOrder()
304 bootSeq.push_back(static_cast<uint8_t>(bootMap["SATA_HDD"])); in getBootOrder()
305 bootSeq.push_back(static_cast<uint8_t>(bootMap["SATA_CD"])); in getBootOrder()
363 if (bootMap.find(seqStr) != bootMap.end()) in getBootOrder()
364 bootSeq.push_back(bootMap[seqStr]); in getBootOrder()