Lines Matching refs:Subtable
287 DT_SUBTABLE *Subtable; in DtCompileDataTable() local
383 Subtable = NULL; in DtCompileDataTable()
385 &Subtable, TRUE); in DtCompileDataTable()
391 DtInsertSubtable (Gbl_RootTable, Subtable); in DtCompileDataTable()
440 DT_SUBTABLE *Subtable; in DtCompileTable() local
471 Subtable = UtSubtableCacheCalloc (); in DtCompileTable()
476 Subtable->Buffer = ACPI_CAST_PTR (UINT8, String); in DtCompileTable()
479 Subtable->Length = Length; in DtCompileTable()
480 Subtable->TotalLength = Length; in DtCompileTable()
481 Buffer = Subtable->Buffer; in DtCompileTable()
484 Subtable->Name = LocalField->Name; in DtCompileTable()
620 Subtable->LengthField = Buffer; in DtCompileTable()
621 Subtable->SizeOfLengthField = FieldLength; in DtCompileTable()
630 *RetSubtable = Subtable; in DtCompileTable()
634 ACPI_FREE (Subtable->Buffer); in DtCompileTable()
635 ACPI_FREE (Subtable); in DtCompileTable()
662 DT_SUBTABLE *Subtable; in DtCompileTwoSubtables() local
667 Status = DtCompileTable (PFieldList, TableInfo1, &Subtable, TRUE); in DtCompileTwoSubtables()
674 DtInsertSubtable (ParentTable, Subtable); in DtCompileTwoSubtables()
678 Status = DtCompileTable (PFieldList, TableInfo2, &Subtable, FALSE); in DtCompileTwoSubtables()
684 DtInsertSubtable (ParentTable, Subtable); in DtCompileTwoSubtables()
709 DT_SUBTABLE *Subtable; in DtCompilePadding() local
714 Subtable = UtSubtableCacheCalloc (); in DtCompilePadding()
719 Subtable->Buffer = ACPI_CAST_PTR (UINT8, String); in DtCompilePadding()
722 Subtable->Length = Length; in DtCompilePadding()
723 Subtable->TotalLength = Length; in DtCompilePadding()
726 *RetSubtable = Subtable; in DtCompilePadding()