Home
last modified time | relevance | path

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

/tools/power/acpi/tools/acpidump/
Dapfiles.c110 u32 table_length; in ap_write_to_binary_file() local
114 table_length = ap_get_table_length(table); in ap_write_to_binary_file()
154 actual = fwrite(table, 1, table_length, file); in ap_write_to_binary_file()
155 if (actual != table_length) { in ap_write_to_binary_file()
Dapdump.c143 u32 table_length; in ap_dump_table_buffer() local
145 table_length = ap_get_table_length(table); in ap_dump_table_buffer()
169 ACPI_CAST_PTR(u8, table), table_length, in ap_dump_table_buffer()
/tools/power/acpi/os_specific/service_layers/
Doslinuxtbl.c158 u32 table_length; in acpi_os_get_table_by_address() local
179 table_length = ap_get_table_length(mapped_table); in acpi_os_get_table_by_address()
180 if (table_length == 0) { in acpi_os_get_table_by_address()
185 local_table = calloc(1, table_length); in acpi_os_get_table_by_address()
191 memcpy(local_table, mapped_table, table_length); in acpi_os_get_table_by_address()
779 u32 table_length = 0; in osl_get_bios_table() local
870 table_length = ap_get_table_length(mapped_table); in osl_get_bios_table()
930 table_length = mapped_table->length; in osl_get_bios_table()
960 if (table_length == 0) { in osl_get_bios_table()
967 local_table = calloc(1, table_length); in osl_get_bios_table()
[all …]