Home
last modified time | relevance | path

Searched refs:table_filename (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/tools/power/acpi/os_specific/service_layers/
Doslinuxtbl.c1309 char table_filename[PATH_MAX]; in osl_get_customized_table() local
1345 sprintf(table_filename, "%s/%4.4s%d", pathname, in osl_get_customized_table()
1348 sprintf(table_filename, "%s/%4.4s", pathname, in osl_get_customized_table()
1363 status = osl_read_table_from_file(table_filename, 0, NULL, table); in osl_get_customized_table()