Lines Matching defs:entry
120 auto entry = parseLoggingEntry(p);
121 if (entry)
123 selCacheMap.insert(std::move(*entry));
145 lg2::error("Invalid logging entry ID");
152 auto entry = parseLoggingEntry(p);
153 if (entry)
155 selCacheMap.insert_or_assign(entry->first, std::move(entry->second));
201 auto entry = parseLoggingEntry(p);
202 if (entry)
204 selCacheMap.insert(std::move(*entry));
326 // Only one entry exists, return the first
379 /** @brief implements the delete SEL entry command
398 // Per the IPMI spec, need to cancel the reservation when a SEL entry is
641 /** @brief implements the Add SEL entry command
657 * - RecordID of the Added SEL entry
659 ipmi::RspType<uint16_t // recordID of the Added SEL entry