Searched refs:local_table (Results 1 – 1 of 1) sorted by relevance
160 struct acpi_table_header *local_table = NULL; in acpi_os_get_table_by_address() local185 local_table = calloc(1, table_length); in acpi_os_get_table_by_address()186 if (!local_table) { in acpi_os_get_table_by_address()191 memcpy(local_table, mapped_table, table_length); in acpi_os_get_table_by_address()195 *table = local_table; in acpi_os_get_table_by_address()771 struct acpi_table_header *local_table = NULL; in osl_get_bios_table() local967 local_table = calloc(1, table_length); in osl_get_bios_table()968 if (!local_table) { in osl_get_bios_table()973 memcpy(local_table, mapped_table, table_length); in osl_get_bios_table()975 *table = local_table; in osl_get_bios_table()[all …]