Searched refs:temp_name (Results 1 – 2 of 2) sorted by relevance
998 char temp_name[ACPI_NAMESEG_SIZE]; in osl_list_customized_tables() local1016 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() local1340 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()
198 static int vdso__create_compat_file(const char *prog, char *temp_name) in vdso__create_compat_file() argument202 fd = mkstemp(temp_name); in vdso__create_compat_file()