OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Parent
(Results
1 - 12
of
12
) sorted by relevancy
/src/sys/external/bsd/acpica/dist/parser/
pswalk.c
180
ACPI_PARSE_OBJECT *
Parent
= NULL;
193
if (Op !=
Parent
)
231
Parent
= Op->Common.
Parent
;
249
Op =
Parent
;
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
...]
/src/sys/external/bsd/acpica/dist/dispatcher/
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
...]
/src/sys/external/bsd/acpica/dist/compiler/
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
...]
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
...]
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
...]
dtcompiler.h
230
struct dt_subtable *
Parent
;
/src/sys/external/bsd/gnu-efi/dist/inc/
efifs.h
59
EFI_LBA
Parent
;
92
EFI_LBA
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/acpica/dist/common/
dmrestag.c
696
* PARAMETERS: BufferNode - Node for the
parent
buffer
746
* PARAMETERS: BufferNode - Node for the
parent
buffer
814
/* Get the full pathname to the
parent
buffer */
1093
ACPI_PARSE_OBJECT *
Parent
;
1106
Parent
= Op->Common.
Parent
;
1107
if (
Parent
->Common.AmlOpcode == AML_NAME_OP)
1117
AcpiDmAddResourcesToNamespace (
Parent
->Common.Node, Op);
1131
* PARAMETERS: BufferNode - Node for the
parent
buffer
1178
* BufferNode - Node for the
parent
buffe
[
all
...]
/src/sys/external/bsd/acpica/dist/include/
aclocal.h
300
struct acpi_namespace_node *
Parent
; /*
Parent
node */
1034
union acpi_parse_object *
Parent
; /*
Parent
op */\
1056
char *CvParentFilename) /*
Parent
filename associated with this node. Used for ASL/ASL+ converter */
1087
#define ACPI_DASM_MATCHOP 0x07 /*
Parent
opcode is a Match() operator */
1126
struct acpi_file_node *
Parent
;
actbl2.h
3324
UINT32
Parent
;
Completed in 24 milliseconds
Indexes created Mon Sep 22 10:09:38 GMT 2025