coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
LOG_ENTRY_DATA Union Reference

#include <StmApi.h>

Collaboration diagram for LOG_ENTRY_DATA:
Collaboration graph

Data Fields

ENTRY_EVT_LOG_STARTED started
 
ENTRY_EVT_LOG_STOPPED stopped
 
ENTRY_EVT_LOG_INVALID_PARAM invalid_param
 
ENTRY_EVT_LOG_HANDLED_PROTECTION_EXCEPTION handled_protection_exception
 
ENTRY_EVT_BIOS_ACCESS_UNCLAIMED_RSC bios_unclaimed_rsc
 
ENTRY_EVT_MLE_RSC_PROT_GRANTED mle_rsc_prot_granted
 
ENTRY_EVT_MLE_RSC_PROT_DENIED mle_rsc_prot_denied
 
ENTRY_EVT_MLE_RSC_UNPROT mle_rsc_unprot
 
ENTRY_EVT_MLE_RSC_UNPROT_ERROR mle_rsc_unprot_error
 
ENTRY_EVT_MLE_DOMAIN_TYPE_DEGRADED mle_domain_type_degraded
 

Detailed Description

Definition at line 678 of file StmApi.h.

Field Documentation

◆ bios_unclaimed_rsc

ENTRY_EVT_BIOS_ACCESS_UNCLAIMED_RSC LOG_ENTRY_DATA::bios_unclaimed_rsc

Definition at line 684 of file StmApi.h.

◆ handled_protection_exception

ENTRY_EVT_LOG_HANDLED_PROTECTION_EXCEPTION LOG_ENTRY_DATA::handled_protection_exception

Definition at line 683 of file StmApi.h.

◆ invalid_param

ENTRY_EVT_LOG_INVALID_PARAM LOG_ENTRY_DATA::invalid_param

Definition at line 681 of file StmApi.h.

◆ mle_domain_type_degraded

ENTRY_EVT_MLE_DOMAIN_TYPE_DEGRADED LOG_ENTRY_DATA::mle_domain_type_degraded

Definition at line 689 of file StmApi.h.

◆ mle_rsc_prot_denied

ENTRY_EVT_MLE_RSC_PROT_DENIED LOG_ENTRY_DATA::mle_rsc_prot_denied

Definition at line 686 of file StmApi.h.

◆ mle_rsc_prot_granted

ENTRY_EVT_MLE_RSC_PROT_GRANTED LOG_ENTRY_DATA::mle_rsc_prot_granted

Definition at line 685 of file StmApi.h.

◆ mle_rsc_unprot

ENTRY_EVT_MLE_RSC_UNPROT LOG_ENTRY_DATA::mle_rsc_unprot

Definition at line 687 of file StmApi.h.

◆ mle_rsc_unprot_error

ENTRY_EVT_MLE_RSC_UNPROT_ERROR LOG_ENTRY_DATA::mle_rsc_unprot_error

Definition at line 688 of file StmApi.h.

◆ started

ENTRY_EVT_LOG_STARTED LOG_ENTRY_DATA::started

Definition at line 679 of file StmApi.h.

◆ stopped

ENTRY_EVT_LOG_STOPPED LOG_ENTRY_DATA::stopped

Definition at line 680 of file StmApi.h.


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