Lines Matching full:ids
58 * OpenBMC IDs.
59 * Used for correlating the IDs with their data files for quick
60 * lookup. To find a PEL based on just one of the IDs, just use
91 * one can look up a PEL with just one of the IDs.
175 * it has both the PEL and OpenBMC IDs, unlike the passed in LogID
235 * For example, to save up to 100 IDs in the repo into a vector:
237 * std::vector<uint32_t> ids;
238 * ForEachFunc f = [&ids](const PEL& pel) {
239 * ids.push_back(pel.id());
240 * return ids.size() == 100 ? true : false;
381 * is why those IDs are returned, so they can be deleted later.
401 * @param[in] ids - The OpenBMC event log Ids with hardware isolation entry.
403 * @return std::vector<uint32_t> - The OpenBMC event log IDs of
437 * it has both the PEL and OpenBMC Log IDs, unlike the passed in LogID
562 * @param[in] ids - The OpenBMC event log Ids with hardware isolation
565 * @param[out] removedBMCLogIDs - The OpenBMC event log IDs of the
578 * @brief A map of the PEL/OBMC IDs to PEL attributes.