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.c991 char temp_name[ACPI_NAME_SIZE]; in osl_list_customized_tables() local
1009 osl_table_name_from_file(filename, temp_name, &instance); in osl_list_customized_tables()
1019 status = osl_add_table_to_list(temp_name, instance); in osl_list_customized_tables()
1307 char temp_name[ACPI_NAME_SIZE]; in osl_get_customized_table() local
1332 osl_table_name_from_file(filename, temp_name, in osl_get_customized_table()
1345 temp_name, instance); in osl_get_customized_table()
1348 temp_name); in osl_get_customized_table()
/tools/perf/util/
Dvdso.c194 static int vdso__create_compat_file(const char *prog, char *temp_name) in vdso__create_compat_file() argument
198 fd = mkstemp(temp_name); in vdso__create_compat_file()