Lines Matching refs:Subtable
400 DT_SUBTABLE *Subtable; in DtCompileDataTable() local
540 Subtable = NULL; in DtCompileDataTable()
542 &Subtable); in DtCompileDataTable()
548 DtInsertSubtable (AslGbl_RootTable, Subtable); in DtCompileDataTable()
596 DT_SUBTABLE *Subtable; in DtCompileTable() local
635 Subtable = UtSubtableCacheCalloc (); in DtCompileTable()
640 Subtable->Buffer = ACPI_CAST_PTR (UINT8, String); in DtCompileTable()
643 Subtable->Length = Length; in DtCompileTable()
644 Subtable->TotalLength = Length; in DtCompileTable()
645 Buffer = Subtable->Buffer; in DtCompileTable()
648 Subtable->Name = LocalField->Name; in DtCompileTable()
792 Subtable->LengthField = Buffer; in DtCompileTable()
793 Subtable->SizeOfLengthField = FieldLength; in DtCompileTable()
802 *RetSubtable = Subtable; in DtCompileTable()
806 ACPI_FREE (Subtable->Buffer); in DtCompileTable()
807 ACPI_FREE (Subtable); in DtCompileTable()
834 DT_SUBTABLE *Subtable; in DtCompileTwoSubtables() local
839 Status = DtCompileTable (PFieldList, TableInfo1, &Subtable); in DtCompileTwoSubtables()
846 DtInsertSubtable (ParentTable, Subtable); in DtCompileTwoSubtables()
850 Status = DtCompileTable (PFieldList, TableInfo2, &Subtable); in DtCompileTwoSubtables()
856 DtInsertSubtable (ParentTable, Subtable); in DtCompileTwoSubtables()
881 DT_SUBTABLE *Subtable; in DtCompilePadding() local
886 Subtable = UtSubtableCacheCalloc (); in DtCompilePadding()
891 Subtable->Buffer = ACPI_CAST_PTR (UINT8, String); in DtCompilePadding()
894 Subtable->Length = Length; in DtCompilePadding()
895 Subtable->TotalLength = Length; in DtCompilePadding()
898 *RetSubtable = Subtable; in DtCompilePadding()