Lines Matching refs:msg_print_text
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()
3290 l -= msg_print_text(msg, true, time, NULL, 0); in kmsg_dump_get_buffer()
3303 l += msg_print_text(msg, syslog, time, buf + l, size - l); in kmsg_dump_get_buffer()