Searched refs:record_print_text (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/kernel/printk/ |
H A D | printk.c | 1382 static size_t record_print_text(struct printk_record *r, bool syslog, in record_print_text() function 1613 n = record_print_text(&r, true, syslog_time); in syslog_print() 1676 textlen = record_print_text(&r, true, time); in syslog_print_all() 2386 static size_t record_print_text(const struct printk_record *r, in record_print_text() function 2876 len = record_print_text(&r, console_msg_format & MSG_FORMAT_SYSLOG, printk_time); in printk_get_next_message() 4161 l = record_print_text(&r, syslog, printk_time); in kmsg_dump_get_line() 4251 len += record_print_text(&r, syslog, time); in kmsg_dump_get_buffer()
|