Home
last modified time | relevance | path

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

/Linux-v5.4/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()
1314 char temp_name[ACPI_NAMESEG_SIZE]; in osl_get_customized_table() local
1339 osl_table_name_from_file(filename, temp_name, in osl_get_customized_table()
1352 temp_name, instance); in osl_get_customized_table()
1355 temp_name); in osl_get_customized_table()
/Linux-v5.4/tools/perf/util/
Dvdso.c196 static int vdso__create_compat_file(const char *prog, char *temp_name) in vdso__create_compat_file() argument
200 fd = mkstemp(temp_name); in vdso__create_compat_file()
/Linux-v5.4/drivers/staging/greybus/
Daudio_topology.c994 char temp_name[NAME_SIZE]; in gbaudio_tplg_create_widget() local
1058 strlcpy(temp_name, w->name, NAME_SIZE); in gbaudio_tplg_create_widget()
1059 snprintf(w->name, NAME_SIZE, "GB %d %s", module->dev_id, temp_name); in gbaudio_tplg_create_widget()
1155 char temp_name[NAME_SIZE]; in gbaudio_tplg_process_kcontrols() local
1180 strlcpy(temp_name, curr->name, NAME_SIZE); in gbaudio_tplg_process_kcontrols()
1182 temp_name); in gbaudio_tplg_process_kcontrols()
/Linux-v5.4/drivers/scsi/
Dhpsa.c7366 char temp_name[17]; in print_cfg_table() local
7371 temp_name[i] = readb(&(tb->Signature[i])); in print_cfg_table()
7372 temp_name[4] = '\0'; in print_cfg_table()
7373 dev_info(dev, " Signature = %s\n", temp_name); in print_cfg_table()
7389 temp_name[i] = readb(&(tb->ServerName[i])); in print_cfg_table()
7390 temp_name[16] = '\0'; in print_cfg_table()
7391 dev_info(dev, " Server Name = %s\n", temp_name); in print_cfg_table()