Lines Matching refs:table_length
61 u32 table_length, u32 file_length);
65 struct acpi_table_header **table, u32 *table_length);
84 acpi_ut_check_text_mode_corruption(u8 *table, u32 table_length, u32 file_length) in acpi_ut_check_text_mode_corruption() argument
89 if (table_length != file_length) { in acpi_ut_check_text_mode_corruption()
92 file_length, table_length)); in acpi_ut_check_text_mode_corruption()
147 struct acpi_table_header **table, u32 *table_length) in acpi_ut_read_table() argument
180 *table_length = file_size; in acpi_ut_read_table()
225 *table_length = table_header.length; in acpi_ut_read_table()
234 table_header.signature, *table_length); in acpi_ut_read_table()
275 *table_length = 0; in acpi_ut_read_table()
297 u32 table_length; in acpi_ut_read_table_from_file() local
324 status = acpi_ut_read_table(file, table, &table_length); in acpi_ut_read_table_from_file()