Home
last modified time | relevance | path

Searched refs:ParentTable (Results 1 – 7 of 7) sorted by relevance

/freebsd-12-stable/sys/contrib/dev/acpica/compiler/
Ddttable2.c178 DT_SUBTABLE *ParentTable; in DtCompileLpit() local
200 ParentTable = DtPeekSubtable (); in DtCompileLpit()
201 DtInsertSubtable (ParentTable, Subtable); in DtCompileLpit()
227 ParentTable = DtPeekSubtable (); in DtCompileLpit()
228 DtInsertSubtable (ParentTable, Subtable); in DtCompileLpit()
254 DT_SUBTABLE *ParentTable; in DtCompileMadt() local
268 ParentTable = DtPeekSubtable (); in DtCompileMadt()
269 DtInsertSubtable (ParentTable, Subtable); in DtCompileMadt()
281 ParentTable = DtPeekSubtable (); in DtCompileMadt()
282 DtInsertSubtable (ParentTable, Subtable); in DtCompileMadt()
[all …]
Ddttable1.c191 DT_SUBTABLE *ParentTable; in DtCompileAsf() local
211 ParentTable = DtPeekSubtable (); in DtCompileAsf()
212 DtInsertSubtable (ParentTable, Subtable); in DtCompileAsf()
256 ParentTable = DtPeekSubtable (); in DtCompileAsf()
257 DtInsertSubtable (ParentTable, Subtable); in DtCompileAsf()
316 DtInsertSubtable (ParentTable, Subtable); in DtCompileAsf()
332 DtInsertSubtable (ParentTable, Subtable); in DtCompileAsf()
388 DT_SUBTABLE *ParentTable; in DtCompileCsrt() local
396 ParentTable = DtPeekSubtable (); in DtCompileCsrt()
420 DtInsertSubtable (ParentTable, Subtable); in DtCompileCsrt()
[all …]
Ddtutils.c809 DT_SUBTABLE *ParentTable; in DtSetTableLength() local
813 ParentTable = AslGbl_RootTable; in DtSetTableLength()
816 if (!ParentTable) in DtSetTableLength()
821 DtSetSubtableLength (ParentTable); in DtSetTableLength()
825 ChildTable = DtGetNextSubtable (ParentTable, ChildTable); in DtSetTableLength()
835 ParentTable = ChildTable; in DtSetTableLength()
840 ParentTable->TotalLength += ChildTable->TotalLength; in DtSetTableLength()
841 if (ParentTable->LengthField) in DtSetTableLength()
843 DtSetSubtableLength (ParentTable); in DtSetTableLength()
849 ChildTable = ParentTable; in DtSetTableLength()
[all …]
Ddtsubtable.c214 DT_SUBTABLE *ParentTable, in DtInsertSubtable() argument
221 Subtable->Parent = ParentTable; in DtInsertSubtable()
222 Subtable->Depth = ParentTable->Depth + 1; in DtInsertSubtable()
226 if (!ParentTable->Child) in DtInsertSubtable()
228 ParentTable->Child = Subtable; in DtInsertSubtable()
234 ChildTable = ParentTable->Child; in DtInsertSubtable()
335 DT_SUBTABLE *ParentTable, in DtGetNextSubtable() argument
345 return (ParentTable->Child); in DtGetNextSubtable()
Ddttable.c236 DT_SUBTABLE *ParentTable; in DtCompileFadt() local
249 ParentTable = DtPeekSubtable (); in DtCompileFadt()
250 DtInsertSubtable (ParentTable, Subtable); in DtCompileFadt()
252 Table = ACPI_CAST_PTR (ACPI_TABLE_HEADER, ParentTable->Buffer); in DtCompileFadt()
264 DtInsertSubtable (ParentTable, Subtable); in DtCompileFadt()
275 DtInsertSubtable (ParentTable, Subtable); in DtCompileFadt()
286 DtInsertSubtable (ParentTable, Subtable); in DtCompileFadt()
298 DtInsertSubtable (ParentTable, Subtable); in DtCompileFadt()
Ddtcompile.c793 DT_SUBTABLE *ParentTable; in DtCompileTwoSubtables() local
803 ParentTable = DtPeekSubtable (); in DtCompileTwoSubtables()
804 DtInsertSubtable (ParentTable, Subtable); in DtCompileTwoSubtables()
814 DtInsertSubtable (ParentTable, Subtable); in DtCompileTwoSubtables()
Ddtcompiler.h377 DT_SUBTABLE *ParentTable,
382 DT_SUBTABLE *ParentTable,