TianoCore EDK2 master
Loading...
Searching...
No Matches
EventLogInfo.c File Reference
#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)
 

Detailed Description

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.

Function Documentation

◆ DisplayElVdfInfo()

VOID DisplayElVdfInfo ( UINT8  ElVdfType,
UINT8 *  VarData 
)

Display the El Vdf information.

Parameters
[in]ElVdfTypeThe information type.
[in]VarDataThe information buffer.

Definition at line 252 of file EventLogInfo.c.

◆ 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.

◆ DisplaySELLogHeaderLen()

VOID DisplaySELLogHeaderLen ( UINT8  Key,
UINT8  Option 
)

Display the header information for SEL log items.

Parameters
[in]KeyThe information key.
[in]OptionThe option index.

Definition at line 142 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.

◆ DisplaySysEventLogHeaderType1()

VOID DisplaySysEventLogHeaderType1 ( IN UINT8 *  LogHeader)

Display the header information for type 1 items.

Parameters
[in]LogHeaderThe buffer with the information.

Definition at line 169 of file EventLogInfo.c.