Lines Matching full:kmsg
347 * /dev/kmsg exports the structured data in the following line format:
364 /* the next printk record to read by syslog(READ) or /proc/kmsg */
521 * If this is from /proc/kmsg and we've already opened it, then we've in check_syslog_permissions()
630 /* /dev/kmsg - userspace message inject/listen interface */
810 * like issued by 'dmesg -c'. Reading /dev/kmsg itself in devkmsg_llseek()
1737 * Short-cut for poll(/"proc/kmsg") which simply checks in do_syslog()
3597 * kmsg_dump_unregister - unregister a kmsg dumper.
3646 * retrieve the kmsg records with kmsg_dump_get_line() or
3675 * kmsg_dump_get_line - retrieve one kmsg log line
3676 * @iter: kmsg dump iterator
3682 * Start at the beginning of the kmsg buffer, with the oldest kmsg
3731 * kmsg_dump_get_buffer - copy kmsg log lines
3732 * @iter: kmsg dump iterator
3738 * Start at the end of the kmsg buffer and fill the provided buffer
3739 * with as many of the *youngest* kmsg records that fit into it.
3740 * If the buffer is large enough, all available kmsg records will be
3817 * @iter: kmsg dump iterator