OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PrevOp
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/acpica/dist/disassembler/
dmopcode.c
199
ACPI_PARSE_OBJECT *
PrevOp
= NULL;
206
PrevOp
= Op->Asl.Value.Arg;
221
PrevOp
= NextOp;
222
NextOp =
PrevOp
->Asl.Next;
226
if (!
PrevOp
)
233
if (
PrevOp
->Asl.AmlOpcode != AML_INT_NAMEPATH_OP)
240
if (!
PrevOp
->Asl.Value.String)
247
if (!
PrevOp
->Asl.Node)
255
if (*
PrevOp
->Asl.Value.String == '\\')
262
Pathname = AcpiNsGetExternalPathname (
PrevOp
->Asl.Node)
[
all
...]
/src/sys/external/bsd/acpica/dist/include/
acstruct.h
233
ACPI_PARSE_OBJECT *
PrevOp
; /* Last op that was processed */
Completed in 33 milliseconds
Indexes created Mon Sep 22 13:09:51 GMT 2025