OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RootOp
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/acpica/dist/compiler/
aslfold.c
535
ACPI_PARSE_OBJECT *
RootOp
;
546
RootOp
= TrAllocateOp (PARSEOP_INTEGER);
547
if (!
RootOp
)
552
RootOp
->Common.AmlOpcode = AML_INT_EVAL_SUBTREE_OP;
555
Op->Common.Parent =
RootOp
;
/src/sys/external/bsd/acpica/dist/debugger/
dbdisply.c
532
ACPI_PARSE_OBJECT *
RootOp
;
560
RootOp
= StartOp;
561
while (
RootOp
->Common.Parent)
563
RootOp
=
RootOp
->Common.Parent;
566
Op =
RootOp
;
Completed in 14 milliseconds
Indexes created Wed Sep 24 15:09:51 GMT 2025