Home
last modified time | relevance | path

Searched refs:sd_journal_open (Results 1 – 9 of 9) sorted by relevance

/openbmc/phosphor-logging/test/
H A Delog_errorwrap_test.hpp32 virtual int sd_journal_open(sd_journal** j, int k) = 0;
42 int sd_journal_open(sd_journal** j, int k) override;
48 int journalImpl::sd_journal_open(sd_journal**, int) in sd_journal_open() function in phosphor::logging::internal::journalImpl
75 MOCK_METHOD2(sd_journal_open, int(sd_journal**, int));
/openbmc/openpower-hw-diags/util/
H A Dffdc.cpp71 if (0 == sd_journal_open(&journal, SD_JOURNAL_LOCAL_ONLY)) in sdjGetMessages()
/openbmc/phosphor-power/phosphor-regulators/src/
H A Djournal.cpp67 int rc = sd_journal_open(&journal, SD_JOURNAL_LOCAL_ONLY); in getMessages()
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Djournal.cpp83 int rc = sd_journal_open(&journal, SD_JOURNAL_LOCAL_ONLY); in getMessages()
/openbmc/phosphor-logging/
H A Dlogging_test.cpp35 rc = sd_journal_open(&journal, SD_JOURNAL_LOCAL_ONLY); in validate_journal()
H A Dlog_manager.cpp104 int rc = sd_journal_open(&j, SD_JOURNAL_LOCAL_ONLY); in _commit()
/openbmc/phosphor-fan-presence/monitor/
H A Dfan_error.cpp213 int rc = sd_journal_open(&journal, SD_JOURNAL_LOCAL_ONLY); in getJournalEntries()
/openbmc/openpower-occ-control/
H A Docc_ffdc.cpp307 int rc = sd_journal_open(&journal, SD_JOURNAL_LOCAL_ONLY); in getJournalEntries()
/openbmc/bmcweb/redfish-core/lib/
H A Dlog_services.hpp2704 int ret = sd_journal_open(&journalTmp, SD_JOURNAL_LOCAL_ONLY); in requestRoutesBMCJournalLogEntryCollection()
2784 int ret = sd_journal_open(&journalTmp, SD_JOURNAL_LOCAL_ONLY); in requestRoutesBMCJournalLogEntry()