Searched refs:table_file (Results 1 – 1 of 1) sorted by relevance
/linux-5.19.10/tools/power/acpi/os_specific/service_layers/ |
D | oslinuxtbl.c | 1200 FILE *table_file; in osl_read_table_from_file() local 1209 table_file = fopen(filename, "rb"); in osl_read_table_from_file() 1210 if (table_file == NULL) { in osl_read_table_from_file() 1215 fseek(table_file, file_offset, SEEK_SET); in osl_read_table_from_file() 1219 count = fread(&header, 1, sizeof(struct acpi_table_header), table_file); in osl_read_table_from_file() 1266 fseek(table_file, file_offset, SEEK_SET); in osl_read_table_from_file() 1268 count = fread(local_table, 1, table_length, table_file); in osl_read_table_from_file() 1281 fclose(table_file); in osl_read_table_from_file()
|