Searched refs:table_file (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/tools/power/acpi/os_specific/service_layers/ |
D | oslinuxtbl.c | 1196 FILE *table_file; in osl_read_table_from_file() local 1205 table_file = fopen(filename, "rb"); in osl_read_table_from_file() 1206 if (table_file == NULL) { in osl_read_table_from_file() 1211 fseek(table_file, file_offset, SEEK_SET); in osl_read_table_from_file() 1215 count = fread(&header, 1, sizeof(struct acpi_table_header), table_file); in osl_read_table_from_file() 1259 fseek(table_file, file_offset, SEEK_SET); in osl_read_table_from_file() 1261 count = fread(local_table, 1, table_length, table_file); in osl_read_table_from_file() 1274 fclose(table_file); in osl_read_table_from_file()
|