ReactOS 0.4.16-dev-109-gf4cb10f
|
Go to the source code of this file.
Macros | |
#define | _COMPONENT ACPI_PARSER |
Functions | |
ACPI_PARSE_OBJECT * | AcpiPsGetParentScope (ACPI_PARSE_STATE *ParserState) |
BOOLEAN | AcpiPsHasCompletedScope (ACPI_PARSE_STATE *ParserState) |
ACPI_STATUS | AcpiPsInitScope (ACPI_PARSE_STATE *ParserState, ACPI_PARSE_OBJECT *RootOp) |
ACPI_STATUS | AcpiPsPushScope (ACPI_PARSE_STATE *ParserState, ACPI_PARSE_OBJECT *Op, UINT32 RemainingArgs, UINT32 ArgCount) |
void | AcpiPsPopScope (ACPI_PARSE_STATE *ParserState, ACPI_PARSE_OBJECT **Op, UINT32 *ArgList, UINT32 *ArgCount) |
void | AcpiPsCleanupScope (ACPI_PARSE_STATE *ParserState) |
#define _COMPONENT ACPI_PARSER |
void AcpiPsCleanupScope | ( | ACPI_PARSE_STATE * | ParserState | ) |
Definition at line 277 of file psscope.c.
Referenced by AcpiDsDeleteWalkState(), AcpiPsExecuteMethod(), and AcpiPsParseAml().
ACPI_PARSE_OBJECT * AcpiPsGetParentScope | ( | ACPI_PARSE_STATE * | ParserState | ) |
Definition at line 65 of file psscope.c.
Referenced by AcpiDsLoad1BeginOp(), and AcpiPsCreateOp().
BOOLEAN AcpiPsHasCompletedScope | ( | ACPI_PARSE_STATE * | ParserState | ) |
Definition at line 88 of file psscope.c.
Referenced by AcpiPsCompleteOp(), and AcpiPsParseLoop().
ACPI_STATUS AcpiPsInitScope | ( | ACPI_PARSE_STATE * | ParserState, |
ACPI_PARSE_OBJECT * | RootOp | ||
) |
Definition at line 112 of file psscope.c.
Referenced by AcpiDsInitAmlWalk().
void AcpiPsPopScope | ( | ACPI_PARSE_STATE * | ParserState, |
ACPI_PARSE_OBJECT ** | Op, | ||
UINT32 * | ArgList, | ||
UINT32 * | ArgCount | ||
) |
Definition at line 219 of file psscope.c.
Referenced by AcpiPsCompleteFinalOp(), AcpiPsCompleteOp(), and AcpiPsParseLoop().
ACPI_STATUS AcpiPsPushScope | ( | ACPI_PARSE_STATE * | ParserState, |
ACPI_PARSE_OBJECT * | Op, | ||
UINT32 | RemainingArgs, | ||
UINT32 | ArgCount | ||
) |
Definition at line 157 of file psscope.c.
Referenced by AcpiPsParseLoop().