Home
last modified time | relevance | path

Searched defs:ParserState (Results 1 – 7 of 7) sorted by relevance

/titanic_51/usr/src/uts/intel/io/acpica/parser/
H A Dpsscope.c66 ACPI_PARSE_STATE *ParserState) in AcpiPsGetParentScope() argument
89 ACPI_PARSE_STATE *ParserState) in AcpiPsHasCompletedScope() argument
113 ACPI_PARSE_STATE *ParserState, in AcpiPsInitScope() argument
158 AcpiPsPushScope(ACPI_PARSE_STATE * ParserState,ACPI_PARSE_OBJECT * Op,UINT32 RemainingArgs,UINT32 ArgCount) AcpiPsPushScope() argument
220 AcpiPsPopScope(ACPI_PARSE_STATE * ParserState,ACPI_PARSE_OBJECT ** Op,UINT32 * ArgList,UINT32 * ArgCount) AcpiPsPopScope() argument
278 AcpiPsCleanupScope(ACPI_PARSE_STATE * ParserState) AcpiPsCleanupScope() argument
[all...]
H A Dpsargs.c81 ACPI_PARSE_STATE *ParserState) in AcpiPsGetNextPackageLength() argument
138 ACPI_PARSE_STATE *ParserState) in AcpiPsGetNextPackageEnd() argument
172 AcpiPsGetNextNamestring(ACPI_PARSE_STATE * ParserState) AcpiPsGetNextNamestring() argument
255 AcpiPsGetNextNamepath(ACPI_WALK_STATE * WalkState,ACPI_PARSE_STATE * ParserState,ACPI_PARSE_OBJECT * Arg,BOOLEAN PossibleMethodCall) AcpiPsGetNextNamepath() argument
425 AcpiPsGetNextSimpleArg(ACPI_PARSE_STATE * ParserState,UINT32 ArgType,ACPI_PARSE_OBJECT * Arg) AcpiPsGetNextSimpleArg() argument
525 AcpiPsGetNextField(ACPI_PARSE_STATE * ParserState) AcpiPsGetNextField() argument
760 AcpiPsGetNextArg(ACPI_WALK_STATE * WalkState,ACPI_PARSE_STATE * ParserState,UINT32 ArgType,ACPI_PARSE_OBJECT ** ReturnArg) AcpiPsGetNextArg() argument
[all...]
H A Dpsparse.c108 ACPI_PARSE_STATE *ParserState) in AcpiPsPeekOpcode() argument
341 ACPI_PARSE_STATE *ParserState = &WalkState->ParserState; in AcpiPsNextParseState() local
[all...]
H A Dpsloop.c413 ACPI_PARSE_STATE *ParserState; AcpiPsParseLoop() local
[all...]
/titanic_51/usr/src/uts/intel/io/acpica/namespace/
H A Dnsxfname.c604 ACPI_PARSE_STATE ParserState; in ACPI_EXPORT_SYMBOL() local
[all...]
/titanic_51/usr/src/uts/intel/io/acpica/dispatcher/
H A Ddswstate.c672 ACPI_PARSE_STATE *ParserState = &WalkState->ParserState; in AcpiDsInitAmlWalk() local
[all...]
/titanic_51/usr/src/uts/intel/sys/acpi/
H A Dacstruct.h97 ACPI_PARSE_STATE ParserState; /* Current state of parser */ member