Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/dev/acpica/compiler/
H A Ddtutils.c814 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 …]
H A 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()
H A Ddtcompiler.h383 DT_SUBTABLE *ChildTable);