OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ParentOp
(Results
1 - 13
of
13
) sorted by relevancy
/src/sys/external/bsd/acpica/dist/debugger/
dbxface.c
302
ACPI_PARSE_OBJECT *
ParentOp
;
305
ParentOp
= Op->Common.Parent;
306
if (
ParentOp
)
317
while (
ParentOp
)
319
if ((
ParentOp
->Common.AmlOpcode == AML_IF_OP) ||
320
(
ParentOp
->Common.AmlOpcode == AML_WHILE_OP))
322
DisplayOp =
ParentOp
;
325
ParentOp
=
ParentOp
->Common.Parent;
330
while (
ParentOp
)
[
all
...]
/src/sys/external/bsd/acpica/dist/compiler/
aslmapoutput.c
675
ACPI_PARSE_OBJECT *
ParentOp
;
715
ParentOp
= Op->Asl.Parent;
716
if (
ParentOp
->Asl.ParseOpcode == PARSEOP_FIELD)
723
while (
ParentOp
&& (!
ParentOp
->Asl.Node))
725
ParentOp
=
ParentOp
->Asl.Parent;
728
if (
ParentOp
)
731
ParentOp
->Asl.Node);
aslprepkg.c
175
ACPI_PARSE_OBJECT *
ParentOp
,
201
ACPI_PARSE_OBJECT *
ParentOp
,
209
* PARAMETERS:
ParentOp
- Parser op for the package
222
ACPI_PARSE_OBJECT *
ParentOp
,
239
Op =
ParentOp
->Asl.Child;
258
ApZeroLengthPackage (Predefined->Info.Name,
ParentOp
);
286
ApCustomPackage (
ParentOp
, Predefined);
303
ApPackageTooLarge (Predefined->Info.Name,
ParentOp
,
435
ParentOp
->Asl.Child, AslGbl_MsgBuffer);
507
ApPackageTooSmall (Predefined->Info.Name,
ParentOp
,
[
all
...]
aslexternal.c
480
ACPI_PARSE_OBJECT *
ParentOp
;
551
ParentOp
= ExternalOp->Asl.Parent;
552
Prev = Next =
ParentOp
->Asl.Child;
568
ParentOp
->Asl.Child = ExternalOp->Asl.Next;
aslload.c
523
ACPI_PARSE_OBJECT *
ParentOp
;
593
ParentOp
= Op->Asl.Parent;
594
OpInfo = AcpiPsGetOpcodeInfo (
ParentOp
->Asl.AmlOpcode);
634
if ((
ParentOp
->Asl.ParseOpcode != PARSEOP_PACKAGE) &&
635
(
ParentOp
->Asl.ParseOpcode != PARSEOP_VAR_PACKAGE))
aslparseop.c
502
ACPI_PARSE_OBJECT *
ParentOp
)
526
Op->Asl.Parent =
ParentOp
;
539
Op->Asl.Next = TrCreateTargetOp (OriginalOp->Asl.Next,
ParentOp
);
aslcompiler.h
860
ACPI_PARSE_OBJECT *
ParentOp
,
932
ACPI_PARSE_OBJECT *
ParentOp
);
959
ACPI_PARSE_OBJECT *
ParentOp
);
asltree.c
340
*
ParentOp
- The parent
351
ACPI_PARSE_OBJECT *
ParentOp
)
354
Op->Asl.Parent =
ParentOp
;
/src/sys/external/bsd/acpica/dist/disassembler/
dmbuffer.c
689
ACPI_PARSE_OBJECT *
ParentOp
;
748
ParentOp
= Op->Common.Parent;
749
if (!
ParentOp
)
756
if (
ParentOp
->Common.AmlOpcode == AML_NAME_OP)
758
Node =
ParentOp
->Common.Node;
782
if (
ParentOp
->Common.AmlOpcode == AML_PACKAGE_OP)
784
ParentOp
=
ParentOp
->Common.Parent;
785
if (!
ParentOp
)
790
if (
ParentOp
->Common.AmlOpcode == AML_NAME_OP
[
all
...]
dmwalk.c
1051
ACPI_PARSE_OBJECT *
ParentOp
;
1235
ParentOp
= Op->Common.Parent;
1252
ParentOp
=
ParentOp
->Common.Parent;
1253
if (
ParentOp
&&
1254
(
ParentOp
->Asl.AmlOpcode == AML_NAME_OP))
1256
AcpiDmPredefinedDescription (
ParentOp
);
1272
ParentOp
->Common.DisasmFlags |= ACPI_PARSEOP_EMPTY_TERMLIST;
dmopcode.c
1338
ACPI_PARSE_OBJECT *
ParentOp
;
1343
ParentOp
= StartOp->Common.Parent;
1353
Op->Common.Parent =
ParentOp
;
/src/sys/external/bsd/acpica/dist/dispatcher/
dsutils.c
614
ACPI_PARSE_OBJECT *
ParentOp
;
669
ParentOp
= Arg->Common.Parent;
670
OpInfo = AcpiPsGetOpcodeInfo (
ParentOp
->Common.AmlOpcode);
673
(
ParentOp
->Common.AmlOpcode != AML_INT_METHODCALL_OP) &&
674
(
ParentOp
->Common.AmlOpcode != AML_REGION_OP) &&
675
(
ParentOp
->Common.AmlOpcode != AML_INT_NAMEPATH_OP))
698
if (
ParentOp
->Common.AmlOpcode == AML_CONDITIONAL_REF_OF_OP)
710
else if (
ParentOp
->Common.AmlOpcode == AML_EXTERNAL_OP)
/src/sys/external/bsd/acpica/dist/common/
adwalk.c
595
ACPI_PARSE_OBJECT *
ParentOp
;
688
ParentOp
= Op->Common.Parent;
689
OpInfo = AcpiPsGetOpcodeInfo (
ParentOp
->Common.AmlOpcode);
694
(
ParentOp
->Common.AmlOpcode != AML_INT_METHODCALL_OP) &&
705
if (((
ParentOp
->Common.AmlOpcode == AML_IF_OP) ||
706
(
ParentOp
->Common.AmlOpcode == AML_WHILE_OP) ||
707
(
ParentOp
->Common.AmlOpcode == AML_RETURN_OP)) &&
710
(
ParentOp
->Common.Value.Arg == Op))
Completed in 21 milliseconds
Indexes created Wed Oct 22 13:09:56 GMT 2025