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

Data Fields

UINT32 Signature
 
UINT8 Name [AML_NAME_SEG_SIZE]
 
UINT8 * Buffer
 
UINTN Size
 
LIST_ENTRY Link
 
LIST_ENTRY Children
 
EFI_AML_NODE_LISTParent
 
AML_BYTE_ENCODINGAmlByteEncoding
 

Detailed Description

Definition at line 60 of file AcpiSdt.h.

Field Documentation

◆ AmlByteEncoding

AML_BYTE_ENCODING* _EFI_AML_NODE_LIST::AmlByteEncoding

Definition at line 68 of file AcpiSdt.h.

◆ Buffer

UINT8* _EFI_AML_NODE_LIST::Buffer

Definition at line 63 of file AcpiSdt.h.

◆ Children

LIST_ENTRY _EFI_AML_NODE_LIST::Children

Definition at line 66 of file AcpiSdt.h.

◆ Link

LIST_ENTRY _EFI_AML_NODE_LIST::Link

Definition at line 65 of file AcpiSdt.h.

◆ Name

UINT8 _EFI_AML_NODE_LIST::Name[AML_NAME_SEG_SIZE]

Definition at line 62 of file AcpiSdt.h.

◆ Parent

EFI_AML_NODE_LIST* _EFI_AML_NODE_LIST::Parent

Definition at line 67 of file AcpiSdt.h.

◆ Signature

UINT32 _EFI_AML_NODE_LIST::Signature

Definition at line 61 of file AcpiSdt.h.

◆ Size

UINTN _EFI_AML_NODE_LIST::Size

Definition at line 64 of file AcpiSdt.h.


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