Searched refs:table_file (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/tools/power/acpi/os_specific/service_layers/ |
H A 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()
|
/kernel/linux/linux-6.6/tools/power/acpi/os_specific/service_layers/ |
H A 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()
|
Completed in 4 milliseconds