coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
smbios_type16 Struct Reference

#include <smbios.h>

Collaboration diagram for smbios_type16:
Collaboration graph

Data Fields

struct smbios_header header
 
u8 location
 
u8 use
 
u8 memory_error_correction
 
u32 maximum_capacity
 
u16 memory_error_information_handle
 
u16 number_of_memory_devices
 
u64 extended_maximum_capacity
 
u8 eos [2]
 

Detailed Description

Definition at line 848 of file smbios.h.

Field Documentation

◆ eos

u8 smbios_type16::eos[2]

Definition at line 857 of file smbios.h.

Referenced by smbios_write_type16().

◆ extended_maximum_capacity

u64 smbios_type16::extended_maximum_capacity

Definition at line 856 of file smbios.h.

Referenced by smbios_write_type16().

◆ header

struct smbios_header smbios_type16::header

Definition at line 830 of file smbios.h.

Referenced by smbios_write_type16().

◆ location

u8 smbios_type16::location

Definition at line 850 of file smbios.h.

Referenced by smbios_write_type16().

◆ maximum_capacity

u32 smbios_type16::maximum_capacity

Definition at line 853 of file smbios.h.

Referenced by smbios_write_type16().

◆ memory_error_correction

u8 smbios_type16::memory_error_correction

Definition at line 852 of file smbios.h.

Referenced by smbios_write_type16().

◆ memory_error_information_handle

u16 smbios_type16::memory_error_information_handle

Definition at line 854 of file smbios.h.

Referenced by smbios_write_type16().

◆ number_of_memory_devices

u16 smbios_type16::number_of_memory_devices

Definition at line 855 of file smbios.h.

Referenced by smbios_write_type16().

◆ use

u8 smbios_type16::use

Definition at line 851 of file smbios.h.

Referenced by smbios_write_type16().


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