BIOS related information. More...
#include <hd.h>
Data Fields | |
union u_hd_smbios_t * | next |
hd_smbios_type_t | type |
int | data_len |
unsigned char * | data |
str_list_t * | strings |
int | handle |
char * | vendor |
vendor name | |
char * | version |
version (free form) | |
char * | date |
date mm/dd/yyyy (old: yy) | |
hd_bitmap_t | feature |
BIOS characteristics. | |
unsigned | start |
start address | |
unsigned | rom_size |
ROM size (in bytes). |
BIOS related information.
unsigned char* smbios_biosinfo_t::data |
char* smbios_biosinfo_t::date |
date mm/dd/yyyy (old: yy)
Referenced by smbios_dump(), smbios_free(), and smbios_parse().
BIOS characteristics.
Referenced by smbios_free(), and smbios_parse().
unsigned smbios_biosinfo_t::rom_size |
ROM size (in bytes).
Referenced by smbios_dump(), and smbios_parse().
unsigned smbios_biosinfo_t::start |
start address
Referenced by smbios_dump(), and smbios_parse().
vendor name
Referenced by smbios_dump(), smbios_free(), and smbios_parse().
version (free form)
Referenced by smbios_dump(), smbios_free(), and smbios_parse().