ReactOS 0.4.15-dev-7842-g558ab78
acpi_parse_state Struct Reference

#include <aclocal.h>

Collaboration diagram for acpi_parse_state:

Public Attributes

UINT8AmlStart
 
UINT8Aml
 
UINT8AmlEnd
 
UINT8PkgStart
 
UINT8PkgEnd
 
union acpi_parse_objectStartOp
 
struct acpi_namespace_nodeStartNode
 
union acpi_generic_stateScope
 
union acpi_parse_objectStartScope
 
UINT32 AmlSize
 

Detailed Description

Definition at line 1099 of file aclocal.h.

Member Data Documentation

◆ Aml

◆ AmlEnd

UINT8* acpi_parse_state::AmlEnd

◆ AmlSize

UINT32 acpi_parse_state::AmlSize

Definition at line 1110 of file aclocal.h.

Referenced by AcpiPsParseAml().

◆ AmlStart

UINT8* acpi_parse_state::AmlStart

Definition at line 1101 of file aclocal.h.

Referenced by AcpiDsInitAmlWalk(), and AcpiDsMethodError().

◆ PkgEnd

UINT8* acpi_parse_state::PkgEnd

◆ PkgStart

UINT8* acpi_parse_state::PkgStart

Definition at line 1104 of file aclocal.h.

◆ Scope

◆ StartNode

struct acpi_namespace_node* acpi_parse_state::StartNode

Definition at line 1107 of file aclocal.h.

Referenced by AcpiDsInitAmlWalk().

◆ StartOp

union acpi_parse_object* acpi_parse_state::StartOp

Definition at line 1106 of file aclocal.h.

Referenced by AcpiDsCreateWalkState(), AcpiDsInitAmlWalk(), and AcpiPsInitScope().

◆ StartScope

union acpi_parse_object* acpi_parse_state::StartScope

Definition at line 1109 of file aclocal.h.


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