OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ChildTable
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/external/bsd/acpica/dist/compiler/
dtsubtable.c
109
DT_SUBTABLE *
ChildTable
;
126
ChildTable
= ParentTable->Child;
127
while (
ChildTable
->Peer)
129
ChildTable
=
ChildTable
->Peer;
134
ChildTable
->Peer = Subtable;
216
*
ChildTable
- Previous child that was found.
228
DT_SUBTABLE *
ChildTable
)
233
if (!
ChildTable
)
242
return (
ChildTable
->Peer)
[
all
...]
dtutils.c
786
DT_SUBTABLE *
ChildTable
;
790
ChildTable
= NULL;
801
ChildTable
= DtGetNextSubtable (ParentTable,
ChildTable
);
802
if (
ChildTable
)
804
if (
ChildTable
->LengthField)
806
DtSetSubtableLength (
ChildTable
);
809
if (
ChildTable
->Child)
811
ParentTable =
ChildTable
;
812
ChildTable
= NULL
[
all
...]
dtcompiler.h
275
DT_SUBTABLE *
ChildTable
);
Completed in 17 milliseconds
Indexes created Sun Feb 22 08:20:21 UTC 2026