Searched refs:local_signature (Results 1 – 1 of 1) sorted by relevance
325 char local_signature[ACPI_NAME_SIZE + 1]; in ap_dump_table_by_name() local341 ACPI_STRCPY(local_signature, signature); in ap_dump_table_by_name()342 acpi_ut_strupr(local_signature); in ap_dump_table_by_name()346 if (ACPI_COMPARE_NAME(local_signature, "FADT")) { in ap_dump_table_by_name()347 ACPI_STRCPY(local_signature, ACPI_SIG_FADT); in ap_dump_table_by_name()348 } else if (ACPI_COMPARE_NAME(local_signature, "MADT")) { in ap_dump_table_by_name()349 ACPI_STRCPY(local_signature, ACPI_SIG_MADT); in ap_dump_table_by_name()355 status = acpi_os_get_table_by_name(local_signature, instance, in ap_dump_table_by_name()367 local_signature, acpi_format_exception(status)); in ap_dump_table_by_name()