Searched refs:header_priority (Results 1 – 3 of 3) sorted by relevance
/systemd-251/src/journal/ |
D | journald-kmsg.c | 37 char header_priority[DECIMAL_STR_MAX(priority) + 3], in server_forward_kmsg() local 57 xsprintf(header_priority, "<%i>", priority); in server_forward_kmsg() 58 iovec[n++] = IOVEC_MAKE_STRING(header_priority); in server_forward_kmsg()
|
D | journald-syslog.c | 125 char header_priority[DECIMAL_STR_MAX(priority) + 3], header_time[64], in server_forward_syslog() local 141 xsprintf(header_priority, "<%i>", priority); in server_forward_syslog() 142 iovec[n++] = IOVEC_MAKE_STRING(header_priority); in server_forward_syslog()
|
/systemd-251/src/basic/ |
D | log.c | 459 char header_priority[2 + DECIMAL_STR_MAX(int) + 1], in write_to_syslog() local 468 xsprintf(header_priority, "<%i>", level); in write_to_syslog() 480 IOVEC_MAKE_STRING(header_priority), in write_to_syslog() 529 char header_priority[2 + DECIMAL_STR_MAX(int) + 1], in write_to_kmsg() local 538 xsprintf(header_priority, "<%i>", level); in write_to_kmsg() 542 IOVEC_MAKE_STRING(header_priority), in write_to_kmsg()
|