HomeSort by: relevance | last modified time | path
    Searched defs:Parent (Results 1 - 12 of 12) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/parser/
pswalk.c 72 ACPI_PARSE_OBJECT *Parent = NULL;
85 if (Op != Parent)
123 Parent = Op->Common.Parent;
141 Op = Parent;
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...]
  /src/sys/external/bsd/acpica/dist/dispatcher/
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...]
  /src/sys/external/bsd/acpica/dist/compiler/
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...]
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...]
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...]
dtcompiler.h 122 struct dt_subtable *Parent;
  /src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_function_call_trie.h 113 Node *Parent;
484 // We then push the root into a stack, to use as the parent marker for new
  /src/sys/external/bsd/gnu-efi/dist/inc/
efifs.h 59 EFI_LBA Parent;
92 EFI_LBA Parent;
  /src/sys/external/bsd/acpica/dist/common/
dmrestag.c 588 * PARAMETERS: BufferNode - Node for the parent buffer
638 * PARAMETERS: BufferNode - Node for the parent buffer
706 /* Get the full pathname to the parent buffer */
985 ACPI_PARSE_OBJECT *Parent;
998 Parent = Op->Common.Parent;
999 if (Parent->Common.AmlOpcode == AML_NAME_OP)
1009 AcpiDmAddResourcesToNamespace (Parent->Common.Node, Op);
1023 * PARAMETERS: BufferNode - Node for the parent buffer
1070 * BufferNode - Node for the parent buffe
    [all...]
  /src/sys/external/bsd/acpica/dist/include/
aclocal.h 192 struct acpi_namespace_node *Parent; /* Parent node */
926 union acpi_parse_object *Parent; /* Parent op */\
948 char *CvParentFilename) /* Parent filename associated with this node. Used for ASL/ASL+ converter */
979 #define ACPI_DASM_MATCHOP 0x07 /* Parent opcode is a Match() operator */
1018 struct acpi_file_node *Parent;
actbl2.h 3412 UINT32 Parent;

Completed in 33 milliseconds