|
libkdumpfile-0.5.3
Kernel coredump file access
|
Attribute template. More...
#include <kdumpfile-priv.h>
Data Fields | |
| const char * | key |
| union { | |
| const struct attr_template * parent | |
| Overrides: pointer to original template. More... | |
| enum global_keyidx parent_key | |
| Global keys: attribute index in the global array. More... | |
| unsigned depth | |
| Derived attributes: number of levels below the directory that contains the corresponding blob attribute. More... | |
| addrxlat_optidx_t optidx | |
| Addrxlat option attributes: target option index. | |
| size_t fidx | |
| File set attributes: index inside file.fdset. More... | |
| }; | |
| kdump_attr_type_t | type |
| unsigned | override:1 |
| Set iff this is a template override. More... | |
| const struct attr_ops * | ops |
Attribute template.
All instances of a key share the same characteristics (such as key name and value type).
| unsigned attr_template::depth |
Derived attributes: number of levels below the directory that contains the corresponding blob attribute.
| size_t attr_template::fidx |
File set attributes: index inside file.fdset.
| unsigned attr_template::override |
Set iff this is a template override.
| const struct attr_template* attr_template::parent |
Overrides: pointer to original template.
| enum global_keyidx attr_template::parent_key |
Global keys: attribute index in the global array.
1.8.14