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

/freebsd-10.0-release/sys/contrib/dev/acpica/compiler/
H A Daslfold.c296 ACPI_PARSE_OBJECT *RootOp; local
375 RootOp = TrAllocateNode (PARSEOP_INTEGER);
376 if (!RootOp)
381 RootOp->Common.AmlOpcode = AML_INT_EVAL_SUBTREE_OP;
384 Op->Common.Parent = RootOp;
392 /* TBD: we really *should* release the RootOp node */
466 RootOp = TrAllocateNode (PARSEOP_INTEGER);
468 RootOp->Asl.AmlOpcode = AML_DWORD_OP;
469 RootOp->Asl.Value.Integer = ObjDesc->Buffer.Length;
470 RootOp
[all...]
H A Daslload.c91 * PARAMETERS: RootOp - Root of the parse tree
104 ACPI_PARSE_OBJECT *RootOp)
121 TrWalkParseTree (RootOp, ASL_WALK_VISIT_TWICE, LdNamespace1Begin,
126 TrWalkParseTree (RootOp, ASL_WALK_VISIT_TWICE, LdNamespace2Begin,
103 LdLoadNamespace( ACPI_PARSE_OBJECT *RootOp) argument
H A Daslcompiler.h793 ACPI_PARSE_OBJECT *RootOp);
/freebsd-10.0-release/sys/contrib/dev/acpica/components/parser/
H A Dpsscope.c115 ACPI_PARSE_OBJECT *RootOp)
120 ACPI_FUNCTION_TRACE_PTR (PsInitScope, RootOp);
130 Scope->ParseScope.Op = RootOp;
136 ParserState->StartOp = RootOp;
113 AcpiPsInitScope( ACPI_PARSE_STATE *ParserState, ACPI_PARSE_OBJECT *RootOp) argument
/freebsd-10.0-release/sys/contrib/dev/acpica/components/debugger/
H A Ddbdisply.c392 ACPI_PARSE_OBJECT *RootOp; local
421 RootOp = StartOp;
422 while (RootOp->Common.Parent)
424 RootOp = RootOp->Common.Parent;
427 Op = RootOp;

Completed in 145 milliseconds