Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/acpica/common/
H A Dahtable.c211 {ACPI_SIG_CDAT, "Coherent Device Attribute Table"},
H A Ddmtable.c653 {ACPI_SIG_CDAT, NULL, AcpiDmDumpCdat, NULL, TemplateCdat},
/freebsd/sys/contrib/dev/acpica/compiler/
H A Dasloptions.c460 if (AcpiUtStricmp (AcpiGbl_Optarg, ACPI_SIG_CDAT)) in AslDoOptions()
467 AcpiUtSafeStrncpy ((char *) AcpiGbl_CDAT, ACPI_SIG_CDAT, 5); in AslDoOptions()
/freebsd/sys/contrib/dev/acpica/include/
H A Dactbl2.h175 #define ACPI_SIG_CDAT "CDAT" /* Coherent Device Attribute Table */ macro