OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Peer
(Results
1 - 15
of
15
) sorted by relevancy
/src/sys/external/bsd/acpica/dist/compiler/
dtsubtable.c
220
Subtable->
Peer
= NULL;
235
while (ChildTable->
Peer
)
237
ChildTable = ChildTable->
Peer
;
242
ChildTable->
Peer
= Subtable;
329
* DESCRIPTION: Return the next
peer
subtable within the tree.
348
/* Otherwise just return the next
peer
(NULL if at end-of-list) */
350
return (ChildTable->
Peer
);
asltransform.c
323
* PARAMETERS: Op - First node in a list of
peer
nodes
328
* DESCRIPTION: Set the parent for all
peer
nodes in a subtree
353
* PARAMETERS: Op - First node in a list of
peer
nodes
354
* NewPeer -
Peer
node to insert
358
* DESCRIPTION: Insert a new
peer
node into a list of peers.
630
ACPI_PARSE_OBJECT *
Peer
;
674
Peer
= Next->Asl.Next;
675
while (
Peer
)
677
Next =
Peer
;
678
Peer
= Next->Asl.Next
[
all
...]
dtcompiler.h
232
struct dt_subtable *
Peer
;
dtutils.c
1009
if (ChildTable->
Peer
== StartTable)
dtio.c
1078
Subtable->Parent, Subtable->Child, Subtable->
Peer
);
1122
"This Parent Child
Peer
\n\n");
/src/sys/external/bsd/acpica/dist/namespace/
nsalloc.c
312
/* Find the node that is the previous
peer
in the parent's child list */
317
NextNode = NextNode->
Peer
;
324
PrevNode->
Peer
= Node->
Peer
;
329
* Node is first child (has no previous
peer
).
330
* Link
peer
list to parent
332
ParentNode->Child = Node->
Peer
;
400
Node->
Peer
= NULL;
410
/* Add node to the end of the
peer
list */
412
while (ChildNode->
Peer
)
[
all
...]
nswalk.c
173
* DESCRIPTION: Return the next
peer
node within the namespace. If Handle
194
/* Otherwise just return the next
peer
*/
196
return (ChildNode->
Peer
);
213
* DESCRIPTION: Return the next
peer
node within the namespace. If Handle
253
/* Otherwise, move on to the next
peer
node */
255
NextNode = NextNode->
Peer
;
nssearch.c
266
/* Didn't match name, move on to the next
peer
object */
268
Node = Node->
Peer
;
nsaccess.c
272
PrevNode->
Peer
= NewNode;
/src/sys/external/bsd/acpica/dist/utilities/
utinit.c
351
AcpiGbl_RootNodeStruct.
Peer
= NULL;
/src/sys/external/bsd/acpica/dist/disassembler/
dmresrc.c
467
Node = Node->
Peer
;
/src/sys/external/bsd/acpica/dist/common/
adisasm.c
650
AcpiGbl_RootNodeStruct.
Peer
= NULL;
dmrestag.c
735
Node = Node->
Peer
;
/src/sys/external/bsd/acpica/dist/executer/
exdump.c
430
{ACPI_EXD_NODE, ACPI_EXD_NSOFFSET (
Peer
), "
Peer
"}
/src/sys/external/bsd/acpica/dist/include/
aclocal.h
302
struct acpi_namespace_node *
Peer
; /* First
peer
*/
Completed in 39 milliseconds
Indexes created Sat Oct 18 08:10:09 GMT 2025