Lines Matching refs:table_length
60 u32 table_length, u32 file_length);
64 struct acpi_table_header **table, u32 *table_length);
83 acpi_ut_check_text_mode_corruption(u8 *table, u32 table_length, u32 file_length) in acpi_ut_check_text_mode_corruption() argument
88 if (table_length != file_length) { in acpi_ut_check_text_mode_corruption()
91 file_length, table_length)); in acpi_ut_check_text_mode_corruption()
146 struct acpi_table_header **table, u32 *table_length) in acpi_ut_read_table() argument
179 *table_length = file_size; in acpi_ut_read_table()
227 *table_length = table_header.length; in acpi_ut_read_table()
236 table_header.signature, *table_length); in acpi_ut_read_table()
277 *table_length = 0; in acpi_ut_read_table()
299 u32 table_length; in acpi_ut_read_table_from_file() local
321 status = acpi_ut_read_table(file, table, &table_length); in acpi_ut_read_table_from_file()