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