|
libhd
5.0
|
group associations 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 * | name |
| group name More... | |
| int | items_len |
| number of items in this group More... | |
| int * | item_handles |
| array of item handles More... | |
group associations
| unsigned char* smbios_group_t::data |
| int smbios_group_t::data_len |
| int smbios_group_t::handle |
| int* smbios_group_t::item_handles |
array of item handles
Referenced by smbios_dump(), smbios_free(), and smbios_parse().
| int smbios_group_t::items_len |
number of items in this group
Referenced by smbios_dump(), and smbios_parse().
| char* smbios_group_t::name |
group name
Referenced by smbios_dump(), smbios_free(), and smbios_parse().
| union u_hd_smbios_t* smbios_group_t::next |
| str_list_t* smbios_group_t::strings |
| hd_smbios_type_t smbios_group_t::type |