libhd
5.0
|
chassis 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 * | version |
version | |
char * | serial |
serial number | |
char * | asset |
asset tag | |
hd_id_t | ch_type |
chassis type | |
unsigned | lock |
1: lock present, 0: not present or unknown | |
hd_id_t | bootup |
bootup state | |
hd_id_t | power |
power supply state (at last boot) | |
hd_id_t | thermal |
thermal state (at last boot) | |
hd_id_t | security |
security state (at last boot) | |
unsigned | oem |
OEM-specific information. |
chassis information
char* smbios_chassis_t::asset |
asset tag
Referenced by smbios_dump(), smbios_free(), and smbios_parse().
bootup state
Referenced by smbios_free(), and smbios_parse().
chassis type
Referenced by smbios_free(), and smbios_parse().
unsigned char* smbios_chassis_t::data |
unsigned smbios_chassis_t::lock |
1: lock present, 0: not present or unknown
Referenced by smbios_dump(), and smbios_parse().
char* smbios_chassis_t::manuf |
manufacturer
Referenced by smbios_dump(), smbios_free(), and smbios_parse().
unsigned smbios_chassis_t::oem |
OEM-specific information.
Referenced by smbios_dump(), and smbios_parse().
power supply state (at last boot)
Referenced by smbios_free(), and smbios_parse().
security state (at last boot)
Referenced by smbios_free(), and smbios_parse().
char* smbios_chassis_t::serial |
serial number
Referenced by smbios_dump(), smbios_free(), and smbios_parse().
thermal state (at last boot)
Referenced by smbios_free(), and smbios_parse().
version
Referenced by smbios_dump(), smbios_free(), and smbios_parse().