Searched refs:local_signature (Results 1 - 1 of 1) sorted by relevance

/linux-master/tools/power/acpi/tools/acpidump/
H A Dapdump.c294 char local_signature[ACPI_NAMESEG_SIZE + 1]; local
310 strcpy(local_signature, signature);
311 acpi_ut_strupr(local_signature);
315 if (ACPI_COMPARE_NAMESEG(local_signature, "FADT")) {
316 strcpy(local_signature, ACPI_SIG_FADT);
317 } else if (ACPI_COMPARE_NAMESEG(local_signature, "MADT")) {
318 strcpy(local_signature, ACPI_SIG_MADT);
324 status = acpi_os_get_table_by_name(local_signature, instance,
336 local_signature, acpi_format_exception(status));

Completed in 180 milliseconds