Home
last modified time | relevance | path

Searched defs:logStream (Results 1 – 6 of 6) sorted by relevance

/openbmc/bmcweb/redfish-core/include/
H A Dgzfile.hpp22 gzFile logStream = gzopen(filename.c_str(), "r"); in gzGetLines() local
48 static void printErrorMessage(gzFile logStream) in printErrorMessage()
58 bool readFile(gzFile logStream, uint64_t skip, uint64_t top, in readFile()
/openbmc/bmcweb/redfish-core/src/
H A Dfilesystem_log_watcher.cpp37 std::ifstream logStream(redfishEventLogFile); in cacheRedfishLogFile() local
52 std::ifstream logStream(redfishEventLogFile); in readEventLogsFromFile() local
/openbmc/bmcweb/redfish-core/lib/
H A Dsystems_logservices_journal_eventlog.hpp262 std::ifstream logStream(*it); in handleSystemsLogServiceEventLogLogEntryCollection() local
349 std::ifstream logStream(*it); in handleSystemsLogServiceEventLogEntriesGet() local
/openbmc/phosphor-host-ipmid/dbus-sdr/
H A Dstoragecommands.cpp770 if (!logStream.is_open()) in countSELEntries() local
796 if (!logStream.is_open()) in findSELEntry() local
930 if (!logStream.is_open()) in ipmiStorageGetSELEntry() local
944 std::ifstream logStream(selLogFiles.front()); ipmiStorageGetSELEntry() local
[all...]
/openbmc/intel-ipmi-oem/src/
H A Dstoragecommands.cpp728 std::ifstream logStream(file); in countSELEntries() local
754 std::ifstream logStream(file); in findSELEntry() local
885 std::ifstream logStream(selLogFiles.back()); in ipmiStorageGetSELEntry() local
899 std::ifstream logStream(selLogFiles.front()); in ipmiStorageGetSELEntry() local
/openbmc/smbios-mdr/src/
H A Dcpuinfo_main.cpp88 static std::ostream& logStream(int cpu) in logStream() function