Searched refs:sd_journal_open (Results 1 - 14 of 14) sorted by relevance

/systemd/src/journal/
H A Dtest-journal-enum.c34 assert_se(sd_journal_open(&j, SD_JOURNAL_LOCAL_ONLY) >= 0);
H A Dtest-journal-init.c45 r = sd_journal_open(&j, SD_JOURNAL_LOCAL_ONLY);
H A Dtest-journal-flush.c44 r = sd_journal_open(&j, 0);
H A Dtest-journal-match.c36 assert_se(sd_journal_open(&j, 0) >= 0);
H A Djournalctl.c2111 r = sd_journal_open(&j, !arg_merge*SD_JOURNAL_LOCAL_ONLY + arg_journal_type);
H A Djournald-server.c1084 r = sd_journal_open(&j, SD_JOURNAL_RUNTIME_ONLY);
H A Dsd-journal.c1656 _public_ int sd_journal_open(sd_journal **ret, int flags) { function
/systemd/src/compat-libs/
H A Dlibsystemd-journal.sym19 sd_journal_open;
/systemd/src/systemd/
H A Dsd-journal.h85 int sd_journal_open(sd_journal **ret, int flags);
/systemd/src/libsystemd/
H A Dlibsystemd.sym18 sd_journal_open;
/systemd/src/coredump/
H A Dcoredumpctl.c825 r = sd_journal_open(&j, SD_JOURNAL_LOCAL_ONLY);
/systemd/src/journal-remote/
H A Djournal-upload.c777 r = sd_journal_open(j, !arg_merge*SD_JOURNAL_LOCAL_ONLY + arg_journal_type);
H A Djournal-gatewayd.c121 return sd_journal_open(&m->journal, SD_JOURNAL_LOCAL_ONLY|SD_JOURNAL_SYSTEM);
/systemd/src/shared/
H A Dlogs-show.c1264 r = sd_journal_open(&j, journal_open_flags);

Completed in 54 milliseconds