Searched refs:ACPI_SIG_CDAT (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/contrib/dev/acpica/common/ |
H A D | ahtable.c | 211 {ACPI_SIG_CDAT, "Coherent Device Attribute Table"},
|
H A D | dmtable.c | 653 {ACPI_SIG_CDAT, NULL, AcpiDmDumpCdat, NULL, TemplateCdat},
|
/freebsd/sys/contrib/dev/acpica/compiler/ |
H A D | asloptions.c | 460 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 D | actbl2.h | 175 #define ACPI_SIG_CDAT "CDAT" /* Coherent Device Attribute Table */ macro
|