ReactOS 0.4.16-dev-125-g798ea90
|
#include "acpi.h"
#include "accommon.h"
#include "acparser.h"
#include "amlcode.h"
#include "acconvert.h"
Go to the source code of this file.
Macros | |
#define | _COMPONENT ACPI_PARSER |
Functions | |
ACPI_PARSE_OBJECT * | AcpiPsGetArg (ACPI_PARSE_OBJECT *Op, UINT32 Argn) |
void | AcpiPsAppendArg (ACPI_PARSE_OBJECT *Op, ACPI_PARSE_OBJECT *Arg) |
ACPI_PARSE_OBJECT * | AcpiPsGetDepthNext (ACPI_PARSE_OBJECT *Origin, ACPI_PARSE_OBJECT *Op) |
#define _COMPONENT ACPI_PARSER |
void AcpiPsAppendArg | ( | ACPI_PARSE_OBJECT * | Op, |
ACPI_PARSE_OBJECT * | Arg | ||
) |
Definition at line 138 of file pstree.c.
Referenced by AcpiDsLoad1BeginOp(), AcpiPsBuildNamedOp(), AcpiPsCreateOp(), AcpiPsGetArguments(), AcpiPsGetNextField(), and AcpiPsGetNextNamepath().
ACPI_PARSE_OBJECT * AcpiPsGetArg | ( | ACPI_PARSE_OBJECT * | Op, |
UINT32 | Argn | ||
) |
Definition at line 76 of file pstree.c.
Referenced by AcpiDsCreateBufferField(), AcpiDsEvalBankFieldOperands(), AcpiDsInitFieldObjects(), AcpiPsDeleteParseTree(), and AcpiPsGetDepthNext().
ACPI_PARSE_OBJECT * AcpiPsGetDepthNext | ( | ACPI_PARSE_OBJECT * | Origin, |
ACPI_PARSE_OBJECT * | Op | ||
) |
Definition at line 224 of file pstree.c.