Lines Matching defs:entry
559 [bus, address, &fruData](ManagedEntry& entry) {
561 entry.second.find("xyz.openbmc_project.FruDevice");
562 if (findFruDevice == entry.second.end())
647 // At this point we found the device entry and will populate the
786 std::string& entry)
788 // Record ID is the first entry field following the timestamp. It is
801 while (std::getline(logStream, entry))
804 if (entry.find(search) != std::string::npos)
818 std::string entry;
819 if (findSELEntry(nextRecordID, selLogFiles, entry))
853 uint16_t, // SEL entry count
928 // The first entry will be at the top of the oldest log file
942 // The last entry will be at the bottom of the newest log file
978 std::string_view entry(targetEntry);
979 entry.remove_prefix(entryStart);
980 // Use split to separate the entry into its fields
982 boost::split(targetEntryFields, entry, boost::is_any_of(","),
1141 // Per the IPMI spec, need to cancel any reservation when a SEL entry is