Home
last modified time | relevance | path

Searched defs:syslog (Results 1 – 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
Dkmsg_dump.h81 bool syslog, const char *line, in kmsg_dump_get_line_nolock()
87 static inline bool kmsg_dump_get_line(struct kmsg_dumper *dumper, bool syslog, in kmsg_dump_get_line()
93 static inline bool kmsg_dump_get_buffer(struct kmsg_dumper *dumper, bool syslog, in kmsg_dump_get_buffer()
/kernel/linux/linux-4.19/include/linux/
Dkmsg_dump.h80 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()
Dlsm_hooks.h1455 int (*syslog)(int type); member
1796 struct hlist_head syslog; member
/kernel/linux/linux-5.10/kernel/printk/
Dprintk.c1315 static size_t info_print_prefix(const struct printk_info *info, bool syslog, in info_print_prefix()
1353 static size_t record_print_text(struct printk_record *r, bool syslog, in record_print_text()
1456 bool syslog, bool time) in get_record_print_text_size()
1725 SYSCALL_DEFINE3(syslog, int, type, char __user *, buf, int, len) in SYSCALL_DEFINE3() argument
2122 bool syslog, bool time) in record_print_text()
3288 bool kmsg_dump_get_line_nolock(struct kmsg_dumper *dumper, bool syslog, in kmsg_dump_get_line_nolock()
3342 bool kmsg_dump_get_line(struct kmsg_dumper *dumper, bool syslog, in kmsg_dump_get_line()
3375 bool kmsg_dump_get_buffer(struct kmsg_dumper *dumper, bool syslog, in kmsg_dump_get_buffer()
/kernel/linux/linux-4.19/kernel/printk/
Dprintk.c1268 static size_t print_prefix(const struct printk_log *msg, bool syslog, char *buf) in print_prefix()
1291 static size_t msg_print_text(const struct printk_log *msg, bool syslog, char *buf, size_t size) in msg_print_text()
1591 SYSCALL_DEFINE3(syslog, int, type, char __user *, buf, int, len) in SYSCALL_DEFINE3() argument
2075 bool syslog, char *buf, size_t size) { return 0; } in msg_print_text()
3147 bool kmsg_dump_get_line_nolock(struct kmsg_dumper *dumper, bool syslog, in kmsg_dump_get_line_nolock()
3196 bool kmsg_dump_get_line(struct kmsg_dumper *dumper, bool syslog, in kmsg_dump_get_line()
3229 bool kmsg_dump_get_buffer(struct kmsg_dumper *dumper, bool syslog, in kmsg_dump_get_buffer()
/kernel/liteos_a/kernel/common/
Dlos_printf.c242 __attribute__((noinline)) VOID syslog(INT32 level, const CHAR *fmt, ...) in syslog() function