Searched refs:table_filename (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 | 1316 char table_filename[PATH_MAX]; in osl_get_customized_table() local 1352 sprintf(table_filename, "%s/%4.4s%d", pathname, in osl_get_customized_table() 1355 sprintf(table_filename, "%s/%4.4s", pathname, in osl_get_customized_table() 1370 status = osl_read_table_from_file(table_filename, 0, table); in osl_get_customized_table()
|
/kernel/linux/linux-6.6/tools/power/acpi/os_specific/service_layers/ |
H A D | oslinuxtbl.c | 1316 char table_filename[PATH_MAX]; in osl_get_customized_table() local 1352 sprintf(table_filename, "%s/%4.4s%d", pathname, in osl_get_customized_table() 1355 sprintf(table_filename, "%s/%4.4s", pathname, in osl_get_customized_table() 1370 status = osl_read_table_from_file(table_filename, 0, table); in osl_get_customized_table()
|
Completed in 4 milliseconds