Searched refs:LocalSignature (Results 1 – 1 of 1) sorted by relevance
371 char LocalSignature [ACPI_NAME_SIZE + 1]; in ApDumpTableByName() local389 strcpy (LocalSignature, Signature); in ApDumpTableByName()390 AcpiUtStrupr (LocalSignature); in ApDumpTableByName()394 if (ACPI_COMPARE_NAME (LocalSignature, "FADT")) in ApDumpTableByName()396 strcpy (LocalSignature, ACPI_SIG_FADT); in ApDumpTableByName()398 else if (ACPI_COMPARE_NAME (LocalSignature, "MADT")) in ApDumpTableByName()400 strcpy (LocalSignature, ACPI_SIG_MADT); in ApDumpTableByName()407 Status = AcpiOsGetTableByName (LocalSignature, Instance, in ApDumpTableByName()420 LocalSignature, AcpiFormatException (Status)); in ApDumpTableByName()