Searched refs:ChildTable (Results 1 – 3 of 3) sorted by relevance
814 ChildTable = NULL; in DtSetTableLength()825 ChildTable = DtGetNextSubtable (ParentTable, ChildTable); in DtSetTableLength()826 if (ChildTable) in DtSetTableLength()833 if (ChildTable->Child) in DtSetTableLength()836 ChildTable = NULL; in DtSetTableLength()849 ChildTable = ParentTable; in DtSetTableLength()895 ChildTable = NULL; in DtWalkTableTree()906 ChildTable = DtGetNextSubtable (ParentTable, ChildTable); in DtWalkTableTree()907 if (ChildTable) in DtWalkTableTree()911 if (ChildTable->Child) in DtWalkTableTree()[all …]
217 DT_SUBTABLE *ChildTable; in DtInsertSubtable() local234 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() argument341 if (!ChildTable) in DtGetNextSubtable()350 return (ChildTable->Peer); in DtGetNextSubtable()
383 DT_SUBTABLE *ChildTable);