Searched refs:sd_journal_print (Results 1 - 5 of 5) sorted by relevance
/systemd/src/journal/ |
H A D | test-journal-send.c | 45 assert_se(sd_journal_print(LOG_INFO, "piepapo") == 0); 76 assert_se(sd_journal_print(LOG_NOTICE, "Hello World") == 0);
|
H A D | journal-send.c | 82 _public_ int sd_journal_print(int priority, const char *format, ...) { function
|
/systemd/src/compat-libs/ |
H A D | libsystemd-journal.sym | 14 sd_journal_print;
|
/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/libsystemd/ |
H A D | libsystemd.sym | 13 sd_journal_print;
|
Completed in 754 milliseconds