libhd  5.0
Data Fields
smbios_any_t Struct Reference

common part of all smbios_* types More...

#include <hd.h>

Data Fields

union u_hd_smbios_tnext
 link to next entry More...
 
hd_smbios_type_t type
 BIOS info type. More...
 
int data_len
 formatted section length More...
 
unsigned char * data
 formatted section More...
 
str_list_tstrings
 strings taken from the unformed section More...
 
int handle
 handle, unique 16 bit number More...
 

Detailed Description

common part of all smbios_* types

Field Documentation

◆ data

unsigned char* smbios_any_t::data

formatted section

Referenced by smbios_dump(), smbios_free(), and smbios_parse().

◆ data_len

int smbios_any_t::data_len

formatted section length

Referenced by smbios_dump(), and smbios_parse().

◆ handle

int smbios_any_t::handle

handle, unique 16 bit number

Referenced by smbios_dump().

◆ next

union u_hd_smbios_t* smbios_any_t::next

link to next entry

◆ strings

str_list_t* smbios_any_t::strings

strings taken from the unformed section

Referenced by smbios_dump(), smbios_free(), and smbios_parse().

◆ type

hd_smbios_type_t smbios_any_t::type

BIOS info type.

Referenced by smbios_dump(), smbios_free(), and smbios_parse().


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