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

/freebsd-10-stable/sys/contrib/dev/acpica/compiler/
H A Ddtsubtable.c110 DT_SUBTABLE *ChildTable; local
127 ChildTable = ParentTable->Child;
128 while (ChildTable->Peer)
130 ChildTable = ChildTable->Peer;
135 ChildTable->Peer = Subtable;
217 * ChildTable - Previous child that was found.
229 DT_SUBTABLE *ChildTable)
234 if (!ChildTable)
243 return (ChildTable
227 DtGetNextSubtable( DT_SUBTABLE *ParentTable, DT_SUBTABLE *ChildTable) argument
[all...]
H A Ddtutils.c728 DT_SUBTABLE *ChildTable; local
732 ChildTable = NULL;
743 ChildTable = DtGetNextSubtable (ParentTable, ChildTable);
744 if (ChildTable)
746 if (ChildTable->LengthField)
748 DtSetSubtableLength (ChildTable);
751 if (ChildTable->Child)
753 ParentTable = ChildTable;
754 ChildTable
809 DT_SUBTABLE *ChildTable; local
[all...]
H A Ddtcompiler.h262 DT_SUBTABLE *ChildTable);

Completed in 58 milliseconds