ReactOS 0.4.16-dev-927-g467dec4
|
#include "acpi.h"
#include "accommon.h"
#include "acparser.h"
#include "amlcode.h"
#include "acnamesp.h"
#include "acdispat.h"
#include "acconvert.h"
Go to the source code of this file.
Macros | |
#define | _COMPONENT ACPI_PARSER |
Functions | |
static UINT32 | AcpiPsGetNextPackageLength (ACPI_PARSE_STATE *ParserState) |
static ACPI_PARSE_OBJECT * | AcpiPsGetNextField (ACPI_PARSE_STATE *ParserState) |
UINT8 * | AcpiPsGetNextPackageEnd (ACPI_PARSE_STATE *ParserState) |
char * | AcpiPsGetNextNamestring (ACPI_PARSE_STATE *ParserState) |
ACPI_STATUS | AcpiPsGetNextNamepath (ACPI_WALK_STATE *WalkState, ACPI_PARSE_STATE *ParserState, ACPI_PARSE_OBJECT *Arg, BOOLEAN PossibleMethodCall) |
void | AcpiPsGetNextSimpleArg (ACPI_PARSE_STATE *ParserState, UINT32 ArgType, ACPI_PARSE_OBJECT *Arg) |
ACPI_STATUS | AcpiPsGetNextArg (ACPI_WALK_STATE *WalkState, ACPI_PARSE_STATE *ParserState, UINT32 ArgType, ACPI_PARSE_OBJECT **ReturnArg) |
#define _COMPONENT ACPI_PARSER |
ACPI_STATUS AcpiPsGetNextArg | ( | ACPI_WALK_STATE * | WalkState, |
ACPI_PARSE_STATE * | ParserState, | ||
UINT32 | ArgType, | ||
ACPI_PARSE_OBJECT ** | ReturnArg | ||
) |
Definition at line 785 of file psargs.c.
Referenced by AcpiPsBuildNamedOp(), and AcpiPsGetArguments().
|
static |
Definition at line 528 of file psargs.c.
Referenced by AcpiPsGetNextArg().
ACPI_STATUS AcpiPsGetNextNamepath | ( | ACPI_WALK_STATE * | WalkState, |
ACPI_PARSE_STATE * | ParserState, | ||
ACPI_PARSE_OBJECT * | Arg, | ||
BOOLEAN | PossibleMethodCall | ||
) |
Definition at line 254 of file psargs.c.
Referenced by AcpiPsGetArguments(), and AcpiPsGetNextArg().
char * AcpiPsGetNextNamestring | ( | ACPI_PARSE_STATE * | ParserState | ) |
Definition at line 172 of file psargs.c.
Referenced by AcpiDsLoad1BeginOp(), AcpiDsLoad2BeginOp(), AcpiInstallMethod(), AcpiPsGetNextField(), AcpiPsGetNextNamepath(), and AcpiPsGetNextSimpleArg().
UINT8 * AcpiPsGetNextPackageEnd | ( | ACPI_PARSE_STATE * | ParserState | ) |
Definition at line 138 of file psargs.c.
Referenced by AcpiInstallMethod(), AcpiPsGetNextArg(), AcpiPsNextParseState(), and AcpiPsParseLoop().
|
static |
Definition at line 81 of file psargs.c.
Referenced by AcpiPsGetNextField(), and AcpiPsGetNextPackageEnd().
void AcpiPsGetNextSimpleArg | ( | ACPI_PARSE_STATE * | ParserState, |
UINT32 | ArgType, | ||
ACPI_PARSE_OBJECT * | Arg | ||
) |
Definition at line 428 of file psargs.c.
Referenced by AcpiPsGetArguments(), and AcpiPsGetNextArg().