Home
last modified time | relevance | path

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

/freebsd-14.2/sys/contrib/dev/acpica/common/
H A Dahtable.c210 {ACPI_SIG_CDAT, "Coherent Device Attribute Table"},
H A Ddmtable.c680 {ACPI_SIG_CDAT, NULL, AcpiDmDumpCdat, NULL, TemplateCdat},
/freebsd-14.2/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-14.2/sys/contrib/dev/acpica/include/
H A Dactbl2.h175 #define ACPI_SIG_CDAT "CDAT" /* Coherent Device Attribute Table */ macro