Home
last modified time | relevance | path

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

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