Home
last modified time | relevance | path

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

/linux-6.6.21/fs/isofs/
Ddir.c84 char *tmpname, struct iso_directory_record *tmpde) in do_isofs_readdir() argument
208 len = get_rock_ridge_filename(de, tmpname, inode); in do_isofs_readdir()
210 p = tmpname; in do_isofs_readdir()
217 len = get_joliet_filename(de, tmpname, inode); in do_isofs_readdir()
218 p = tmpname; in do_isofs_readdir()
222 len = get_acorn_filename(de, tmpname, inode); in do_isofs_readdir()
223 p = tmpname; in do_isofs_readdir()
226 len = isofs_name_translate(de, tmpname, inode); in do_isofs_readdir()
227 p = tmpname; in do_isofs_readdir()
252 char *tmpname; in isofs_readdir() local
[all …]
Dnamei.c38 char *tmpname, struct iso_directory_record *tmpde) in isofs_find_entry() argument
110 ((i = get_rock_ridge_filename(de, tmpname, dir)))) { in isofs_find_entry()
112 dpnt = tmpname; in isofs_find_entry()
115 dlen = get_joliet_filename(de, tmpname, dir); in isofs_find_entry()
116 dpnt = tmpname; in isofs_find_entry()
119 dlen = get_acorn_filename(de, tmpname, dir); in isofs_find_entry()
120 dpnt = tmpname; in isofs_find_entry()
122 dlen = isofs_name_translate(de, tmpname, dir); in isofs_find_entry()
123 dpnt = tmpname; in isofs_find_entry()
/linux-6.6.21/scripts/dtc/
Dfstree.c25 char *tmpname; in read_fstree() local
31 tmpname = join_path(dirname, de->d_name); in read_fstree()
33 if (stat(tmpname, &st) < 0) in read_fstree()
34 die("stat(%s): %s\n", tmpname, strerror(errno)); in read_fstree()
40 pfile = fopen(tmpname, "rb"); in read_fstree()
44 tmpname, strerror(errno)); in read_fstree()
56 newchild = read_fstree(tmpname); in read_fstree()
61 free(tmpname); in read_fstree()
/linux-6.6.21/tools/testing/selftests/mm/
Dcheck_config.sh10 tmpname=$(mktemp)
11 tmpfile_c=${tmpname}.c
12 tmpfile_o=${tmpname}.o
31 rm ${tmpname}.*
/linux-6.6.21/scripts/kconfig/
Dconfdata.c917 char tmpname[PATH_MAX + 1], oldname[PATH_MAX + 1]; in conf_write() local
940 *tmpname = 0; in conf_write()
943 snprintf(tmpname, sizeof(tmpname), "%s.%d.tmp", in conf_write()
945 out = fopen(tmpname, "w"); in conf_write()
1006 if (*tmpname) { in conf_write()
1007 if (is_same(name, tmpname)) { in conf_write()
1009 unlink(tmpname); in conf_write()
1016 if (rename(tmpname, name)) in conf_write()
/linux-6.6.21/sound/synth/emux/
Demux_seq.c59 char tmpname[64]; in snd_emux_init_seq() local
86 sprintf(tmpname, "%s Port %d", emu->name, i); in snd_emux_init_seq()
87 p = snd_emux_create_port(emu, tmpname, MIDI_CHANNELS, in snd_emux_init_seq()
Demux_oss.c101 char tmpname[64]; in snd_emux_open_seq_oss() local
114 sprintf(tmpname, "%s OSS Port", emu->name); in snd_emux_open_seq_oss()
115 p = snd_emux_create_port(emu, tmpname, 32, in snd_emux_open_seq_oss()
/linux-6.6.21/kernel/
Drelay.c352 char *tmpname; in relay_create_buf_file() local
354 tmpname = kzalloc(NAME_MAX + 1, GFP_KERNEL); in relay_create_buf_file()
355 if (!tmpname) in relay_create_buf_file()
357 snprintf(tmpname, NAME_MAX, "%s%d", chan->base_filename, cpu); in relay_create_buf_file()
360 dentry = chan->cb->create_buf_file(tmpname, chan->parent, in relay_create_buf_file()
366 kfree(tmpname); in relay_create_buf_file()
/linux-6.6.21/tools/bpf/bpftool/
Dlink.c534 char tmpname[IF_NAMESIZE]; in show_link_ifindex_plain() local
538 ret = if_indextoname(ifindex, tmpname); in show_link_ifindex_plain()
543 tmpname, ifindex); in show_link_ifindex_plain()
/linux-6.6.21/security/apparmor/
Dpolicy_unpack.c806 const char *tmpname, *tmpns = NULL, *name = NULL; in unpack_profile() local
826 tmpname = aa_splitn_fqname(name, strlen(name), &tmpns, &ns_len); in unpack_profile()
828 if (!tmpname) { in unpack_profile()
838 name = tmpname; in unpack_profile()
/linux-6.6.21/drivers/gpu/drm/nouveau/
Dnouveau_drm.c1126 char name[32], tmpname[TASK_COMM_LEN]; in nouveau_drm_open() local
1136 get_task_comm(tmpname, current); in nouveau_drm_open()
1139 tmpname, pid_nr(rcu_dereference(fpriv->pid))); in nouveau_drm_open()
/linux-6.6.21/sound/pci/hda/
Dhda_generic.c3626 char tmpname[SNDRV_CTL_ELEM_ID_NAME_MAXLEN]; in add_single_cap_ctl() local
3636 snprintf(tmpname, sizeof(tmpname), in add_single_cap_ctl()
3639 snprintf(tmpname, sizeof(tmpname), in add_single_cap_ctl()
3641 knew = add_control(spec, type, tmpname, idx, in add_single_cap_ctl()
3655 snprintf(tmpname, sizeof(tmpname), in add_single_cap_ctl()
3658 snprintf(tmpname, sizeof(tmpname), in add_single_cap_ctl()
3660 knew = add_control(spec, type, tmpname, idx, in add_single_cap_ctl()
Dhda_codec.c1872 char tmpname[sizeof(sctl->id.name)]; in map_followers() local
1875 snprintf(tmpname, sizeof(tmpname), "%s %s", in map_followers()
1877 name = tmpname; in map_followers()