Home
last modified time | relevance | path

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

/openbmc/linux/tools/power/acpi/os_specific/service_layers/
H A Doslinuxtbl.c1316 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()