libkdumpfile-0.4.0
Kernel coredump file access
|
Single option value. More...
#include <addrxlat-priv.h>
Data Fields | |
unsigned char | set |
Non-zero if the option was specified. More... | |
union { | |
const char * str | |
String(-like) values. More... | |
long num | |
Number(-like) values. More... | |
addrxlat_addr_t addr | |
Simple address or offset. More... | |
addrxlat_fulladdr_t fulladdr | |
Full address (with address space). More... | |
}; | |
Single option value.
addrxlat_addr_t optval::addr |
Simple address or offset.
addrxlat_fulladdr_t optval::fulladdr |
Full address (with address space).
long optval::num |
Number(-like) values.
unsigned char optval::set |
Non-zero if the option was specified.
const char* optval::str |
String(-like) values.