OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ChildTable
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/acpica/dist/compiler/
dtsubtable.c
217
DT_SUBTABLE *
ChildTable
;
234
ChildTable
= ParentTable->Child;
235
while (
ChildTable
->Peer)
237
ChildTable
=
ChildTable
->Peer;
242
ChildTable
->Peer = Subtable;
324
*
ChildTable
- Previous child that was found.
336
DT_SUBTABLE *
ChildTable
)
341
if (!
ChildTable
)
350
return (
ChildTable
->Peer)
[
all
...]
dtutils.c
892
DT_SUBTABLE *
ChildTable
;
896
ChildTable
= NULL;
907
ChildTable
= DtGetNextSubtable (ParentTable,
ChildTable
);
908
if (
ChildTable
)
910
if (
ChildTable
->LengthField)
912
DtSetSubtableLength (
ChildTable
);
915
if (
ChildTable
->Child)
917
ParentTable =
ChildTable
;
918
ChildTable
= NULL
[
all
...]
Completed in 120 milliseconds
Indexes created Sun Sep 21 16:09:51 GMT 2025