Home
last modified time | relevance | path

Searched refs:full_table (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/drivers/acpi/tables/
Dtbget.c321 struct acpi_table_header *full_table = NULL; in acpi_tb_get_this_table() local
339 full_table = ACPI_MEM_ALLOCATE (header->length); in acpi_tb_get_this_table()
340 if (!full_table) { in acpi_tb_get_this_table()
348 ACPI_MEMCPY (full_table, address->pointer.logical, header->length); in acpi_tb_get_this_table()
363 (void *) &full_table); in acpi_tb_get_this_table()
389 status = acpi_tb_verify_table_checksum (full_table); in acpi_tb_get_this_table()
402 table_info->pointer = full_table; in acpi_tb_get_this_table()
408 full_table->signature, in acpi_tb_get_this_table()
409 ACPI_FORMAT_UINT64 (address->pointer.physical), full_table)); in acpi_tb_get_this_table()