TianoCore EDK2 master
|
#include "UefiShellDebug1CommandsLib.h"
#include "PrintInfo.h"
#include "QueryTable.h"
#include "EventLogInfo.h"
Go to the source code of this file.
Functions | |
VOID | DisplaySELAccessMethod (IN CONST UINT8 Key, IN CONST UINT8 Option) |
VOID | DisplaySELLogStatus (UINT8 Key, UINT8 Option) |
VOID | DisplaySysEventLogHeaderFormat (UINT8 Key, UINT8 Option) |
VOID | DisplaySELLogHeaderLen (UINT8 Key, UINT8 Option) |
VOID | DisplaySysEventLogHeaderType1 (IN UINT8 *LogHeader) |
VOID | DisplaySysEventLogHeader (UINT8 LogHeaderFormat, UINT8 *LogHeader) |
VOID | DisplayElVdfInfo (UINT8 ElVdfType, UINT8 *VarData) |
VOID | DisplaySysEventLogData (UINT8 *LogData, UINT16 LogAreaLength) |
Module for clarifying the content of the smbios structure element info.
Copyright (c) 2005 - 2019, Intel Corporation. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent
Definition in file EventLogInfo.c.
VOID DisplayElVdfInfo | ( | UINT8 | ElVdfType, |
UINT8 * | VarData | ||
) |
Display the El Vdf information.
[in] | ElVdfType | The information type. |
[in] | VarData | The information buffer. |
Definition at line 252 of file EventLogInfo.c.
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 DisplaySELLogHeaderLen | ( | UINT8 | Key, |
UINT8 | Option | ||
) |
Display the header information for SEL log items.
[in] | Key | The information key. |
[in] | Option | The option index. |
Definition at line 142 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.
VOID DisplaySysEventLogHeaderType1 | ( | IN UINT8 * | LogHeader | ) |
Display the header information for type 1 items.
[in] | LogHeader | The buffer with the information. |
Definition at line 169 of file EventLogInfo.c.