Searched refs:local_signature (Results 1 – 1 of 1) sorted by relevance
292 char local_signature[ACPI_NAMESEG_SIZE + 1]; in ap_dump_table_by_name() local308 strcpy(local_signature, signature); in ap_dump_table_by_name()309 acpi_ut_strupr(local_signature); in ap_dump_table_by_name()313 if (ACPI_COMPARE_NAMESEG(local_signature, "FADT")) { in ap_dump_table_by_name()314 strcpy(local_signature, ACPI_SIG_FADT); in ap_dump_table_by_name()315 } else if (ACPI_COMPARE_NAMESEG(local_signature, "MADT")) { in ap_dump_table_by_name()316 strcpy(local_signature, ACPI_SIG_MADT); in ap_dump_table_by_name()322 status = acpi_os_get_table_by_name(local_signature, instance, in ap_dump_table_by_name()334 local_signature, acpi_format_exception(status)); in ap_dump_table_by_name()