Query: kmsg_dump_get_line
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
KMSG_DUMP_GET_LINE(9) Driver Basics KMSG_DUMP_GET_LINE(9)NAMEkmsg_dump_get_line - retrieve one kmsg log lineSYNOPSISbool kmsg_dump_get_line(struct kmsg_dumper * dumper, bool syslog, char * line, size_t size, size_t * len);ARGUMENTSdumper registered kmsg dumper syslog include the "<4>" prefixes line buffer to copy the line to size maximum size of the buffer len length of line placed into bufferDESCRIPTIONStart at the beginning of the kmsg buffer, with the oldest kmsg record, and copy one record into the provided buffer. Consecutive calls will return the next available record moving towards the end of the buffer with the youngest messages. A return value of FALSE indicates that there are no more records to read.COPYRIGHTKernel Hackers Manual 3.10 June 2014 KMSG_DUMP_GET_LINE(9)
Related Man Pages |
---|
dmesg(1) - suse |
dmesg(1) - xfree86 |
dmesg(1) - minix |
dmesg(1) - opendarwin |
dmesg(1) - osf1 |
Similar Topics in the Unix Linux Community |
---|
Is UNIX an open source OS ? |
Weird 'find' results |
How to increment version inside a file? |
Tar Command |
Controlling user input |