HomeSort by: relevance | last modified time | path
    Searched refs:Parent (Results 1 - 25 of 78) sorted by relevancy

1 2 3 4

  /src/sys/external/bsd/acpica/dist/parser/
pstree.c 195 /* Set the parent in this arg and any args linked after it */
199 Arg->Common.Parent = Op;
229 ACPI_PARSE_OBJECT *Parent;
259 /* Look for a sibling of parent */
261 Parent = Op->Common.Parent;
263 while (Parent)
265 Arg = AcpiPsGetArg (Parent, 0);
275 /* Reached parent of origin, end search */
280 if (Parent->Common.Next
    [all...]
pswalk.c 72 ACPI_PARSE_OBJECT *Parent = NULL;
85 if (Op != Parent)
123 Parent = Op->Common.Parent;
141 Op = Parent;
psparse.c 177 if (Op->Common.Parent)
179 Prev = Op->Common.Parent->Common.Value.Arg;
191 ParentInfo = AcpiPsGetOpcodeInfo (Op->Common.Parent->Common.AmlOpcode);
217 if ((Op->Common.Parent->Common.AmlOpcode == AML_REGION_OP) ||
218 (Op->Common.Parent->Common.AmlOpcode == AML_DATA_REGION_OP) ||
219 (Op->Common.Parent->Common.AmlOpcode == AML_BUFFER_OP) ||
220 (Op->Common.Parent->Common.AmlOpcode == AML_PACKAGE_OP) ||
221 (Op->Common.Parent->Common.AmlOpcode == AML_BANK_FIELD_OP) ||
222 (Op->Common.Parent->Common.AmlOpcode == AML_VARIABLE_PACKAGE_OP))
231 else if ((Op->Common.Parent->Common.AmlOpcode == AML_NAME_OP) &
    [all...]
  /src/sys/external/bsd/acpica/dist/compiler/
aslxref.c 226 * PARAMETERS: RegionBitLength - Length of entire parent region
233 * DESCRIPTION: Check one field unit to make sure it fits in the parent
390 * references to other objects within the namespace and the parent objects
404 /* Find parent method Op */
441 /* Find parent method Op */
562 if ((Op->Asl.Parent) &&
563 (Op->Asl.Parent->Asl.ParseOpcode == PARSEOP_CONDREFOF))
727 * parent scope until the root scope. The lack of search is only known to
730 if ((Op->Asl.Parent) &&
731 (Op->Asl.Parent->Asl.ParseOpcode != PARSEOP_CONDREFOF)
    [all...]
aslanalyze.c 294 * PARAMETERS: Op - Parent
295 * OpInfo - Parent info
329 /* Examine the parent op of this method */
380 * PARAMETERS: Op - Parent op for the operator
393 ACPI_PARSE_OBJECT *Parent;
410 /* Examine parent to determine if the return value is used */
412 Parent = Op->Asl.Parent;
413 switch (Parent->Asl.ParseOpcode)
422 if (Parent->Asl.Child == Op
    [all...]
cvdisasm.c 301 else if ((Op->Common.Parent->Common.AmlOpcode == AML_IF_OP) &&
302 Op->Common.Parent->Common.EndNodeComment)
304 CvPrintOneCommentType (Op->Common.Parent,
352 * indicated by FNode->Parent->File. Note this function emits
354 * file to FNode->Parent->File.
370 FNode->Filename, FNode->Parent->Filename);
371 AcpiOsRedirectOutput (FNode->Parent->File);
432 Current->Parent &&
436 Current = Current->Parent;
asltransform.c 75 ACPI_PARSE_OBJECT *Parent);
216 * Parent - Parent of the subtree
220 * DESCRIPTION: Set the parent for all peer nodes in a subtree
227 ACPI_PARSE_OBJECT *Parent)
235 Next->Asl.Parent = Parent;
326 * PARAMETERS: Op - The parent parse node
373 /* Transform to a string op containing the parent method name */
378 /* Find the parent control method op *
    [all...]
cvparser.c 167 AcpiGbl_FileTreeRoot->Parent = NULL;
439 if (Node->Parent)
441 Op->Common.CvParentFilename = Node->Parent->Filename;
497 * ending addresses. This is done to ensure that parent file
504 Node = Node->Parent;
512 Node = Node->Parent;
522 AcpiGbl_FileTreeRoot->Parent = NULL;
551 * ParentFile - contains the filename of the parent file.
555 * DESCRIPTION: Point the parent pointer of the Child to the node that
556 * corresponds with the parent file node
    [all...]
aslbtypes.c 413 if ((Op->Asl.Parent->Asl.ParseOpcode == PARSEOP_CREATEWORDFIELD) ||
414 (Op->Asl.Parent->Asl.ParseOpcode == PARSEOP_CREATEDWORDFIELD) ||
415 (Op->Asl.Parent->Asl.ParseOpcode == PARSEOP_CREATEQWORDFIELD) ||
416 (Op->Asl.Parent->Asl.ParseOpcode == PARSEOP_CREATEBYTEFIELD) ||
417 (Op->Asl.Parent->Asl.ParseOpcode == PARSEOP_CREATEBITFIELD) ||
418 (Op->Asl.Parent->Asl.ParseOpcode == PARSEOP_CREATEFIELD) ||
419 (Op->Asl.Parent->Asl.ParseOpcode == PARSEOP_CONDREFOF))
426 "ignoring typecheck. Parent [%s]\n",
428 Op->Asl.ExternalName, Op->Asl.Parent->Asl.ParseOpName);
aslfold.c 251 NextOp = Op->Asl.Parent;
276 NextOp = NextOp->Asl.Parent;
410 * PARAMETERS: Op - Parent operator to be transformed
446 OriginalParentOp = Op->Common.Parent;
447 Op->Common.Parent = RootOp;
458 Op->Common.Parent = OriginalParentOp;
493 * PARAMETERS: Op - Parent operator to be transformed
601 NewTarget->Asl.Parent = OriginalTarget->Asl.Parent;
606 OriginalParent = Op->Common.Parent;
    [all...]
asllength.c 110 * 2) Bubbble up all of these lengths to the parent node by summing
111 * them all into the parent subtree length.
131 /* Bubble up all lengths (this node and all below it) to the parent */
133 if ((Op->Asl.Parent) &&
136 Op->Asl.Parent->Asl.AmlSubtreeLength += (
452 Op = SubtreeOp->Asl.Parent;
456 Op = Op->Asl.Parent;
aslprintf.c 88 DestOp->Asl.Parent = Op;
352 Node->Asl.Parent = Op;
364 Op->Asl.Child->Asl.Parent = NewConcatOp;
369 Node->Asl.Parent = NewConcatOp;
375 NewConcatOp->Asl.Child->Asl.Next->Asl.Next->Asl.Parent =
379 NewConcatOp->Asl.Parent = Op;
aslexternal.c 306 if (Op->Asl.Parent &&
307 Op->Asl.Parent->Asl.ParseOpcode == PARSEOP_EXTERNAL)
443 ParentOp = ExternalOp->Asl.Parent;
465 ExternalOp->Asl.Parent = AslGbl_ExternalsListHead;
519 /* Convert Gbl_ExternalsListHead parent to If(). */
531 PredicateOp->Asl.Parent = AslGbl_ExternalsListHead;
571 AslGbl_ExternalsListHead->Asl.Parent = Prev->Asl.Parent;
asltree.c 231 * PARAMETERS: Op - To be set to new parent
232 * ParentOp - The parent
234 * RETURN: None, sets Op parent directly
236 * DESCRIPTION: Change the parent of a parse op.
246 Op->Asl.Parent = ParentOp;
462 /* Link first child to parent */
490 /* Point all children to parent */
492 Child->Asl.Parent = Op;
503 * to the same parent
508 Child->Asl.Parent = Op
    [all...]
aslmethod.c 306 (Op->Asl.Parent->Asl.ParseOpcode != PARSEOP_OBJECTTYPE))
351 (Op->Asl.Parent->Asl.ParseOpcode != PARSEOP_OBJECTTYPE))
372 ACPI_WARNING ((AE_INFO, "%p, No parent method", Op));
399 Next = Op->Asl.Parent;
406 Next = Next->Asl.Parent;
927 * If the parent is a predefined method name, attempt to typecheck
933 * The parent block does not "exit" and continue execution -- the
936 Op->Asl.Parent->Asl.CompileFlags |= OP_HAS_NO_EXIT;
976 * has no exit either. Therefore, the parent node has no exit.
978 Op->Asl.Parent->Asl.CompileFlags |= OP_HAS_NO_EXIT
    [all...]
aslopcodes.c 208 if (Op->Asl.Parent &&
209 Op->Asl.Parent->Asl.Parent &&
210 (Op->Asl.Parent->Asl.Parent->Asl.ParseOpcode == PARSEOP_DEFINITION_BLOCK))
718 NewOp->Asl.Parent = Op;
729 NewOp->Asl.Parent = Op->Asl.Parent;
dtsubtable.c 95 * PARAMETERS: ParentTable - The Parent of the new subtable
100 * DESCRIPTION: Insert the new subtable to the parent table
113 Subtable->Parent = ParentTable;
214 * PARAMETERS: ParentTable - Parent table whose children we are
235 /* It's really the parent's _scope_ that we want */
252 * RETURN: Parent of the given subtable
254 * DESCRIPTION: Get the parent of the given subtable in the tree
268 return (Subtable->Parent);
  /src/sys/external/bsd/acpica/dist/dispatcher/
dsutils.c 68 * parent method exits.)
117 * parent method exit. Before storing a new return value, we
182 * DESCRIPTION: Check if a result object will be used by the parent
216 * Now determine if the parent will use the result
218 * If there is no parent, or the parent is a ScopeOp, we are executing
219 * at the method level. An executing method typically has no parent,
221 * via ExecuteControlMethod has a ScopeOp as the parent.
223 if ((!Op->Common.Parent) ||
224 (Op->Common.Parent->Common.AmlOpcode == AML_SCOPE_OP)
    [all...]
dspkginit.c 101 ACPI_PARSE_OBJECT *Parent;
120 /* Find the parent of a possibly nested package */
122 Parent = Op->Common.Parent;
123 while ((Parent->Common.AmlOpcode == AML_PACKAGE_OP) ||
124 (Parent->Common.AmlOpcode == AML_VARIABLE_PACKAGE_OP))
126 Parent = Parent->Common.Parent;
144 ObjDesc->Package.Node = Parent->Common.Node
    [all...]
dswexec.c 544 if ((Op->Asl.Parent) &&
545 ((Op->Asl.Parent->Asl.AmlOpcode == AML_PACKAGE_OP) ||
546 (Op->Asl.Parent->Asl.AmlOpcode == AML_VARIABLE_PACKAGE_OP)))
649 Op, Op->Named.Value.Arg, Op->Common.Parent->Common.AmlOpcode));
651 switch (Op->Common.Parent->Common.AmlOpcode)
659 Op->Common.Parent->Common.Node;
663 Op->Common.Parent->Common.Node, Op->Common.Parent);
674 AcpiNsGetAttachedObject (Op->Common.Parent->Common.Node));
795 * Parent will not use the result -- such as an
    [all...]
  /src/sys/external/bsd/acpica/dist/namespace/
nsxfobj.c 121 * PARAMETERS: Handle - Handle of object whose parent is desired
122 * RetHandle - Where the parent handle will be placed
126 * DESCRIPTION: Returns a handle to the parent of the object represented by
146 /* Special case for the predefined Root Node (no parent) */
168 /* Get the parent entry */
170 ParentNode = Node->Parent;
173 /* Return exception if parent is null */
195 * Parent - Parent object whose children we are getting
211 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 338 /* Search upwards in the tree to find scope with "prev" as its parent */
343 if (Search->Common.Parent == Prev)
350 Search = Search->Common.Parent;
420 (!Op->Common.Parent))
432 (!Op->Common.Parent))
dmwalk.c 224 /* No peers, re-visit parent */
231 Op = Op->Common.Parent;
308 if (Op->Common.Parent &&
309 ((Op->Common.Parent->Common.AmlOpcode == AML_PACKAGE_OP) ||
310 (Op->Common.Parent->Common.AmlOpcode == AML_VARIABLE_PACKAGE_OP)))
557 else if ((AcpiDmBlockType (Op->Common.Parent) & BLOCK_BRACE) &&
778 /* Name of the parent OperationRegion */
854 if (Op->Asl.Parent->Common.AmlOpcode == AML_NAME_OP)
861 AcpiDmPredefinedDescription (Op->Asl.Parent);
864 AcpiDmPredefinedDescription (Op->Asl.Parent);
    [all...]
  /src/sys/external/bsd/acpica/dist/events/
evrgnini.c 220 ParentNode = RegionObj->Region.Node->Parent;
237 /* Start search from the parent object */
273 PciRootNode = PciRootNode->Parent;
304 * Find the parent device object. (This allows the operation region to be
310 PciDeviceNode = PciDeviceNode->Parent;
321 * contained in the parent's scope.
653 Node = RegionObj->Region.Node->Parent;
657 * The following loop depends upon the root Node having no parent
658 * ie: AcpiGbl_RootNode->Parent being set to NULL
710 Node = Node->Parent;
    [all...]

Completed in 27 milliseconds

1 2 3 4