Searched defs:sd_journal_printv (Results 1 - 2 of 2) sorted by relevance
/systemd/src/systemd/ |
H A D | sd-journal.h | 39 int sd_journal_printv(int priority, const char *format, va_list ap) _sd_printf_(2, 0); 55 #define sd_journal_printv(priority, format, ap) sd_journal_printv_with_location(priority, "CODE_FILE=" __FILE__, "CODE_LINE=" _SD_STRINGIFY(__LINE__), __func__, format, ap) macro
|
/systemd/src/journal/ |
H A D | journal-send.c | 87 r = sd_journal_printv(priority, format, ap); 93 _public_ int sd_journal_printv(int priority, const char *format, va_list ap) { function
|
Completed in 18 milliseconds