OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Parent
(Results
1 - 25
of
82
) sorted by relevancy
1
2
3
4
/src/sys/external/bsd/acpica/dist/parser/
pstree.c
303
/* Set the
parent
in this arg and any args linked after it */
307
Arg->Common.
Parent
= Op;
337
ACPI_PARSE_OBJECT *
Parent
;
367
/* Look for a sibling of
parent
*/
369
Parent
= Op->Common.
Parent
;
371
while (
Parent
)
373
Arg = AcpiPsGetArg (
Parent
, 0);
383
/* Reached
parent
of origin, end search */
388
if (
Parent
->Common.Next
[
all
...]
pswalk.c
180
ACPI_PARSE_OBJECT *
Parent
= NULL;
193
if (Op !=
Parent
)
231
Parent
= Op->Common.
Parent
;
249
Op =
Parent
;
psparse.c
285
if (Op->Common.
Parent
)
287
Prev = Op->Common.
Parent
->Common.Value.Arg;
299
ParentInfo = AcpiPsGetOpcodeInfo (Op->Common.
Parent
->Common.AmlOpcode);
325
if ((Op->Common.
Parent
->Common.AmlOpcode == AML_REGION_OP) ||
326
(Op->Common.
Parent
->Common.AmlOpcode == AML_DATA_REGION_OP) ||
327
(Op->Common.
Parent
->Common.AmlOpcode == AML_BUFFER_OP) ||
328
(Op->Common.
Parent
->Common.AmlOpcode == AML_PACKAGE_OP) ||
329
(Op->Common.
Parent
->Common.AmlOpcode == AML_BANK_FIELD_OP) ||
330
(Op->Common.
Parent
->Common.AmlOpcode == AML_VARIABLE_PACKAGE_OP))
339
else if ((Op->Common.
Parent
->Common.AmlOpcode == AML_NAME_OP) &
[
all
...]
/src/sys/external/bsd/acpica/dist/compiler/
aslxref.c
334
* PARAMETERS: RegionBitLength - Length of entire
parent
region
341
* DESCRIPTION: Check one field unit to make sure it fits in the
parent
498
* references to other objects within the namespace and the
parent
objects
512
/* Find
parent
method Op */
549
/* Find
parent
method Op */
670
if ((Op->Asl.
Parent
) &&
671
(Op->Asl.
Parent
->Asl.ParseOpcode == PARSEOP_CONDREFOF))
835
*
parent
scope until the root scope. The lack of search is only known to
838
if ((Op->Asl.
Parent
) &&
839
(Op->Asl.
Parent
->Asl.ParseOpcode != PARSEOP_CONDREFOF)
[
all
...]
aslanalyze.c
402
* PARAMETERS: Op -
Parent
403
* OpInfo -
Parent
info
437
/* Examine the
parent
op of this method */
488
* PARAMETERS: Op -
Parent
op for the operator
501
ACPI_PARSE_OBJECT *
Parent
;
518
/* Examine
parent
to determine if the return value is used */
520
Parent
= Op->Asl.
Parent
;
521
switch (
Parent
->Asl.ParseOpcode)
530
if (
Parent
->Asl.Child == Op
[
all
...]
cvdisasm.c
409
else if ((Op->Common.
Parent
->Common.AmlOpcode == AML_IF_OP) &&
410
Op->Common.
Parent
->Common.EndNodeComment)
412
CvPrintOneCommentType (Op->Common.
Parent
,
460
* indicated by FNode->
Parent
->File. Note this function emits
462
* file to FNode->
Parent
->File.
478
FNode->Filename, FNode->
Parent
->Filename);
479
AcpiOsRedirectOutput (FNode->
Parent
->File);
540
Current->
Parent
&&
544
Current = Current->
Parent
;
asltransform.c
183
ACPI_PARSE_OBJECT *
Parent
);
324
*
Parent
-
Parent
of the subtree
328
* DESCRIPTION: Set the
parent
for all peer nodes in a subtree
335
ACPI_PARSE_OBJECT *
Parent
)
343
Next->Asl.
Parent
=
Parent
;
434
* PARAMETERS: Op - The
parent
parse node
481
/* Transform to a string op containing the
parent
method name */
486
/* Find the
parent
control method op *
[
all
...]
cvparser.c
275
AcpiGbl_FileTreeRoot->
Parent
= NULL;
547
if (Node->
Parent
)
549
Op->Common.CvParentFilename = Node->
Parent
->Filename;
605
* ending addresses. This is done to ensure that
parent
file
612
Node = Node->
Parent
;
620
Node = Node->
Parent
;
630
AcpiGbl_FileTreeRoot->
Parent
= NULL;
659
* ParentFile - contains the filename of the
parent
file.
663
* DESCRIPTION: Point the
parent
pointer of the Child to the node that
664
* corresponds with the
parent
file node
[
all
...]
aslbtypes.c
521
if ((Op->Asl.
Parent
->Asl.ParseOpcode == PARSEOP_CREATEWORDFIELD) ||
522
(Op->Asl.
Parent
->Asl.ParseOpcode == PARSEOP_CREATEDWORDFIELD) ||
523
(Op->Asl.
Parent
->Asl.ParseOpcode == PARSEOP_CREATEQWORDFIELD) ||
524
(Op->Asl.
Parent
->Asl.ParseOpcode == PARSEOP_CREATEBYTEFIELD) ||
525
(Op->Asl.
Parent
->Asl.ParseOpcode == PARSEOP_CREATEBITFIELD) ||
526
(Op->Asl.
Parent
->Asl.ParseOpcode == PARSEOP_CREATEFIELD) ||
527
(Op->Asl.
Parent
->Asl.ParseOpcode == PARSEOP_CONDREFOF))
534
"ignoring typecheck.
Parent
[%s]\n",
536
Op->Asl.ExternalName, Op->Asl.
Parent
->Asl.ParseOpName);
aslfold.c
359
NextOp = Op->Asl.
Parent
;
384
NextOp = NextOp->Asl.
Parent
;
518
* PARAMETERS: Op -
Parent
operator to be transformed
554
OriginalParentOp = Op->Common.
Parent
;
555
Op->Common.
Parent
= RootOp;
566
Op->Common.
Parent
= OriginalParentOp;
601
* PARAMETERS: Op -
Parent
operator to be transformed
709
NewTarget->Asl.
Parent
= OriginalTarget->Asl.
Parent
;
714
OriginalParent = Op->Common.
Parent
;
[
all
...]
asllength.c
218
* 2) Bubbble up all of these lengths to the
parent
node by summing
219
* them all into the
parent
subtree length.
239
/* Bubble up all lengths (this node and all below it) to the
parent
*/
241
if ((Op->Asl.
Parent
) &&
244
Op->Asl.
Parent
->Asl.AmlSubtreeLength += (
560
Op = SubtreeOp->Asl.
Parent
;
564
Op = Op->Asl.
Parent
;
aslprintf.c
196
DestOp->Asl.
Parent
= Op;
460
Node->Asl.
Parent
= Op;
472
Op->Asl.Child->Asl.
Parent
= NewConcatOp;
477
Node->Asl.
Parent
= NewConcatOp;
483
NewConcatOp->Asl.Child->Asl.Next->Asl.Next->Asl.
Parent
=
487
NewConcatOp->Asl.
Parent
= Op;
aslexternal.c
414
if (Op->Asl.
Parent
&&
415
Op->Asl.
Parent
->Asl.ParseOpcode == PARSEOP_EXTERNAL)
551
ParentOp = ExternalOp->Asl.
Parent
;
573
ExternalOp->Asl.
Parent
= AslGbl_ExternalsListHead;
627
/* Convert Gbl_ExternalsListHead
parent
to If(). */
639
PredicateOp->Asl.
Parent
= AslGbl_ExternalsListHead;
679
AslGbl_ExternalsListHead->Asl.
Parent
= Prev->Asl.
Parent
;
asltree.c
339
* PARAMETERS: Op - To be set to new
parent
340
* ParentOp - The
parent
342
* RETURN: None, sets Op
parent
directly
344
* DESCRIPTION: Change the
parent
of a parse op.
354
Op->Asl.
Parent
= ParentOp;
570
/* Link first child to
parent
*/
598
/* Point all children to
parent
*/
600
Child->Asl.
Parent
= Op;
611
* to the same
parent
616
Child->Asl.
Parent
= Op
[
all
...]
aslmethod.c
414
(Op->Asl.
Parent
->Asl.ParseOpcode != PARSEOP_OBJECTTYPE))
459
(Op->Asl.
Parent
->Asl.ParseOpcode != PARSEOP_OBJECTTYPE))
480
ACPI_WARNING ((AE_INFO, "%p, No
parent
method", Op));
507
Next = Op->Asl.
Parent
;
514
Next = Next->Asl.
Parent
;
1035
* If the
parent
is a predefined method name, attempt to typecheck
1041
* The
parent
block does not "exit" and continue execution -- the
1044
Op->Asl.
Parent
->Asl.CompileFlags |= OP_HAS_NO_EXIT;
1084
* has no exit either. Therefore, the
parent
node has no exit.
1086
Op->Asl.
Parent
->Asl.CompileFlags |= OP_HAS_NO_EXIT
[
all
...]
aslopcodes.c
316
if (Op->Asl.
Parent
&&
317
Op->Asl.
Parent
->Asl.
Parent
&&
318
(Op->Asl.
Parent
->Asl.
Parent
->Asl.ParseOpcode == PARSEOP_DEFINITION_BLOCK))
826
NewOp->Asl.
Parent
= Op;
837
NewOp->Asl.
Parent
= Op->Asl.
Parent
;
dtsubtable.c
203
* PARAMETERS: ParentTable - The
Parent
of the new subtable
208
* DESCRIPTION: Insert the new subtable to the
parent
table
221
Subtable->
Parent
= ParentTable;
322
* PARAMETERS: ParentTable -
Parent
table whose children we are
343
/* It's really the
parent
's _scope_ that we want */
360
* RETURN:
Parent
of the given subtable
362
* DESCRIPTION: Get the
parent
of the given subtable in the tree
376
return (Subtable->
Parent
);
/src/sys/external/bsd/acpica/dist/dispatcher/
dsutils.c
176
*
parent
method exits.)
225
*
parent
method exit. Before storing a new return value, we
290
* DESCRIPTION: Check if a result object will be used by the
parent
324
* Now determine if the
parent
will use the result
326
* If there is no
parent
, or the
parent
is a ScopeOp, we are executing
327
* at the method level. An executing method typically has no
parent
,
329
* via ExecuteControlMethod has a ScopeOp as the
parent
.
331
if ((!Op->Common.
Parent
) ||
332
(Op->Common.
Parent
->Common.AmlOpcode == AML_SCOPE_OP)
[
all
...]
dspkginit.c
209
ACPI_PARSE_OBJECT *
Parent
;
228
/* Find the
parent
of a possibly nested package */
230
Parent
= Op->Common.
Parent
;
231
while ((
Parent
->Common.AmlOpcode == AML_PACKAGE_OP) ||
232
(
Parent
->Common.AmlOpcode == AML_VARIABLE_PACKAGE_OP))
234
Parent
=
Parent
->Common.
Parent
;
252
ObjDesc->Package.Node =
Parent
->Common.Node
[
all
...]
dswexec.c
652
if ((Op->Asl.
Parent
) &&
653
((Op->Asl.
Parent
->Asl.AmlOpcode == AML_PACKAGE_OP) ||
654
(Op->Asl.
Parent
->Asl.AmlOpcode == AML_VARIABLE_PACKAGE_OP)))
757
Op, Op->Named.Value.Arg, Op->Common.
Parent
->Common.AmlOpcode));
759
switch (Op->Common.
Parent
->Common.AmlOpcode)
767
Op->Common.
Parent
->Common.Node;
771
Op->Common.
Parent
->Common.Node, Op->Common.
Parent
);
782
AcpiNsGetAttachedObject (Op->Common.
Parent
->Common.Node));
903
*
Parent
will not use the result -- such as an
[
all
...]
/src/sys/external/bsd/acpica/dist/namespace/
nsxfobj.c
229
* PARAMETERS: Handle - Handle of object whose
parent
is desired
230
* RetHandle - Where the
parent
handle will be placed
234
* DESCRIPTION: Returns a handle to the
parent
of the object represented by
254
/* Special case for the predefined Root Node (no
parent
) */
276
/* Get the
parent
entry */
278
ParentNode = Node->
Parent
;
281
/* Return exception if
parent
is null */
303
*
Parent
-
Parent
object whose children we are getting
319
ACPI_HANDLE
Parent
,
[
all
...]
/src/sys/external/bsd/gnu-efi/dist/inc/
efifs.h
59
EFI_LBA
Parent
;
92
EFI_LBA
Parent
;
/src/sys/external/bsd/acpica/dist/disassembler/
dmnames.c
446
/* Search upwards in the tree to find scope with "prev" as its
parent
*/
451
if (Search->Common.
Parent
== Prev)
458
Search = Search->Common.
Parent
;
528
(!Op->Common.
Parent
))
540
(!Op->Common.
Parent
))
dmwalk.c
332
/* No peers, re-visit
parent
*/
339
Op = Op->Common.
Parent
;
416
if (Op->Common.
Parent
&&
417
((Op->Common.
Parent
->Common.AmlOpcode == AML_PACKAGE_OP) ||
418
(Op->Common.
Parent
->Common.AmlOpcode == AML_VARIABLE_PACKAGE_OP)))
665
else if ((AcpiDmBlockType (Op->Common.
Parent
) & BLOCK_BRACE) &&
886
/* Name of the
parent
OperationRegion */
962
if (Op->Asl.
Parent
->Common.AmlOpcode == AML_NAME_OP)
969
AcpiDmPredefinedDescription (Op->Asl.
Parent
);
972
AcpiDmPredefinedDescription (Op->Asl.
Parent
);
[
all
...]
/src/sys/external/bsd/acpica/dist/events/
evrgnini.c
328
ParentNode = RegionObj->Region.Node->
Parent
;
345
/* Start search from the
parent
object */
381
PciRootNode = PciRootNode->
Parent
;
412
* Find the
parent
device object. (This allows the operation region to be
418
PciDeviceNode = PciDeviceNode->
Parent
;
429
* contained in the
parent
's scope.
761
Node = RegionObj->Region.Node->
Parent
;
765
* The following loop depends upon the root Node having no
parent
766
* ie: AcpiGbl_RootNode->
Parent
being set to NULL
818
Node = Node->
Parent
;
[
all
...]
Completed in 29 milliseconds
1
2
3
4
Indexes created Sat Oct 18 23:09:54 GMT 2025