TianoCore EDK2 master
Loading...
Searching...
No Matches
AcpiDescriptionHeaderInfo Struct Reference

#include <ShellPkg/Library/UefiShellAcpiViewCommandLib/AcpiParser.h>

Data Fields

UINT32 * Signature
 ACPI table signature.
 
UINT32 * Length
 Length of the ACPI table.
 
UINT8 * Revision
 Revision.
 
UINT8 * Checksum
 Checksum.
 
UINT8 * OemId
 OEM Id - length is 6 bytes.
 
UINT64 * OemTableId
 OEM table Id.
 
UINT32 * OemRevision
 OEM revision Id.
 
UINT32 * CreatorId
 Creator Id.
 
UINT32 * CreatorRevision
 Creator revision.
 

Detailed Description

A structure used to store the pointers to the members of the ACPI description header structure that was parsed.

Definition at line 390 of file AcpiParser.h.

Field Documentation

◆ Checksum

UINT8* AcpiDescriptionHeaderInfo::Checksum

Checksum.

Definition at line 398 of file AcpiParser.h.

◆ CreatorId

UINT32* AcpiDescriptionHeaderInfo::CreatorId

Creator Id.

Definition at line 406 of file AcpiParser.h.

◆ CreatorRevision

UINT32* AcpiDescriptionHeaderInfo::CreatorRevision

Creator revision.

Definition at line 408 of file AcpiParser.h.

◆ Length

UINT32* AcpiDescriptionHeaderInfo::Length

Length of the ACPI table.

Definition at line 394 of file AcpiParser.h.

◆ OemId

UINT8* AcpiDescriptionHeaderInfo::OemId

OEM Id - length is 6 bytes.

Definition at line 400 of file AcpiParser.h.

◆ OemRevision

UINT32* AcpiDescriptionHeaderInfo::OemRevision

OEM revision Id.

Definition at line 404 of file AcpiParser.h.

◆ OemTableId

UINT64* AcpiDescriptionHeaderInfo::OemTableId

OEM table Id.

Definition at line 402 of file AcpiParser.h.

◆ Revision

UINT8* AcpiDescriptionHeaderInfo::Revision

Revision.

Definition at line 396 of file AcpiParser.h.

◆ Signature

UINT32* AcpiDescriptionHeaderInfo::Signature

ACPI table signature.

Definition at line 392 of file AcpiParser.h.


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