Searched refs:bootMap (Results 1 – 2 of 2) sorted by relevance
170 std::map<std::string, int> bootMap = { variable
302 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()