libkdumpfile-0.5.5
Kernel coredump file access
Data Fields
_kdump_attr_value Union Reference

Dump file attribute value. More...

#include <kdumpfile.h>

Data Fields

kdump_num_t number
 Valid if type is KDUMP_NUMBER. More...
 
kdump_addr_t address
 Valid if type is KDUMP_ADDRESS. More...
 
const char * string
 Valid if type is KDUMP_STRING. More...
 
kdump_bmp_tbitmap
 Valid if type is KDUMP_BITMAP. More...
 
kdump_blob_tblob
 Valid if type is KDUMP_BLOB. More...
 

Detailed Description

Dump file attribute value.

Field Documentation

◆ address

kdump_addr_t _kdump_attr_value::address

Valid if type is KDUMP_ADDRESS.

◆ bitmap

kdump_bmp_t* _kdump_attr_value::bitmap

Valid if type is KDUMP_BITMAP.

◆ blob

kdump_blob_t* _kdump_attr_value::blob

Valid if type is KDUMP_BLOB.

◆ number

kdump_num_t _kdump_attr_value::number

Valid if type is KDUMP_NUMBER.

◆ string

const char* _kdump_attr_value::string

Valid if type is KDUMP_STRING.


The documentation for this union was generated from the following file: