Lines Matching defs:p
77 static inline uint16_t getLoggingId(const std::string& p)
80 fs::path entryPath(p);
90 const std::string& p)
94 auto id = getLoggingId(p);
96 record = ipmi::sel::convertLogEntrytoSEL(p);
101 fprintf(stderr, "Failed to convert %s to SEL: %s\n", p.c_str(),
119 std::string p = objPath;
120 auto entry = parseLoggingEntry(p);
140 std::string p = objPath;
141 selCacheMap.erase(getLoggingId(p));
151 std::string p = m.get_path();
152 auto entry = parseLoggingEntry(p);
199 for (const auto& p : paths)
201 auto entry = parseLoggingEntry(p);