Searched refs:sd_journal_open (Results 1 - 14 of 14) sorted by relevance
/systemd/src/journal/ |
H A D | test-journal-enum.c | 34 assert_se(sd_journal_open(&j, SD_JOURNAL_LOCAL_ONLY) >= 0);
|
H A D | test-journal-init.c | 45 r = sd_journal_open(&j, SD_JOURNAL_LOCAL_ONLY);
|
H A D | test-journal-flush.c | 44 r = sd_journal_open(&j, 0);
|
H A D | test-journal-match.c | 36 assert_se(sd_journal_open(&j, 0) >= 0);
|
H A D | journalctl.c | 2111 r = sd_journal_open(&j, !arg_merge*SD_JOURNAL_LOCAL_ONLY + arg_journal_type);
|
H A D | journald-server.c | 1084 r = sd_journal_open(&j, SD_JOURNAL_RUNTIME_ONLY);
|
H A D | sd-journal.c | 1656 _public_ int sd_journal_open(sd_journal **ret, int flags) { function
|
/systemd/src/compat-libs/ |
H A D | libsystemd-journal.sym | 19 sd_journal_open;
|
/systemd/src/systemd/ |
H A D | sd-journal.h | 85 int sd_journal_open(sd_journal **ret, int flags);
|
/systemd/src/libsystemd/ |
H A D | libsystemd.sym | 18 sd_journal_open;
|
/systemd/src/coredump/ |
H A D | coredumpctl.c | 825 r = sd_journal_open(&j, SD_JOURNAL_LOCAL_ONLY);
|
/systemd/src/journal-remote/ |
H A D | journal-upload.c | 777 r = sd_journal_open(j, !arg_merge*SD_JOURNAL_LOCAL_ONLY + arg_journal_type);
|
H A D | journal-gatewayd.c | 121 return sd_journal_open(&m->journal, SD_JOURNAL_LOCAL_ONLY|SD_JOURNAL_SYSTEM);
|
/systemd/src/shared/ |
H A D | logs-show.c | 1264 r = sd_journal_open(&j, journal_open_flags);
|
Completed in 54 milliseconds