Searched refs:sd_journal_open (Results 1 – 10 of 10) sorted by relevance
/openbmc/phosphor-logging/test/ |
H A D | elog_errorwrap_test.hpp | 33 virtual int sd_journal_open(sd_journal** j, int k) = 0; 43 int sd_journal_open(sd_journal** j, int k) override; 49 int journalImpl::sd_journal_open(sd_journal**, int) in sd_journal_open() function in phosphor::logging::internal::journalImpl 76 MOCK_METHOD2(sd_journal_open, int(sd_journal**, int));
|
H A D | log_manager_dbus_tests.cpp | 104 sd_journal_open(&j, SD_JOURNAL_LOCAL_ONLY); in last_journal_entry()
|
/openbmc/bmcweb/redfish-core/lib/ |
H A D | manager_logservices_journal.hpp | 179 int ret = sd_journal_open(&journalTmp, SD_JOURNAL_LOCAL_ONLY); in handleManagersJournalLogEntryCollectionGet() 286 int ret = sd_journal_open(&journalTmp, SD_JOURNAL_LOCAL_ONLY); in handleManagersJournalEntriesLogEntryGet()
|
/openbmc/openpower-hw-diags/util/ |
H A D | ffdc.cpp | 70 if (0 == sd_journal_open(&journal, SD_JOURNAL_LOCAL_ONLY)) in sdjGetMessages()
|
/openbmc/phosphor-power/phosphor-regulators/src/ |
H A D | journal.cpp | 66 int rc = sd_journal_open(&journal, SD_JOURNAL_LOCAL_ONLY); in getMessages()
|
/openbmc/phosphor-logging/extensions/openpower-pels/ |
H A D | journal.cpp | 83 int rc = sd_journal_open(&journal, SD_JOURNAL_LOCAL_ONLY); in getMessages()
|
/openbmc/phosphor-logging/ |
H A D | logging_test.cpp | 35 rc = sd_journal_open(&journal, SD_JOURNAL_LOCAL_ONLY); in validate_journal()
|
H A D | log_manager.cpp | 107 int rc = sd_journal_open(&j, SD_JOURNAL_LOCAL_ONLY); in _commit()
|
/openbmc/phosphor-fan-presence/monitor/ |
H A D | fan_error.cpp | 213 int rc = sd_journal_open(&journal, SD_JOURNAL_LOCAL_ONLY); in getJournalEntries()
|
/openbmc/openpower-occ-control/ |
H A D | occ_ffdc.cpp | 302 int rc = sd_journal_open(&journal, SD_JOURNAL_LOCAL_ONLY); in getJournalEntries()
|