/linux-4.4.14/fs/isofs/ |
D | dir.c | 83 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 …]
|
D | namei.c | 37 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.4.14/scripts/dtc/ |
D | fstree.c | 40 char *tmpname; in read_fstree() local 46 tmpname = join_path(dirname, de->d_name); in read_fstree() 48 if (lstat(tmpname, &st) < 0) in read_fstree() 49 die("stat(%s): %s\n", tmpname, strerror(errno)); in read_fstree() 55 pfile = fopen(tmpname, "rb"); in read_fstree() 59 tmpname, strerror(errno)); in read_fstree() 70 newchild = read_fstree(tmpname); in read_fstree() 75 free(tmpname); in read_fstree()
|
/linux-4.4.14/drivers/gpu/drm/virtio/ |
D | virtgpu_kms.c | 272 char dbgname[64], tmpname[TASK_COMM_LEN]; in virtio_gpu_driver_open() local 278 get_task_comm(tmpname, current); in virtio_gpu_driver_open() 279 snprintf(dbgname, sizeof(dbgname), "%s", tmpname); in virtio_gpu_driver_open()
|
/linux-4.4.14/sound/synth/emux/ |
D | emux_seq.c | 72 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()
|
D | emux_oss.c | 116 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.4.14/scripts/kconfig/ |
D | confdata.c | 746 char dirname[PATH_MAX+1], tmpname[PATH_MAX+1], newname[PATH_MAX+1]; in conf_write() local 774 sprintf(tmpname, "%s.tmpconfig.%d", dirname, (int)getpid()); in conf_write() 775 out = fopen(tmpname, "w"); in conf_write() 777 *tmpname = 0; in conf_write() 824 if (*tmpname) { in conf_write() 828 if (rename(tmpname, newname)) in conf_write()
|
/linux-4.4.14/kernel/ |
D | relay.c | 415 char *tmpname; in relay_create_buf_file() local 417 tmpname = kzalloc(NAME_MAX + 1, GFP_KERNEL); in relay_create_buf_file() 418 if (!tmpname) in relay_create_buf_file() 420 snprintf(tmpname, NAME_MAX, "%s%d", chan->base_filename, cpu); in relay_create_buf_file() 423 dentry = chan->cb->create_buf_file(tmpname, chan->parent, in relay_create_buf_file() 427 kfree(tmpname); in relay_create_buf_file()
|
/linux-4.4.14/drivers/gpu/drm/nouveau/ |
D | nouveau_drm.c | 791 char name[32], tmpname[TASK_COMM_LEN]; in nouveau_drm_open() local 799 get_task_comm(tmpname, current); in nouveau_drm_open() 800 snprintf(name, sizeof(name), "%s[%d]", tmpname, pid_nr(fpriv->pid)); in nouveau_drm_open()
|
/linux-4.4.14/sound/pci/hda/ |
D | hda_generic.c | 3581 char tmpname[SNDRV_CTL_ELEM_ID_NAME_MAXLEN]; in add_single_cap_ctl() local 3591 snprintf(tmpname, sizeof(tmpname), in add_single_cap_ctl() 3594 snprintf(tmpname, sizeof(tmpname), in add_single_cap_ctl() 3596 knew = add_control(spec, type, tmpname, idx, in add_single_cap_ctl() 3607 snprintf(tmpname, sizeof(tmpname), in add_single_cap_ctl() 3610 snprintf(tmpname, sizeof(tmpname), in add_single_cap_ctl() 3612 knew = add_control(spec, type, tmpname, idx, in add_single_cap_ctl()
|
D | hda_codec.c | 1710 char tmpname[sizeof(sctl->id.name)]; in map_slaves() local 1713 snprintf(tmpname, sizeof(tmpname), "%s %s", in map_slaves() 1715 name = tmpname; in map_slaves()
|