libhd
5.0
|
64-bit memory error 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 |
hd_id_t | err_type |
error type memory More... | |
hd_id_t | granularity |
memory array or memory partition More... | |
hd_id_t | operation |
mem operation causing the error More... | |
unsigned | syndrome |
vendor-specific ECC syndrome; 0: unknown More... | |
uint64_t | array_addr |
fault address rel. More... | |
uint64_t | device_addr |
fault address rel to mem device; 0x80000000: unknown More... | |
unsigned | range |
range, within which the error can be determined; 0x80000000: unknown More... | |
64-bit memory error information
uint64_t smbios_mem64error_t::array_addr |
fault address rel.
to mem array; 0x80000000: unknown
Referenced by smbios_dump(), and smbios_parse().
unsigned char* smbios_mem64error_t::data |
int smbios_mem64error_t::data_len |
uint64_t smbios_mem64error_t::device_addr |
fault address rel to mem device; 0x80000000: unknown
Referenced by smbios_dump(), and smbios_parse().
hd_id_t smbios_mem64error_t::err_type |
error type memory
Referenced by smbios_free(), and smbios_parse().
hd_id_t smbios_mem64error_t::granularity |
memory array or memory partition
Referenced by smbios_free(), and smbios_parse().
int smbios_mem64error_t::handle |
union u_hd_smbios_t* smbios_mem64error_t::next |
hd_id_t smbios_mem64error_t::operation |
mem operation causing the error
Referenced by smbios_free(), and smbios_parse().
unsigned smbios_mem64error_t::range |
range, within which the error can be determined; 0x80000000: unknown
Referenced by smbios_dump(), and smbios_parse().
str_list_t* smbios_mem64error_t::strings |
unsigned smbios_mem64error_t::syndrome |
vendor-specific ECC syndrome; 0: unknown
Referenced by smbios_dump(), and smbios_parse().
hd_smbios_type_t smbios_mem64error_t::type |