ReactOS 0.4.16-dev-752-g47bae01
|
#include <aclocal.h>
Public Attributes | |
UINT8 * | AmlStart |
UINT8 * | Aml |
UINT8 * | AmlEnd |
UINT8 * | PkgStart |
UINT8 * | PkgEnd |
union acpi_parse_object * | StartOp |
struct acpi_namespace_node * | StartNode |
union acpi_generic_state * | Scope |
union acpi_parse_object * | StartScope |
UINT32 | AmlSize |
UINT8* acpi_parse_state::Aml |
Definition at line 1102 of file aclocal.h.
Referenced by AcpiDsExecEndOp(), AcpiDsInitAmlWalk(), AcpiInstallMethod(), AcpiPsCreateOp(), AcpiPsGetNextArg(), AcpiPsGetNextField(), AcpiPsGetNextNamepath(), AcpiPsGetNextNamestring(), AcpiPsGetNextPackageEnd(), AcpiPsGetNextSimpleArg(), AcpiPsHasCompletedScope(), AcpiPsNextParseState(), AcpiPsParseAml(), AcpiPsParseLoop(), and AcpiPsPeekOpcode().
UINT8* acpi_parse_state::AmlEnd |
Definition at line 1103 of file aclocal.h.
Referenced by AcpiDsExecEndOp(), AcpiDsInitAmlWalk(), AcpiPsInitScope(), AcpiPsNextParseState(), and AcpiPsParseLoop().
UINT32 acpi_parse_state::AmlSize |
Definition at line 1110 of file aclocal.h.
Referenced by AcpiPsParseAml().
UINT8* acpi_parse_state::AmlStart |
Definition at line 1101 of file aclocal.h.
Referenced by AcpiDsInitAmlWalk(), and AcpiDsMethodError().
UINT8* acpi_parse_state::PkgEnd |
Definition at line 1105 of file aclocal.h.
Referenced by AcpiDsInitAmlWalk(), AcpiInstallMethod(), AcpiPsGetNextArg(), AcpiPsPopScope(), and AcpiPsPushScope().
union acpi_generic_state* acpi_parse_state::Scope |
Definition at line 1108 of file aclocal.h.
Referenced by AcpiDsDeleteWalkState(), AcpiPsCleanupScope(), AcpiPsCompleteOp(), AcpiPsHasCompletedScope(), AcpiPsInitScope(), AcpiPsNextParseState(), AcpiPsParseLoop(), AcpiPsPopScope(), and AcpiPsPushScope().
struct acpi_namespace_node* acpi_parse_state::StartNode |
Definition at line 1107 of file aclocal.h.
Referenced by AcpiDsInitAmlWalk().
union acpi_parse_object* acpi_parse_state::StartOp |
Definition at line 1106 of file aclocal.h.
Referenced by AcpiDsCreateWalkState(), AcpiDsInitAmlWalk(), and AcpiPsInitScope().
union acpi_parse_object* acpi_parse_state::StartScope |