Searched defs:sd_journal_print (Results 1 - 2 of 2) sorted by relevance
/systemd/src/systemd/ |
H A D | sd-journal.h | 38 int sd_journal_print(int priority, const char *format, ...) _sd_printf_(2, 3); 54 #define sd_journal_print(priority, ...) sd_journal_print_with_location(priority, "CODE_FILE=" __FILE__, "CODE_LINE=" _SD_STRINGIFY(__LINE__), __func__, __VA_ARGS__) macro
|
/systemd/src/journal/ |
H A D | journal-send.c | 82 _public_ int sd_journal_print(int priority, const char *format, ...) { function
|
Completed in 35 milliseconds