Lines Matching full:kmsg
433 * /dev/kmsg exports the structured data in the following line format:
450 /* the next printk record to read by syslog(READ) or /proc/kmsg */
592 * If this is from /proc/kmsg and we've already opened it, then we've in check_syslog_permissions()
704 /* /dev/kmsg - userspace message inject/listen interface */
872 * like issued by 'dmesg -c'. Reading /dev/kmsg itself in devkmsg_llseek()
1790 * Short-cut for poll(/"proc/kmsg") which simply checks in do_syslog()
3999 * kmsg_dump_unregister - unregister a kmsg dumper.
4048 * retrieve the kmsg records with kmsg_dump_get_line() or
4077 * kmsg_dump_get_line - retrieve one kmsg log line
4078 * @iter: kmsg dump iterator
4084 * Start at the beginning of the kmsg buffer, with the oldest kmsg
4133 * kmsg_dump_get_buffer - copy kmsg log lines
4134 * @iter: kmsg dump iterator
4140 * Start at the end of the kmsg buffer and fill the provided buffer
4141 * with as many of the *youngest* kmsg records that fit into it.
4142 * If the buffer is large enough, all available kmsg records will be
4219 * @iter: kmsg dump iterator