TianoCore EDK2 master
Loading...
Searching...
No Matches
EventLogInfo.h File Reference

Go to the source code of this file.

Data Structures

struct  LOG_RECORD_FORMAT
 
struct  LOG_HEADER_TYPE1_FORMAT
 

Macros

#define END_OF_LOG   0xFF
 

Functions

VOID DisplaySELAccessMethod (IN CONST UINT8 Key, IN CONST UINT8 Option)
 
VOID DisplaySELLogStatus (UINT8 Key, UINT8 Option)
 
VOID DisplaySysEventLogHeaderFormat (UINT8 Key, UINT8 Option)
 
VOID DisplaySysEventLogHeader (UINT8 LogHeaderFormat, UINT8 *LogHeader)
 
VOID DisplaySysEventLogData (UINT8 *LogData, UINT16 LogAreaLength)
 

Detailed Description

Module to clarify system event log of smbios structure.

Copyright (c) 2005-2011, Intel Corporation. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent

Definition in file EventLogInfo.h.

Macro Definition Documentation

◆ END_OF_LOG

#define END_OF_LOG   0xFF

Definition at line 12 of file EventLogInfo.h.

Function Documentation

◆ DisplaySELAccessMethod()

VOID DisplaySELAccessMethod ( IN CONST UINT8  Key,
IN CONST UINT8  Option 
)

Function to display system event log access information.

Parameters
[in]KeyAdditional information to print.
[in]OptionWhether to print the additional information.

Definition at line 21 of file EventLogInfo.c.

◆ DisplaySELLogStatus()

VOID DisplaySELLogStatus ( UINT8  Key,
UINT8  Option 
)

Function to display system event log status information.

Parameters
[in]KeyAdditional information to print.
[in]OptionWhether to print the additional information.

Definition at line 72 of file EventLogInfo.c.

◆ DisplaySysEventLogData()

VOID DisplaySysEventLogData ( UINT8 *  LogData,
UINT16  LogAreaLength 
)

Function to display system event log data.

Parameters
[in]LogDataThe data information.
[in]LogAreaLengthLength of the data.

Definition at line 333 of file EventLogInfo.c.

◆ DisplaySysEventLogHeader()

VOID DisplaySysEventLogHeader ( UINT8  LogHeaderFormat,
UINT8 *  LogHeader 
)

Function to display system event log header information.

Parameters
[in]LogHeaderFormatFormat identifier.
[in]LogHeaderFormat informcation.

Definition at line 220 of file EventLogInfo.c.

◆ DisplaySysEventLogHeaderFormat()

VOID DisplaySysEventLogHeaderFormat ( UINT8  Key,
UINT8  Option 
)

Function to display system event log header format information.

Parameters
[in]KeyAdditional information to print.
[in]OptionWhether to print the additional information.

Definition at line 110 of file EventLogInfo.c.