Home
last modified time | relevance | path

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

/acpica-latest/source/components/utilities/
Dutmisc.c221 ACPI_IS_OEM_SIG (Table->Signature)) in AcpiUtIsAmlTable()
/acpica-latest/source/include/
Dactypes.h685 #define ACPI_IS_OEM_SIG(a) (!strncmp (ACPI_CAST_PTR (char, (a)), ACPI_OEM_NAME, 3) &&\ macro