Query: kmsg_dump_register
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
KMSG_DUMP_REGISTER(9) Driver Basics KMSG_DUMP_REGISTER(9)NAMEkmsg_dump_register - register a kernel log dumper.SYNOPSISint kmsg_dump_register(struct kmsg_dumper * dumper);ARGUMENTSdumper pointer to the kmsg_dumper structureDESCRIPTIONAdds a kernel log dumper to the system. The dump callback in the structure will be called when the kernel oopses or panics and must be set. Returns zero on success and -EINVAL or -EBUSY otherwise.COPYRIGHTKernel Hackers Manual 3.10 June 2014 KMSG_DUMP_REGISTER(9)
| Related Man Pages |
|---|
| dumpvalue(3pm) - mojave |
| dumpvalue(3pm) - suse |
| ppi::dumper(3) - centos |
| ppi::dumper(3) - osx |
| ppi::dumper(3pm) - debian |
| Similar Topics in the Unix Linux Community |
|---|
| Is UNIX an open source OS ? |
| Weird 'find' results |
| CentOS7 restoring file capabilities |
| Docker learning Phase-I |
| Shopt -s histappend |