Home
last modified time | relevance | path

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

/third_party/lib/acpica/source/compiler/
A Ddttable2.c161 ParentTable = DtPeekSubtable (); in DtCompileMadt()
344 ParentTable = DtPeekSubtable (); in DtCompileMpst()
416 ParentTable = DtPeekSubtable (); in DtCompileMpst()
423 ParentTable = DtPeekSubtable (); in DtCompileMpst()
532 ParentTable = DtPeekSubtable (); in DtCompileNfit()
728 ParentTable = DtPeekSubtable (); in DtCompilePcct()
817 ParentTable = DtPeekSubtable (); in DtCompilePmtt()
947 ParentTable = DtPeekSubtable (); in DtCompileRsdt()
1117 ParentTable = DtPeekSubtable (); in DtCompileSlit()
1173 ParentTable = DtPeekSubtable (); in DtCompileSrat()
[all …]
A Ddttable1.c289 ParentTable = DtPeekSubtable (); in DtCompileCsrt()
406 ParentTable = DtPeekSubtable (); in DtCompileDbg2()
555 ParentTable = DtPeekSubtable (); in DtCompileDmar()
635 ParentTable->Length; in DtCompileDmar()
708 ParentTable = DtPeekSubtable (); in DtCompileDrtm()
741 ParentTable = DtPeekSubtable (); in DtCompileDrtm()
762 ParentTable = DtPeekSubtable (); in DtCompileDrtm()
777 ParentTable = DtPeekSubtable (); in DtCompileDrtm()
800 ParentTable = DtPeekSubtable (); in DtCompileDrtm()
901 ParentTable = DtPeekSubtable (); in DtCompileGtdt()
[all …]
A Ddtutils.c727 DT_SUBTABLE *ParentTable; in DtSetTableLength() local
731 ParentTable = Gbl_RootTable; in DtSetTableLength()
734 if (!ParentTable) in DtSetTableLength()
739 DtSetSubtableLength (ParentTable); in DtSetTableLength()
753 ParentTable = ChildTable; in DtSetTableLength()
767 ChildTable = ParentTable; in DtSetTableLength()
774 ParentTable = DtGetParentSubtable (ParentTable); in DtSetTableLength()
812 ParentTable = StartTable; in DtWalkTableTree()
815 if (!ParentTable) in DtWalkTableTree()
837 ChildTable = ParentTable; in DtWalkTableTree()
[all …]
A Ddtsubtable.c107 DT_SUBTABLE *ParentTable, in DtInsertSubtable() argument
114 Subtable->Parent = ParentTable; in DtInsertSubtable()
115 Subtable->Depth = ParentTable->Depth + 1; in DtInsertSubtable()
119 if (!ParentTable->Child) in DtInsertSubtable()
121 ParentTable->Child = Subtable; in DtInsertSubtable()
127 ChildTable = ParentTable->Child; in DtInsertSubtable()
228 DT_SUBTABLE *ParentTable, in DtGetNextSubtable() argument
238 return (ParentTable->Child); in DtGetNextSubtable()
A Ddttable.c129 DT_SUBTABLE *ParentTable; in DtCompileFadt() local
142 ParentTable = DtPeekSubtable (); in DtCompileFadt()
143 DtInsertSubtable (ParentTable, Subtable); in DtCompileFadt()
145 Table = ACPI_CAST_PTR (ACPI_TABLE_HEADER, ParentTable->Buffer); in DtCompileFadt()
157 DtInsertSubtable (ParentTable, Subtable); in DtCompileFadt()
168 DtInsertSubtable (ParentTable, Subtable); in DtCompileFadt()
179 DtInsertSubtable (ParentTable, Subtable); in DtCompileFadt()
191 DtInsertSubtable (ParentTable, Subtable); in DtCompileFadt()
A Ddtcompile.c663 DT_SUBTABLE *ParentTable; in DtCompileTwoSubtables() local
673 ParentTable = DtPeekSubtable (); in DtCompileTwoSubtables()
674 DtInsertSubtable (ParentTable, Subtable); in DtCompileTwoSubtables()
684 DtInsertSubtable (ParentTable, Subtable); in DtCompileTwoSubtables()
A Ddtcompiler.h256 DT_SUBTABLE *ParentTable,
261 DT_SUBTABLE *ParentTable,

Completed in 17 milliseconds