Searched refs:ACPI_VALIDATE_RSDP_SIG (Results 1 – 5 of 5) sorted by relevance
178 if (!ACPI_VALIDATE_RSDP_SIG (Rsdp->Signature)) in AcpiTbGetRsdpLength()221 if (!ACPI_VALIDATE_RSDP_SIG (Rsdp->Signature)) in AcpiTbValidateRsdp()
264 else if (ACPI_VALIDATE_RSDP_SIG (Header->Signature)) in AcpiTbPrintTableHeader()
437 else if (ACPI_VALIDATE_RSDP_SIG (Signature)) in DtCompileDataTable()
678 #define ACPI_VALIDATE_RSDP_SIG(a) (!strncmp (ACPI_CAST_PTR (char, (a)), ACPI_SIG_RSDP, 8)) macro
669 else if (ACPI_VALIDATE_RSDP_SIG (Table->Signature)) in AcpiDmDumpDataTable()