1. NAME▲

kmsg_dump_rewind - reset the interator

2. SYNOPSIS ▲

void kmsg_dump_rewind(struct kmsg_dumper *  dumper );

3. ARGUMENTS ▲

dumper
    registered kmsg dumper

4. DESCRIPTION ▲

Reset the dumperAqs 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.

5. COPYRIGHT ▲