Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/acpica/dist/tools/acpisrc/
H A Dasfile.c315 ACPI_TYPED_IDENTIFIER_TABLE *StructTable; in AsConvertFile() local
328 StructTable = ConversionTable->SourceStructTable; in AsConvertFile()
339 StructTable = ConversionTable->HeaderStructTable; in AsConvertFile()
350 StructTable = ConversionTable->PatchStructTable; in AsConvertFile()
418 if (StructTable) in AsConvertFile()
420 for (i = 0; StructTable[i].Identifier; i++) in AsConvertFile()
422 AsInsertPrefix (FileBuffer, StructTable[i].Identifier, in AsConvertFile()
423 StructTable[i].Type); in AsConvertFile()