Home
last modified time | relevance | path

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

/acpica-3.7.0/source/compiler/
Ddtutils.c853 DT_SUBTABLE *ChildTable; in DtSetTableLength() local
857 ChildTable = NULL; in DtSetTableLength()
868 ChildTable = DtGetNextSubtable (ParentTable, ChildTable); in DtSetTableLength()
869 if (ChildTable) in DtSetTableLength()
871 if (ChildTable->LengthField) in DtSetTableLength()
873 DtSetSubtableLength (ChildTable); in DtSetTableLength()
876 if (ChildTable->Child) in DtSetTableLength()
878 ParentTable = ChildTable; in DtSetTableLength()
879 ChildTable = NULL; in DtSetTableLength()
883 ParentTable->TotalLength += ChildTable->TotalLength; in DtSetTableLength()
[all …]
Ddtsubtable.c217 DT_SUBTABLE *ChildTable; in DtInsertSubtable() local
234 ChildTable = ParentTable->Child; in DtInsertSubtable()
235 while (ChildTable->Peer) in DtInsertSubtable()
237 ChildTable = ChildTable->Peer; in DtInsertSubtable()
242 ChildTable->Peer = Subtable; in DtInsertSubtable()
336 DT_SUBTABLE *ChildTable) in DtGetNextSubtable() argument
341 if (!ChildTable) in DtGetNextSubtable()
350 return (ChildTable->Peer); in DtGetNextSubtable()
Ddtcompiler.h383 DT_SUBTABLE *ChildTable);