Searched refs:StructTable (Results 1 – 1 of 1) sorted by relevance
311 ACPI_TYPED_IDENTIFIER_TABLE *StructTable; in AsConvertFile() local323 StructTable = ConversionTable->SourceStructTable; in AsConvertFile()333 StructTable = ConversionTable->HeaderStructTable; in AsConvertFile()343 StructTable = ConversionTable->PatchStructTable; in AsConvertFile()411 if (StructTable) in AsConvertFile()413 for (i = 0; StructTable[i].Identifier; i++) in AsConvertFile()415 AsInsertPrefix (FileBuffer, StructTable[i].Identifier, in AsConvertFile()416 StructTable[i].Type); in AsConvertFile()
Completed in 7 milliseconds