Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/acpi/iasl/
H A Ddttable1.c193 ACPI_DMTABLE_INFO *DataInfoTable = NULL; in DtCompileAsf() local
263 DataInfoTable = NULL; in DtCompileAsf()
268 DataInfoTable = AcpiDmTableInfoAsf1a; in DtCompileAsf()
276 DataInfoTable = AcpiDmTableInfoAsf2a; in DtCompileAsf()
284 DataInfoTable = NULL; in DtCompileAsf()
289 DataInfoTable = TableInfoAsfAddress; in DtCompileAsf()
301 if (DataInfoTable) in DtCompileAsf()
309 Status = DtCompileTable (PFieldList, DataInfoTable, in DtCompileAsf()
325 Status = DtCompileTable (PFieldList, DataInfoTable, in DtCompileAsf()
/illumos-gate/usr/src/cmd/acpi/common/
H A Ddmtbdump1.c183 ACPI_DMTABLE_INFO *DataInfoTable = NULL; in AcpiDmDumpAsf() local
220 DataInfoTable = AcpiDmTableInfoAsf1a; in AcpiDmDumpAsf()
230 DataInfoTable = AcpiDmTableInfoAsf2a; in AcpiDmDumpAsf()
275 DataTable, DataLength, DataInfoTable); in AcpiDmDumpAsf()