Searched refs:msg_print_text (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.4/kernel/printk/ |
| D | printk.c | 1309 static size_t msg_print_text(const struct printk_log *msg, bool syslog, in msg_print_text() function 1385 n = msg_print_text(msg, true, syslog_time, text, in syslog_print() 1443 len += msg_print_text(msg, true, time, NULL, 0); in syslog_print_all() 1454 len -= msg_print_text(msg, true, time, NULL, 0); in syslog_print_all() 1465 int textlen = msg_print_text(msg, true, time, text, in syslog_print_all() 1596 error += msg_print_text(msg, true, time, NULL, in do_syslog() 2091 static size_t msg_print_text(const struct printk_log *msg, bool syslog, in msg_print_text() function 2448 len += msg_print_text(msg, in console_unlock() 3184 l = msg_print_text(msg, syslog, printk_time, line, size); in kmsg_dump_get_line_nolock() 3279 l += msg_print_text(msg, true, time, NULL, 0); in kmsg_dump_get_buffer() [all …]
|