Home
last modified time | relevance | path

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

/freebsd-14.2/sys/contrib/dev/acpica/compiler/
H A Ddtutils.c862 ChildTable = NULL; in DtSetTableLength()
873 ChildTable = DtGetNextSubtable (ParentTable, ChildTable); in DtSetTableLength()
874 if (ChildTable) in DtSetTableLength()
881 if (ChildTable->Child) in DtSetTableLength()
884 ChildTable = NULL; in DtSetTableLength()
897 ChildTable = ParentTable; in DtSetTableLength()
943 ChildTable = NULL; in DtWalkTableTree()
954 ChildTable = DtGetNextSubtable (ParentTable, ChildTable); in DtWalkTableTree()
955 if (ChildTable) in DtWalkTableTree()
959 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);