Home
last modified time | relevance | path

Searched refs:tmpname (Results 1 – 9 of 9) sorted by relevance

/linux-4.1.27/fs/isofs/
Ddir.c83 char *tmpname, struct iso_directory_record *tmpde) in do_isofs_readdir() argument
206 len = get_rock_ridge_filename(de, tmpname, inode); in do_isofs_readdir()
208 p = tmpname; in do_isofs_readdir()
215 len = get_joliet_filename(de, tmpname, inode); in do_isofs_readdir()
216 p = tmpname; in do_isofs_readdir()
220 len = get_acorn_filename(de, tmpname, inode); in do_isofs_readdir()
221 p = tmpname; in do_isofs_readdir()
224 len = isofs_name_translate(de, tmpname, inode); in do_isofs_readdir()
225 p = tmpname; in do_isofs_readdir()
252 char *tmpname; in isofs_readdir() local
[all …]
Dnamei.c37 char *tmpname, struct iso_directory_record *tmpde) in isofs_find_entry() argument
108 ((i = get_rock_ridge_filename(de, tmpname, dir)))) { in isofs_find_entry()
110 dpnt = tmpname; in isofs_find_entry()
113 dlen = get_joliet_filename(de, tmpname, dir); in isofs_find_entry()
114 dpnt = tmpname; in isofs_find_entry()
117 dlen = get_acorn_filename(de, tmpname, dir); in isofs_find_entry()
118 dpnt = tmpname; in isofs_find_entry()
120 dlen = isofs_name_translate(de, tmpname, dir); in isofs_find_entry()
121 dpnt = tmpname; in isofs_find_entry()
/linux-4.1.27/sound/synth/emux/
Demux_seq.c72 char tmpname[64]; in snd_emux_init_seq() local
99 sprintf(tmpname, "%s Port %d", emu->name, i); in snd_emux_init_seq()
100 p = snd_emux_create_port(emu, tmpname, MIDI_CHANNELS, in snd_emux_init_seq()
Demux_oss.c116 char tmpname[64]; in snd_emux_open_seq_oss() local
129 sprintf(tmpname, "%s OSS Port", emu->name); in snd_emux_open_seq_oss()
130 p = snd_emux_create_port(emu, tmpname, 32, in snd_emux_open_seq_oss()
/linux-4.1.27/scripts/kconfig/
Dconfdata.c748 char dirname[PATH_MAX+1], tmpname[PATH_MAX+1], newname[PATH_MAX+1]; in conf_write() local
776 sprintf(tmpname, "%s.tmpconfig.%d", dirname, (int)getpid()); in conf_write()
777 out = fopen(tmpname, "w"); in conf_write()
779 *tmpname = 0; in conf_write()
826 if (*tmpname) { in conf_write()
830 if (rename(tmpname, newname)) in conf_write()
/linux-4.1.27/kernel/
Drelay.c418 char *tmpname; in relay_create_buf_file() local
420 tmpname = kzalloc(NAME_MAX + 1, GFP_KERNEL); in relay_create_buf_file()
421 if (!tmpname) in relay_create_buf_file()
423 snprintf(tmpname, NAME_MAX, "%s%d", chan->base_filename, cpu); in relay_create_buf_file()
426 dentry = chan->cb->create_buf_file(tmpname, chan->parent, in relay_create_buf_file()
430 kfree(tmpname); in relay_create_buf_file()
/linux-4.1.27/drivers/gpu/drm/nouveau/
Dnouveau_drm.c815 char name[32], tmpname[TASK_COMM_LEN]; in nouveau_drm_open() local
823 get_task_comm(tmpname, current); in nouveau_drm_open()
824 snprintf(name, sizeof(name), "%s[%d]", tmpname, pid_nr(fpriv->pid)); in nouveau_drm_open()
/linux-4.1.27/sound/pci/hda/
Dhda_generic.c3579 char tmpname[SNDRV_CTL_ELEM_ID_NAME_MAXLEN]; in add_single_cap_ctl() local
3589 snprintf(tmpname, sizeof(tmpname), in add_single_cap_ctl()
3592 snprintf(tmpname, sizeof(tmpname), in add_single_cap_ctl()
3594 knew = add_control(spec, type, tmpname, idx, in add_single_cap_ctl()
3605 snprintf(tmpname, sizeof(tmpname), in add_single_cap_ctl()
3608 snprintf(tmpname, sizeof(tmpname), in add_single_cap_ctl()
3610 knew = add_control(spec, type, tmpname, idx, in add_single_cap_ctl()
Dhda_codec.c1913 char tmpname[sizeof(sctl->id.name)]; in map_slaves() local
1916 snprintf(tmpname, sizeof(tmpname), "%s %s", in map_slaves()
1918 name = tmpname; in map_slaves()