Home
last modified time | relevance | path

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

/openbmc/openpower-occ-control/
H A Docc_manager.cpp96 auto occs = findOCCsInDev(); in findAndCreateObjects() local
98 if (occs.empty() || (prevOCCSearch.size() != occs.size())) in findAndCreateObjects()
104 prevOCCSearch = occs; in findAndCreateObjects()
108 "QTY", occs.size()); in findAndCreateObjects()
117 std::sort(occs.begin(), occs.end()); in findAndCreateObjects()
121 "QTY", occs.size()); in findAndCreateObjects()
122 for (auto id : occs) in findAndCreateObjects()
306 std::vector<int> occs; in findOCCsInDev() local
318 occs.push_back(num - 1); in findOCCsInDev()
322 return occs; in findOCCsInDev()