Home
last modified time | relevance | path

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

/dragonfly/sys/contrib/dev/acpica/source/common/
H A Ddmtbdump3.c694 Status = AcpiDmDumpTable (Table->Length, 0, Table, 0, AcpiDmTableInfoViot); in AcpiDmDumpViot()
H A Ddmtbinfo3.c586 ACPI_DMTABLE_INFO AcpiDmTableInfoViot[] = variable
H A Ddmtable.c709 {ACPI_SIG_VIOT, AcpiDmTableInfoViot, AcpiDmDumpViot, DtCompileViot, TemplateViot},
/dragonfly/sys/contrib/dev/acpica/source/include/
H A Dacdisasm.h656 extern ACPI_DMTABLE_INFO AcpiDmTableInfoViot[];
/dragonfly/sys/contrib/dev/acpica/source/compiler/
H A Ddttable2.c2946 Status = DtCompileTable (PFieldList, AcpiDmTableInfoViot, &Subtable); in DtCompileViot()