Lines Matching refs:ParserState
192 WalkState->Aml = WalkState->ParserState.Aml;
193 WalkState->Opcode = AcpiPsPeekOpcode (&(WalkState->ParserState));
222 WalkState->ParserState.AmlStart));
229 ACPI_DUMP_BUFFER ((WalkState->ParserState.Aml - 16), 48);
246 AcpiUtDumpBuffer (((UINT8 *) WalkState->ParserState.Aml - 16),
263 WalkState->ParserState.Aml++;
266 WalkState->ParserState.Aml++;
275 WalkState->ParserState.Aml +=
326 Status = AcpiPsGetNextArg (WalkState, &(WalkState->ParserState),
500 * point, the ParserState is at the end of the namepath of the
502 * WalkState->ParserState.Aml + 2 moves increments the
506 WalkState->Aml = WalkState->ParserState.Aml + 2;
507 WalkState->ParserState.Aml = WalkState->Aml;
542 ParentScope = AcpiPsGetParentScope (&(WalkState->ParserState));
617 WalkState->ParserState.Scope->ParseScope.ArgCount--;
645 AcpiPsPopScope (&(WalkState->ParserState), Op,
673 AcpiPsPopScope (&(WalkState->ParserState), Op,
711 AcpiPsPopScope (&(WalkState->ParserState), Op,
745 AcpiPsPopScope (&(WalkState->ParserState), Op,
757 AcpiPsPopScope (ParserState, Op,
782 if (AcpiPsHasCompletedScope (&(WalkState->ParserState)))
784 AcpiPsPopScope (&(WalkState->ParserState), Op,
880 AcpiPsPopScope (&(WalkState->ParserState), &Op, &WalkState->ArgTypes,