libhd
5.0
|
overall system 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 * | manuf |
manufacturer More... | |
char * | product |
product name More... | |
char * | version |
version More... | |
char * | serial |
serial number More... | |
unsigned char | uuid [16] |
universal unique id; all 0x00: undef, all 0xff: undef but settable More... | |
hd_id_t | wake_up |
wake-up type More... | |
overall system related information
unsigned char* smbios_sysinfo_t::data |
int smbios_sysinfo_t::data_len |
int smbios_sysinfo_t::handle |
char* smbios_sysinfo_t::manuf |
manufacturer
Referenced by smbios_dump(), smbios_free(), and smbios_parse().
union u_hd_smbios_t* smbios_sysinfo_t::next |
char* smbios_sysinfo_t::product |
product name
Referenced by smbios_dump(), smbios_free(), and smbios_parse().
char* smbios_sysinfo_t::serial |
serial number
Referenced by smbios_dump(), smbios_free(), and smbios_parse().
str_list_t* smbios_sysinfo_t::strings |
hd_smbios_type_t smbios_sysinfo_t::type |
unsigned char smbios_sysinfo_t::uuid[16] |
universal unique id; all 0x00: undef, all 0xff: undef but settable
Referenced by smbios_dump(), and smbios_parse().
char* smbios_sysinfo_t::version |
version
Referenced by smbios_dump(), smbios_free(), and smbios_parse().
hd_id_t smbios_sysinfo_t::wake_up |
wake-up type
Referenced by smbios_free(), and smbios_parse().