Searched refs:local_signature (Results 1 – 1 of 1) sorted by relevance
294 char local_signature[ACPI_NAMESEG_SIZE + 1]; in ap_dump_table_by_name() local310 strcpy(local_signature, signature); in ap_dump_table_by_name()311 acpi_ut_strupr(local_signature); in ap_dump_table_by_name()315 if (ACPI_COMPARE_NAMESEG(local_signature, "FADT")) { in ap_dump_table_by_name()316 strcpy(local_signature, ACPI_SIG_FADT); in ap_dump_table_by_name()317 } else if (ACPI_COMPARE_NAMESEG(local_signature, "MADT")) { in ap_dump_table_by_name()318 strcpy(local_signature, ACPI_SIG_MADT); in ap_dump_table_by_name()324 status = acpi_os_get_table_by_name(local_signature, instance, in ap_dump_table_by_name()336 local_signature, acpi_format_exception(status)); in ap_dump_table_by_name()