Home
last modified time | relevance | path

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

/linux/tools/power/acpi/os_specific/service_layers/
H A Doslinuxtbl.c998 char temp_name[ACPI_NAMESEG_SIZE] ACPI_NONSTRING; 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] ACPI_NONSTRING; 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()
/linux/tools/perf/util/
H A Dvdso.c208 static int vdso__create_compat_file(const char *prog, char *temp_name) in vdso__create_compat_file() argument
212 fd = mkstemp(temp_name); in vdso__create_compat_file()
/linux/drivers/scsi/
H A Dhpsa.c7400 char temp_name[17]; in print_cfg_table() local
7405 temp_name[i] = readb(&(tb->Signature[i])); in print_cfg_table()
7406 temp_name[4] = '\0'; in print_cfg_table()
7407 dev_info(dev, " Signature = %s\n", temp_name); in print_cfg_table()
7423 temp_name[i] = readb(&(tb->ServerName[i])); in print_cfg_table()
7424 temp_name[16] = '\0'; in print_cfg_table()
7425 dev_info(dev, " Server Name = %s\n", temp_name); in print_cfg_table()