libkdumpfile-0.4.0
Kernel coredump file access
Data Fields
_addrxlat_osdesc Struct Reference

Description of an operating system. More...

#include <addrxlat.h>

Data Fields

const char * arch
 Architecture name. More...
 
addrxlat_ostype_t type
 Operating system type. More...
 
unsigned long ver
 Operating system version. More...
 
const char * opts
 Further options, e.g. More...
 

Detailed Description

Description of an operating system.

This structure is used to pass some details about the operating system to set up a translation map.

Field Documentation

◆ arch

const char* _addrxlat_osdesc::arch

Architecture name.

This member must be set and not NULL.

◆ opts

const char* _addrxlat_osdesc::opts

Further options, e.g.

architecture variant. This member is optional. If there are no options, you can eith set it to an empty string or NULL.

◆ type

addrxlat_ostype_t _addrxlat_osdesc::type

Operating system type.

If undetermined, use ADDRXLAT_OS_UNKNOWN.

◆ ver

unsigned long _addrxlat_osdesc::ver

Operating system version.

Use zero if uknown.


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