Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/dev/acpica/compiler/
H A Ddttemplate.c175 const ACPI_DMTABLE_DATA *TableData);
339 const ACPI_DMTABLE_DATA *TableData; in DtCreateOneTemplateFile() local
373 if (TableData) in DtCreateOneTemplateFile()
375 if (!TableData->Template) in DtCreateOneTemplateFile()
409 const ACPI_DMTABLE_DATA *TableData; in DtCreateAllTemplates() local
417 for (TableData = AcpiDmTableData; TableData->Signature; TableData++) in DtCreateAllTemplates()
421 if (TableData->Template) in DtCreateAllTemplates()
424 0, TableData); in DtCreateAllTemplates()
490 const ACPI_DMTABLE_DATA *TableData) in DtCreateOneTemplate() argument
543 if (TableData) in DtCreateOneTemplate()
[all …]
H A Ddtcompile.c399 const ACPI_DMTABLE_DATA *TableData; in DtCompileDataTable() local
471 TableData = AcpiDmGetTableData (Signature); in DtCompileDataTable()
472 if (!TableData || AslGbl_CompileGeneric) in DtCompileDataTable()
482 if (TableData->CmTableHandler) in DtCompileDataTable()
486 Status = TableData->CmTableHandler ((void **) FieldList); in DtCompileDataTable()
492 else if (TableData->TableInfo) in DtCompileDataTable()
499 Status = DtCompileTable (FieldList, TableData->TableInfo, in DtCompileDataTable()
H A Daslutils.c392 const AH_TABLE *TableData; in UtDisplaySupportedTables() local
403 for (TableData = AcpiGbl_SupportedTables, i = 1; in UtDisplaySupportedTables()
404 TableData->Signature; TableData++, i++) in UtDisplaySupportedTables()
407 TableData->Signature, TableData->Description); in UtDisplaySupportedTables()
/f-stack/freebsd/contrib/dev/acpica/common/
H A Ddmtable.c633 const ACPI_DMTABLE_DATA *TableData; in AcpiDmDumpDataTable() local
692 TableData = AcpiDmGetTableData (Table->Signature); in AcpiDmDumpDataTable()
693 if (!TableData) in AcpiDmDumpDataTable()
718 else if (TableData->TableHandler) in AcpiDmDumpDataTable()
722 TableData->TableHandler (Table); in AcpiDmDumpDataTable()
724 else if (TableData->TableInfo) in AcpiDmDumpDataTable()
728 Status = AcpiDmDumpTable (Length, 0, Table, 0, TableData->TableInfo); in AcpiDmDumpDataTable()
888 const AH_TABLE *TableData; in AcpiDmDumpTable() local
1253 TableData = AcpiAhGetTableInfo (ACPI_CAST_PTR (char, Target)); in AcpiDmDumpTable()
1254 if (TableData) in AcpiDmDumpTable()
[all …]