Home
last modified time | relevance | path

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

/dragonfly/sys/contrib/dev/acpica/source/components/parser/
H A Dpsscope.c222 ACPI_PARSE_OBJECT *RootOp) in AcpiPsInitScope() argument
227 ACPI_FUNCTION_TRACE_PTR (PsInitScope, RootOp); in AcpiPsInitScope()
237 Scope->ParseScope.Op = RootOp; in AcpiPsInitScope()
243 ParserState->StartOp = RootOp; in AcpiPsInitScope()
/dragonfly/sys/contrib/dev/acpica/source/components/debugger/
H A Ddbdisply.c534 ACPI_PARSE_OBJECT *RootOp; in AcpiDbDisplayMethodInfo() local
562 RootOp = StartOp; in AcpiDbDisplayMethodInfo()
563 while (RootOp->Common.Parent) in AcpiDbDisplayMethodInfo()
565 RootOp = RootOp->Common.Parent; in AcpiDbDisplayMethodInfo()
568 Op = RootOp; in AcpiDbDisplayMethodInfo()
/dragonfly/sys/contrib/dev/acpica/source/compiler/
H A Daslfold.c535 ACPI_PARSE_OBJECT *RootOp; in TrSimpleConstantReduction() local
546 RootOp = TrAllocateOp (PARSEOP_INTEGER); in TrSimpleConstantReduction()
547 if (!RootOp) in TrSimpleConstantReduction()
552 RootOp->Common.AmlOpcode = AML_INT_EVAL_SUBTREE_OP; in TrSimpleConstantReduction()
555 Op->Common.Parent = RootOp; in TrSimpleConstantReduction()
H A Daslload.c224 ACPI_PARSE_OBJECT *RootOp) in LdLoadNamespace() argument
239 TrWalkParseTree (RootOp, ASL_WALK_VISIT_TWICE, LdNamespace1Begin, in LdLoadNamespace()
244 TrWalkParseTree (RootOp, ASL_WALK_VISIT_TWICE, LdNamespace2Begin, in LdLoadNamespace()
H A Daslcompiler.h1138 ACPI_PARSE_OBJECT *RootOp);