TianoCore EDK2 master
|
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) |
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.
#define END_OF_LOG 0xFF |
Definition at line 12 of file EventLogInfo.h.
Function to display system event log access information.
[in] | Key | Additional information to print. |
[in] | Option | Whether to print the additional information. |
Definition at line 21 of file EventLogInfo.c.
VOID DisplaySELLogStatus | ( | UINT8 | Key, |
UINT8 | Option | ||
) |
Function to display system event log status information.
[in] | Key | Additional information to print. |
[in] | Option | Whether to print the additional information. |
Definition at line 72 of file EventLogInfo.c.
VOID DisplaySysEventLogData | ( | UINT8 * | LogData, |
UINT16 | LogAreaLength | ||
) |
Function to display system event log data.
[in] | LogData | The data information. |
[in] | LogAreaLength | Length of the data. |
Definition at line 333 of file EventLogInfo.c.
VOID DisplaySysEventLogHeader | ( | UINT8 | LogHeaderFormat, |
UINT8 * | LogHeader | ||
) |
Function to display system event log header information.
[in] | LogHeaderFormat | Format identifier. |
[in] | LogHeader | Format informcation. |
Definition at line 220 of file EventLogInfo.c.
VOID DisplaySysEventLogHeaderFormat | ( | UINT8 | Key, |
UINT8 | Option | ||
) |
Function to display system event log header format information.
[in] | Key | Additional information to print. |
[in] | Option | Whether to print the additional information. |
Definition at line 110 of file EventLogInfo.c.