libhd
5.0
|
motherboard 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... | |
char * | asset |
asset tag More... | |
hd_id_t | board_type |
board type More... | |
hd_bitmap_t | feature |
board features More... | |
char * | location |
location in chassis More... | |
int | chassis |
handle of chassis More... | |
int | objects_len |
number of contained objects More... | |
int * | objects |
array of object handles More... | |
motherboard related information
char* smbios_boardinfo_t::asset |
asset tag
Referenced by smbios_dump(), smbios_free(), and smbios_parse().
hd_id_t smbios_boardinfo_t::board_type |
board type
Referenced by smbios_free(), and smbios_parse().
int smbios_boardinfo_t::chassis |
handle of chassis
Referenced by smbios_dump(), and smbios_parse().
unsigned char* smbios_boardinfo_t::data |
int smbios_boardinfo_t::data_len |
hd_bitmap_t smbios_boardinfo_t::feature |
board features
Referenced by smbios_free(), and smbios_parse().
int smbios_boardinfo_t::handle |
char* smbios_boardinfo_t::location |
location in chassis
Referenced by smbios_dump(), smbios_free(), and smbios_parse().
char* smbios_boardinfo_t::manuf |
manufacturer
Referenced by smbios_dump(), smbios_free(), and smbios_parse().
union u_hd_smbios_t* smbios_boardinfo_t::next |
int* smbios_boardinfo_t::objects |
array of object handles
Referenced by smbios_dump(), smbios_free(), and smbios_parse().
int smbios_boardinfo_t::objects_len |
number of contained objects
Referenced by smbios_dump(), and smbios_parse().
char* smbios_boardinfo_t::product |
product name
Referenced by smbios_dump(), smbios_free(), and smbios_parse().
char* smbios_boardinfo_t::serial |
serial number
Referenced by smbios_dump(), smbios_free(), and smbios_parse().
str_list_t* smbios_boardinfo_t::strings |
hd_smbios_type_t smbios_boardinfo_t::type |
char* smbios_boardinfo_t::version |
version
Referenced by smbios_dump(), smbios_free(), and smbios_parse().