TianoCore EDK2 master
SMBIOS_TABLE_TYPE15 Struct Reference

#include <MdePkg/Include/IndustryStandard/SmBios.h>

Data Fields

SMBIOS_STRUCTURE Hdr
 
UINT16 LogAreaLength
 
UINT16 LogHeaderStartOffset
 
UINT16 LogDataStartOffset
 
UINT8 AccessMethod
 
UINT8 LogStatus
 
UINT32 LogChangeToken
 
UINT32 AccessMethodAddress
 
UINT8 LogHeaderFormat
 
UINT8 NumberOfSupportedLogTypeDescriptors
 
UINT8 LengthOfLogTypeDescriptor
 
EVENT_LOG_TYPE EventLogTypeDescriptors [1]
 

Detailed Description

System Event Log (Type 15).

The presence of this structure within the SMBIOS data returned for a system indicates that the system supports an event log. An event log is a fixed-length area within a non-volatile storage element, starting with a fixed-length (and vendor-specific) header record, followed by one or more variable-length log records.

Definition at line 1675 of file SmBios.h.

Field Documentation

◆ AccessMethod

UINT8 SMBIOS_TABLE_TYPE15::AccessMethod

Definition at line 1680 of file SmBios.h.

◆ AccessMethodAddress

UINT32 SMBIOS_TABLE_TYPE15::AccessMethodAddress

Definition at line 1683 of file SmBios.h.

◆ EventLogTypeDescriptors

EVENT_LOG_TYPE SMBIOS_TABLE_TYPE15::EventLogTypeDescriptors[1]

Definition at line 1687 of file SmBios.h.

◆ Hdr

SMBIOS_STRUCTURE SMBIOS_TABLE_TYPE15::Hdr

Definition at line 1676 of file SmBios.h.

◆ LengthOfLogTypeDescriptor

UINT8 SMBIOS_TABLE_TYPE15::LengthOfLogTypeDescriptor

Definition at line 1686 of file SmBios.h.

◆ LogAreaLength

UINT16 SMBIOS_TABLE_TYPE15::LogAreaLength

Definition at line 1677 of file SmBios.h.

◆ LogChangeToken

UINT32 SMBIOS_TABLE_TYPE15::LogChangeToken

Definition at line 1682 of file SmBios.h.

◆ LogDataStartOffset

UINT16 SMBIOS_TABLE_TYPE15::LogDataStartOffset

Definition at line 1679 of file SmBios.h.

◆ LogHeaderFormat

UINT8 SMBIOS_TABLE_TYPE15::LogHeaderFormat

Definition at line 1684 of file SmBios.h.

◆ LogHeaderStartOffset

UINT16 SMBIOS_TABLE_TYPE15::LogHeaderStartOffset

Definition at line 1678 of file SmBios.h.

◆ LogStatus

UINT8 SMBIOS_TABLE_TYPE15::LogStatus

Definition at line 1681 of file SmBios.h.

◆ NumberOfSupportedLogTypeDescriptors

UINT8 SMBIOS_TABLE_TYPE15::NumberOfSupportedLogTypeDescriptors

Definition at line 1685 of file SmBios.h.


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