Home
last modified time | relevance | path

Searched refs:ACPI_VALIDATE_RSDP_SIG (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/cmd/acpi/acpidump/
H A Dapdump.c181 if (!ACPI_VALIDATE_RSDP_SIG (Table->Signature)) in ApIsValidHeader()
226 if (ACPI_VALIDATE_RSDP_SIG (Table->Signature)) in ApIsValidChecksum()
276 if (ACPI_VALIDATE_RSDP_SIG (Table->Signature)) in ApGetTableLength()
H A Dapfiles.c273 if (ACPI_VALIDATE_RSDP_SIG (Table->Signature)) in ApWriteToBinaryFile()
H A Dosillumostbl.c910 if (ACPI_VALIDATE_RSDP_SIG(Signature)) { in OslMapTable()
911 if (!ACPI_VALIDATE_RSDP_SIG(MappedTable->Signature)) { in OslMapTable()
/illumos-gate/usr/src/common/acpica/tables/
H A Dtbxfroot.c178 if (!ACPI_VALIDATE_RSDP_SIG (Rsdp->Signature)) in AcpiTbGetRsdpLength()
221 if (!ACPI_VALIDATE_RSDP_SIG (Rsdp->Signature)) in AcpiTbValidateRsdp()
H A Dtbprint.c264 else if (ACPI_VALIDATE_RSDP_SIG (Header->Signature)) in AcpiTbPrintTableHeader()
/illumos-gate/usr/src/cmd/acpi/iasl/
H A Ddtcompile.c432 else if (ACPI_VALIDATE_RSDP_SIG (Signature)) in DtCompileDataTable()
/illumos-gate/usr/src/uts/intel/sys/acpi/
H A Dactypes.h678 #define ACPI_VALIDATE_RSDP_SIG(a) (!strncmp (ACPI_CAST_PTR (char, (a)), ACPI_SIG_RSDP, 8)) macro
/illumos-gate/usr/src/cmd/acpi/common/
H A Ddmtable.c668 else if (ACPI_VALIDATE_RSDP_SIG (Table->Signature)) in AcpiDmDumpDataTable()