Home
last modified time | relevance | path

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

/freebsd-14.2/sys/contrib/dev/acpica/compiler/
H A Ddttable1.c506 ACPI_DMTABLE_INFO *DataInfoTable = NULL; in DtCompileAsf() local
576 DataInfoTable = NULL; in DtCompileAsf()
581 DataInfoTable = AcpiDmTableInfoAsf1a; in DtCompileAsf()
589 DataInfoTable = AcpiDmTableInfoAsf2a; in DtCompileAsf()
597 DataInfoTable = NULL; in DtCompileAsf()
602 DataInfoTable = TableInfoAsfAddress; in DtCompileAsf()
614 if (DataInfoTable) in DtCompileAsf()
622 Status = DtCompileTable (PFieldList, DataInfoTable, in DtCompileAsf()
638 Status = DtCompileTable (PFieldList, DataInfoTable, in DtCompileAsf()
/freebsd-14.2/sys/contrib/dev/acpica/common/
H A Ddmtbdump1.c463 ACPI_DMTABLE_INFO *DataInfoTable = NULL; in AcpiDmDumpAsf() local
500 DataInfoTable = AcpiDmTableInfoAsf1a; in AcpiDmDumpAsf()
510 DataInfoTable = AcpiDmTableInfoAsf2a; in AcpiDmDumpAsf()
555 DataTable, DataLength, DataInfoTable); in AcpiDmDumpAsf()