Searched refs:temp_name (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/tools/power/acpi/os_specific/service_layers/ |
D | oslinuxtbl.c | 998 char temp_name[ACPI_NAME_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_NAME_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-v4.19/tools/perf/util/ |
D | vdso.c | 193 static int vdso__create_compat_file(const char *prog, char *temp_name) in vdso__create_compat_file() argument 197 fd = mkstemp(temp_name); in vdso__create_compat_file()
|
/Linux-v4.19/drivers/staging/greybus/ |
D | audio_topology.c | 995 char temp_name[NAME_SIZE]; in gbaudio_tplg_create_widget() local 1059 strlcpy(temp_name, w->name, NAME_SIZE); in gbaudio_tplg_create_widget() 1060 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-v4.19/drivers/scsi/ |
D | hpsa.c | 7298 char temp_name[17]; in print_cfg_table() local 7303 temp_name[i] = readb(&(tb->Signature[i])); in print_cfg_table() 7304 temp_name[4] = '\0'; in print_cfg_table() 7305 dev_info(dev, " Signature = %s\n", temp_name); in print_cfg_table() 7321 temp_name[i] = readb(&(tb->ServerName[i])); in print_cfg_table() 7322 temp_name[16] = '\0'; in print_cfg_table() 7323 dev_info(dev, " Server Name = %s\n", temp_name); in print_cfg_table()
|