centos man page for kmsg_dump_rewind

Query: kmsg_dump_rewind

OS: centos

Section: 9

Links: centos man pages   all man pages

Forums: forum home   forum categories

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

KMSG_DUMP_REWIND(9)						   Driver Basics					       KMSG_DUMP_REWIND(9)

NAME
kmsg_dump_rewind - reset the interator
SYNOPSIS
void kmsg_dump_rewind(struct kmsg_dumper * dumper);
ARGUMENTS
dumper registered kmsg dumper
DESCRIPTION
Reset the dumper's iterator so that kmsg_dump_get_line and kmsg_dump_get_buffer can be called again and used multiple times within the same dumper.dump callback.
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 KMSG_DUMP_REWIND(9)