Home
last modified time | relevance | path

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

/tools/power/acpi/os_specific/service_layers/
Doslinuxtbl.c998 char temp_name[ACPI_NAMESEG_SIZE]; in osl_list_customized_tables() local
1016 osl_table_name_from_file(filename, temp_name, &instance); in osl_list_customized_tables()
1026 status = osl_add_table_to_list(temp_name, instance); in osl_list_customized_tables()
1315 char temp_name[ACPI_NAMESEG_SIZE]; in osl_get_customized_table() local
1340 osl_table_name_from_file(filename, temp_name, in osl_get_customized_table()
1353 temp_name, instance); in osl_get_customized_table()
1356 temp_name); in osl_get_customized_table()
/tools/perf/util/
Dvdso.c198 static int vdso__create_compat_file(const char *prog, char *temp_name) in vdso__create_compat_file() argument
202 fd = mkstemp(temp_name); in vdso__create_compat_file()