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/include/utils/
H A Deventlog_utils.hpp345 std::ifstream logStream(*it); in handleSystemsAndManagersLogServiceEventLogLogEntryCollection() local
423 std::ifstream logStream(*it); in handleSystemsAndManagersLogServiceEventLogEntriesGet() local
/openbmc/phosphor-host-ipmid/dbus-sdr/
H A Dstoragecommands.cpp771 std::ifstream logStream(file); in countSELEntries() local
797 std::ifstream logStream(file); in findSELEntry() local
931 std::ifstream logStream(selLogFiles.back()); in ipmiStorageGetSELEntry() local
945 std::ifstream logStream(selLogFiles.front()); in ipmiStorageGetSELEntry() local
/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