Home
last modified time | relevance | path

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

/freebsd-14.2/sys/contrib/dev/acpica/compiler/
H A Ddttable2.c268 ParentTable = DtPeekSubtable (); in DtCompileMadt()
465 ParentTable = DtPeekSubtable (); in DtCompileMpst()
537 ParentTable = DtPeekSubtable (); in DtCompileMpst()
544 ParentTable = DtPeekSubtable (); in DtCompileMpst()
628 ParentTable = DtPeekSubtable (); in DtCompileNfit()
842 ParentTable = DtPeekSubtable (); in DtCompileNhlt()
1220 ParentTable = DtPeekSubtable (); in DtCompilePcct()
1326 ParentTable = DtPeekSubtable (); in DtCompilePdtt()
1642 ParentTable = DtPeekSubtable (); in DtCompilePmtt()
1753 ParentTable = DtPeekSubtable (); in DtCompilePptt()
[all …]
H A Ddttable1.c418 ParentTable = DtPeekSubtable(); in DtCompileApmt()
960 ParentTable = DtPeekSubtable (); in DtCompileCsrt()
1077 ParentTable = DtPeekSubtable (); in DtCompileDbg2()
1232 ParentTable = DtPeekSubtable (); in DtCompileDmar()
1317 ParentTable->Length; in DtCompileDmar()
1390 ParentTable = DtPeekSubtable (); in DtCompileDrtm()
1423 ParentTable = DtPeekSubtable (); in DtCompileDrtm()
1444 ParentTable = DtPeekSubtable (); in DtCompileDrtm()
1459 ParentTable = DtPeekSubtable (); in DtCompileDrtm()
2705 if (ParentTable) in DtCompileIvrs()
[all …]
H A Ddtutils.c857 DT_SUBTABLE *ParentTable; in DtSetTableLength() local
861 ParentTable = AslGbl_RootTable; in DtSetTableLength()
864 if (!ParentTable) in DtSetTableLength()
869 DtSetSubtableLength (ParentTable); in DtSetTableLength()
883 ParentTable = ChildTable; in DtSetTableLength()
897 ChildTable = ParentTable; in DtSetTableLength()
904 ParentTable = DtGetParentSubtable (ParentTable); in DtSetTableLength()
942 ParentTable = StartTable; in DtWalkTableTree()
945 if (!ParentTable) in DtWalkTableTree()
967 ChildTable = ParentTable; in DtWalkTableTree()
[all …]
H A 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()
H A Ddttable.c238 DT_SUBTABLE *ParentTable; in DtCompileFadt() local
258 ParentTable = DtPeekSubtable (); in DtCompileFadt()
259 DtInsertSubtable (ParentTable, Subtable); in DtCompileFadt()
261 Table = ACPI_CAST_PTR (ACPI_TABLE_FADT, ParentTable->Buffer); in DtCompileFadt()
281 DtInsertSubtable (ParentTable, Subtable); in DtCompileFadt()
308 DtInsertSubtable (ParentTable, Subtable); in DtCompileFadt()
310 Table = ACPI_CAST_PTR (ACPI_TABLE_FADT, ParentTable->Buffer); in DtCompileFadt()
333 DtInsertSubtable (ParentTable, Subtable); in DtCompileFadt()
347 DtInsertSubtable (ParentTable, Subtable); in DtCompileFadt()
H A Ddtcompile.c835 DT_SUBTABLE *ParentTable; in DtCompileTwoSubtables() local
845 ParentTable = DtPeekSubtable (); in DtCompileTwoSubtables()
846 DtInsertSubtable (ParentTable, Subtable); in DtCompileTwoSubtables()
856 DtInsertSubtable (ParentTable, Subtable); in DtCompileTwoSubtables()
H A Ddtcompiler.h377 DT_SUBTABLE *ParentTable,
382 DT_SUBTABLE *ParentTable,