Searched defs:write_to_journal (Results 1 - 2 of 2) sorted by relevance
/systemd/src/journal/ |
H A D | journald-server.c | 522 static void write_to_journal(Server *s, uid_t uid, struct iovec *iovec, unsigned n, int priority) { function 853 write_to_journal(s, journal_uid, iovec, n, priority);
|
/systemd/src/basic/ |
H A D | log.c | 521 static int write_to_journal( function 592 k = write_to_journal(level, error, file, line, func, object_field, object, buffer);
|
Completed in 23 milliseconds