libhd  5.0
Data Fields
smbios_sysinfo_t Struct Reference

overall system related information More...

#include <hd.h>

Data Fields

union u_hd_smbios_tnext
 
hd_smbios_type_t type
 
int data_len
 
unsigned char * data
 
str_list_tstrings
 
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...
 

Detailed Description

overall system related information

Field Documentation

§ data

unsigned char* smbios_sysinfo_t::data

§ data_len

int smbios_sysinfo_t::data_len

§ handle

int smbios_sysinfo_t::handle

§ manuf

char* smbios_sysinfo_t::manuf

manufacturer

Referenced by int_devicenames(), smbios_dump(), smbios_free(), and smbios_parse().

§ next

union u_hd_smbios_t* smbios_sysinfo_t::next

§ product

char* smbios_sysinfo_t::product

product name

Referenced by int_devicenames(), smbios_dump(), smbios_free(), and smbios_parse().

§ serial

char* smbios_sysinfo_t::serial

serial number

Referenced by smbios_dump(), smbios_free(), and smbios_parse().

§ strings

str_list_t* smbios_sysinfo_t::strings

§ type

hd_smbios_type_t smbios_sysinfo_t::type

§ uuid

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

char* smbios_sysinfo_t::version

version

Referenced by smbios_dump(), smbios_free(), and smbios_parse().

§ wake_up

hd_id_t smbios_sysinfo_t::wake_up

wake-up type

Referenced by smbios_free(), and smbios_parse().


The documentation for this struct was generated from the following file: