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

/illumos-gate/usr/src/uts/intel/io/acpica/parser/
H A Dpsobject.c304 ACPI_PARSE_OBJECT *ParentScope; local
362 ParentScope = AcpiPsGetParentScope (&(WalkState->ParserState));
363 AcpiPsAppendArg (ParentScope, Op);
365 if (ParentScope)
367 OpInfo = AcpiPsGetOpcodeInfo (ParentScope->Common.AmlOpcode);
371 if (ParentScope->Common.ArgListLength > ArgumentCount)
376 else if (ParentScope->Common.AmlOpcode == AML_INCREMENT_OP)

Completed in 58 milliseconds