Home
last modified time | relevance | path

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

/src/sys/contrib/dev/acpica/compiler/
H A Ddttable1.c598 ACPI_DMTABLE_INFO *DataInfoTable = NULL; in DtCompileAsf() local
668 DataInfoTable = NULL; in DtCompileAsf()
673 DataInfoTable = AcpiDmTableInfoAsf1a; in DtCompileAsf()
681 DataInfoTable = AcpiDmTableInfoAsf2a; in DtCompileAsf()
689 DataInfoTable = NULL; in DtCompileAsf()
694 DataInfoTable = TableInfoAsfAddress; in DtCompileAsf()
706 if (DataInfoTable) in DtCompileAsf()
714 Status = DtCompileTable (PFieldList, DataInfoTable, in DtCompileAsf()
730 Status = DtCompileTable (PFieldList, DataInfoTable, in DtCompileAsf()
/src/sys/contrib/dev/acpica/common/
H A Ddmtbdump1.c553 ACPI_DMTABLE_INFO *DataInfoTable = NULL; in AcpiDmDumpAsf() local
590 DataInfoTable = AcpiDmTableInfoAsf1a; in AcpiDmDumpAsf()
600 DataInfoTable = AcpiDmTableInfoAsf2a; in AcpiDmDumpAsf()
645 DataTable, DataLength, DataInfoTable); in AcpiDmDumpAsf()