Searched refs:ChildTable (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/sys/contrib/dev/acpica/compiler/
H A Ddtutils.c810 DT_SUBTABLE *ChildTable; local
814 ChildTable = NULL;
825 ChildTable = DtGetNextSubtable (ParentTable, ChildTable);
826 if (ChildTable)
828 if (ChildTable->LengthField)
830 DtSetSubtableLength (ChildTable);
833 if (ChildTable->Child)
835 ParentTable = ChildTable;
836 ChildTable
891 DT_SUBTABLE *ChildTable; local
[all...]
H A Ddtsubtable.c217 DT_SUBTABLE *ChildTable; local
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
334 DtGetNextSubtable( DT_SUBTABLE *ParentTable, DT_SUBTABLE *ChildTable) argument
[all...]
H A Ddtcompiler.h383 DT_SUBTABLE *ChildTable);

Completed in 127 milliseconds