Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/acpica/parser/
H A Dpsobject.c460 ACPI_PARSE_OBJECT *ParentScope; in AcpiPsCreateOp() local
542 ParentScope = AcpiPsGetParentScope (&(WalkState->ParserState)); in AcpiPsCreateOp()
543 AcpiPsAppendArg (ParentScope, Op); in AcpiPsCreateOp()
545 if (ParentScope) in AcpiPsCreateOp()
547 OpInfo = AcpiPsGetOpcodeInfo (ParentScope->Common.AmlOpcode); in AcpiPsCreateOp()
551 if (ParentScope->Common.ArgListLength > ArgumentCount) in AcpiPsCreateOp()
561 else if ((ParentScope->Common.AmlOpcode == AML_INCREMENT_OP) || in AcpiPsCreateOp()
562 (ParentScope->Common.AmlOpcode == AML_DECREMENT_OP)) in AcpiPsCreateOp()