Lines Matching refs:Subtable
400 DT_SUBTABLE *Subtable; in DtCompileDataTable() local
498 Subtable = NULL; in DtCompileDataTable()
500 &Subtable); in DtCompileDataTable()
506 DtInsertSubtable (AslGbl_RootTable, Subtable); in DtCompileDataTable()
554 DT_SUBTABLE *Subtable; in DtCompileTable() local
593 Subtable = UtSubtableCacheCalloc (); in DtCompileTable()
598 Subtable->Buffer = ACPI_CAST_PTR (UINT8, String); in DtCompileTable()
601 Subtable->Length = Length; in DtCompileTable()
602 Subtable->TotalLength = Length; in DtCompileTable()
603 Buffer = Subtable->Buffer; in DtCompileTable()
606 Subtable->Name = LocalField->Name; in DtCompileTable()
750 Subtable->LengthField = Buffer; in DtCompileTable()
751 Subtable->SizeOfLengthField = FieldLength; in DtCompileTable()
760 *RetSubtable = Subtable; in DtCompileTable()
764 ACPI_FREE (Subtable->Buffer); in DtCompileTable()
765 ACPI_FREE (Subtable); in DtCompileTable()
792 DT_SUBTABLE *Subtable; in DtCompileTwoSubtables() local
797 Status = DtCompileTable (PFieldList, TableInfo1, &Subtable); in DtCompileTwoSubtables()
804 DtInsertSubtable (ParentTable, Subtable); in DtCompileTwoSubtables()
808 Status = DtCompileTable (PFieldList, TableInfo2, &Subtable); in DtCompileTwoSubtables()
814 DtInsertSubtable (ParentTable, Subtable); in DtCompileTwoSubtables()
839 DT_SUBTABLE *Subtable; in DtCompilePadding() local
844 Subtable = UtSubtableCacheCalloc (); in DtCompilePadding()
849 Subtable->Buffer = ACPI_CAST_PTR (UINT8, String); in DtCompilePadding()
852 Subtable->Length = Length; in DtCompilePadding()
853 Subtable->TotalLength = Length; in DtCompilePadding()
856 *RetSubtable = Subtable; in DtCompilePadding()