Searched refs:ParentScope (Results 1 - 1 of 1) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/external/bsd/acpica/dist/parser/
H A Dpsloop.c320 ACPI_PARSE_OBJECT *ParentScope; local
378 ParentScope = AcpiPsGetParentScope (&(WalkState->ParserState));
379 AcpiPsAppendArg (ParentScope, Op);
381 if (ParentScope)
383 OpInfo = AcpiPsGetOpcodeInfo (ParentScope->Common.AmlOpcode);
387 if (ParentScope->Common.ArgListLength > ArgumentCount)
392 else if (ParentScope->Common.AmlOpcode == AML_INCREMENT_OP)

Completed in 104 milliseconds