Searched refs:LocalSignature (Results 1 – 1 of 1) sorted by relevance
480 char LocalSignature [ACPI_NAMESEG_SIZE + 1]; in ApDumpTableByName() local498 strcpy (LocalSignature, Signature); in ApDumpTableByName()499 AcpiUtStrupr (LocalSignature); in ApDumpTableByName()503 if (ACPI_COMPARE_NAMESEG (LocalSignature, "FADT")) in ApDumpTableByName()505 strcpy (LocalSignature, ACPI_SIG_FADT); in ApDumpTableByName()507 else if (ACPI_COMPARE_NAMESEG (LocalSignature, "MADT")) in ApDumpTableByName()509 strcpy (LocalSignature, ACPI_SIG_MADT); in ApDumpTableByName()516 Status = AcpiOsGetTableByName (LocalSignature, Instance, in ApDumpTableByName()529 LocalSignature, AcpiFormatException (Status)); in ApDumpTableByName()