libkdumpfile-0.4.1
Kernel coredump file access
Data Fields
optval Struct Reference

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...
 
}; 
 

Detailed Description

Single option value.

Field Documentation

◆ addr

addrxlat_addr_t optval::addr

Simple address or offset.

◆ fulladdr

addrxlat_fulladdr_t optval::fulladdr

Full address (with address space).

◆ num

long optval::num

Number(-like) values.

◆ set

unsigned char optval::set

Non-zero if the option was specified.

◆ str

const char* optval::str

String(-like) values.


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