libhd  5.0
Data Fields
smbios_biosinfo_t Struct Reference

BIOS related information. More...

#include <hd.h>

Data Fields

union u_hd_smbios_tnext
 
hd_smbios_type_t type
 
int data_len
 
unsigned char * data
 
str_list_tstrings
 
int handle
 
char * vendor
 vendor name More...
 
char * version
 version (free form) More...
 
char * date
 date mm/dd/yyyy (old: yy) More...
 
hd_bitmap_t feature
 BIOS characteristics. More...
 
unsigned start
 start address More...
 
unsigned rom_size
 ROM size (in bytes) More...
 

Detailed Description

BIOS related information.

Field Documentation

◆ data

unsigned char* smbios_biosinfo_t::data

◆ data_len

int smbios_biosinfo_t::data_len

◆ date

char* smbios_biosinfo_t::date

date mm/dd/yyyy (old: yy)

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

◆ feature

hd_bitmap_t smbios_biosinfo_t::feature

BIOS characteristics.

Referenced by smbios_free(), and smbios_parse().

◆ handle

int smbios_biosinfo_t::handle

◆ next

union u_hd_smbios_t* smbios_biosinfo_t::next

◆ rom_size

unsigned smbios_biosinfo_t::rom_size

ROM size (in bytes)

Referenced by smbios_dump(), and smbios_parse().

◆ start

unsigned smbios_biosinfo_t::start

start address

Referenced by smbios_dump(), and smbios_parse().

◆ strings

str_list_t* smbios_biosinfo_t::strings

◆ type

hd_smbios_type_t smbios_biosinfo_t::type

◆ vendor

char* smbios_biosinfo_t::vendor

vendor name

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

◆ version

char* smbios_biosinfo_t::version

version (free form)

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


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