Searched refs:kmsg_dump_get_line (Results 1 – 8 of 8) sorted by relevance
/linux/include/linux/ |
A D | kmsg_dump.h | 60 bool kmsg_dump_get_line(struct kmsg_dump_iter *iter, bool syslog, 78 static inline bool kmsg_dump_get_line(struct kmsg_dump_iter *iter, bool syslog, in kmsg_dump_get_line() function
|
/linux/arch/um/kernel/ |
A D | kmsg_dump.c | 42 while (kmsg_dump_get_line(&iter, true, line, sizeof(line), &len)) { in kmsg_dumper_stdout()
|
/linux/kernel/debug/kdb/ |
A D | kdb_main.c | 2111 while (kmsg_dump_get_line(&iter, 1, NULL, 0, NULL)) in kdb_dmesg() 2144 while (kmsg_dump_get_line(&iter, 1, buf, sizeof(buf), &len)) { in kdb_dmesg()
|
/linux/kernel/printk/ |
A D | printk.c | 3447 bool kmsg_dump_get_line(struct kmsg_dump_iter *iter, bool syslog, in kmsg_dump_get_line() function 3484 EXPORT_SYMBOL_GPL(kmsg_dump_get_line);
|
/linux/arch/powerpc/xmon/ |
A D | xmon.c | 3085 while (kmsg_dump_get_line(&iter, false, buf, sizeof(buf), &len)) { in dump_log_buf()
|
/linux/ |
A D | vmlinux.symvers | 4935 0x00000000 kmsg_dump_get_line vmlinux EXPORT_SYMBOL_GPL
|
A D | System.map | 3775 ffff8000100ecc40 T kmsg_dump_get_line
|
A D | .tmp_System.map | 3775 ffff8000100ecc40 T kmsg_dump_get_line
|
Completed in 4176 milliseconds