Searched defs:syslog (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.4/include/linux/ |
D | kmsg_dump.h | 80 bool syslog, const char *line, in kmsg_dump_get_line_nolock() 86 static inline bool kmsg_dump_get_line(struct kmsg_dumper *dumper, bool syslog, in kmsg_dump_get_line() 92 static inline bool kmsg_dump_get_buffer(struct kmsg_dumper *dumper, bool syslog, in kmsg_dump_get_buffer()
|
D | lsm_hooks.h | 1483 int (*syslog)(int type); member 1835 struct hlist_head syslog; member
|
/Linux-v5.4/kernel/printk/ |
D | printk.c | 1288 static size_t print_prefix(const struct printk_log *msg, bool syslog, in print_prefix() 1309 static size_t msg_print_text(const struct printk_log *msg, bool syslog, in msg_print_text() 1618 SYSCALL_DEFINE3(syslog, int, type, char __user *, buf, int, len) in SYSCALL_DEFINE3() argument 2091 static size_t msg_print_text(const struct printk_log *msg, bool syslog, in msg_print_text() 3163 bool kmsg_dump_get_line_nolock(struct kmsg_dumper *dumper, bool syslog, in kmsg_dump_get_line_nolock() 3212 bool kmsg_dump_get_line(struct kmsg_dumper *dumper, bool syslog, in kmsg_dump_get_line() 3245 bool kmsg_dump_get_buffer(struct kmsg_dumper *dumper, bool syslog, in kmsg_dump_get_buffer()
|