|
libkdumpfile-0.5.3
Kernel coredump file access
|
Representation of a dump file. More...
#include <kdumpfile-priv.h>
Data Fields | |
| struct kdump_shared * | shared |
| Dump file shared data. More... | |
| struct attr_dict * | dict |
| Attribute dictionary. More... | |
| struct list_head | list |
Node of the ctx list in struct kdump_shared. More... | |
| struct list_head | xlat_list |
Node of the ctx list in struct kdump_xlat. More... | |
| struct kdump_xlat * | xlat |
| Shared address translation data. More... | |
| addrxlat_ctx_t * | xlatctx |
| Address translation context. More... | |
| addrxlat_cb_t * | xlatcb |
| Address translation callbacks. More... | |
| void * | data [PER_CTX_SLOTS] |
| Per-context data. More... | |
| kdump_errmsg_t | err |
| Error message buffer. More... | |
Representation of a dump file.
This structure contains state information and a pointer to struct kdump_shared.
| void* _kdump_ctx::data[PER_CTX_SLOTS] |
Per-context data.
| struct attr_dict* _kdump_ctx::dict |
Attribute dictionary.
| kdump_errmsg_t _kdump_ctx::err |
Error message buffer.
This must be the last member.
| struct list_head _kdump_ctx::list |
Node of the ctx list in struct kdump_shared.
| struct kdump_shared* _kdump_ctx::shared |
Dump file shared data.
| struct kdump_xlat* _kdump_ctx::xlat |
Shared address translation data.
| struct list_head _kdump_ctx::xlat_list |
Node of the ctx list in struct kdump_xlat.
| addrxlat_cb_t* _kdump_ctx::xlatcb |
Address translation callbacks.
| addrxlat_ctx_t* _kdump_ctx::xlatctx |
Address translation context.
1.8.14