Searched refs:LocalSignature (Results 1 – 1 of 1) sorted by relevance
372 char LocalSignature [ACPI_NAMESEG_SIZE + 1]; in ApDumpTableByName() local390 strcpy (LocalSignature, Signature); in ApDumpTableByName()391 AcpiUtStrupr (LocalSignature); in ApDumpTableByName()395 if (ACPI_COMPARE_NAMESEG (LocalSignature, "FADT")) in ApDumpTableByName()397 strcpy (LocalSignature, ACPI_SIG_FADT); in ApDumpTableByName()399 else if (ACPI_COMPARE_NAMESEG (LocalSignature, "MADT")) in ApDumpTableByName()401 strcpy (LocalSignature, ACPI_SIG_MADT); in ApDumpTableByName()408 Status = AcpiOsGetTableByName (LocalSignature, Instance, in ApDumpTableByName()421 LocalSignature, AcpiFormatException (Status)); in ApDumpTableByName()