tmpname          1050 drivers/gpu/drm/nouveau/nouveau_drm.c 	char name[32], tmpname[TASK_COMM_LEN];
tmpname          1058 drivers/gpu/drm/nouveau/nouveau_drm.c 	get_task_comm(tmpname, current);
tmpname          1059 drivers/gpu/drm/nouveau/nouveau_drm.c 	snprintf(name, sizeof(name), "%s[%d]", tmpname, pid_nr(fpriv->pid));
tmpname            84 fs/isofs/dir.c 		char *tmpname, struct iso_directory_record *tmpde)
tmpname           207 fs/isofs/dir.c 			len = get_rock_ridge_filename(de, tmpname, inode);
tmpname           209 fs/isofs/dir.c 				p = tmpname;
tmpname           216 fs/isofs/dir.c 				len = get_joliet_filename(de, tmpname, inode);
tmpname           217 fs/isofs/dir.c 				p = tmpname;
tmpname           221 fs/isofs/dir.c 				len = get_acorn_filename(de, tmpname, inode);
tmpname           222 fs/isofs/dir.c 				p = tmpname;
tmpname           225 fs/isofs/dir.c 				len = isofs_name_translate(de, tmpname, inode);
tmpname           226 fs/isofs/dir.c 				p = tmpname;
tmpname           253 fs/isofs/dir.c 	char *tmpname;
tmpname           257 fs/isofs/dir.c 	tmpname = (char *)__get_free_page(GFP_KERNEL);
tmpname           258 fs/isofs/dir.c 	if (tmpname == NULL)
tmpname           261 fs/isofs/dir.c 	tmpde = (struct iso_directory_record *) (tmpname+1024);
tmpname           263 fs/isofs/dir.c 	result = do_isofs_readdir(inode, file, ctx, tmpname, tmpde);
tmpname           265 fs/isofs/dir.c 	free_page((unsigned long) tmpname);
tmpname            38 fs/isofs/namei.c 	char *tmpname, struct iso_directory_record *tmpde)
tmpname           109 fs/isofs/namei.c 		    ((i = get_rock_ridge_filename(de, tmpname, dir)))) {
tmpname           111 fs/isofs/namei.c 			dpnt = tmpname;
tmpname           114 fs/isofs/namei.c 			dlen = get_joliet_filename(de, tmpname, dir);
tmpname           115 fs/isofs/namei.c 			dpnt = tmpname;
tmpname           118 fs/isofs/namei.c 			dlen = get_acorn_filename(de, tmpname, dir);
tmpname           119 fs/isofs/namei.c 			dpnt = tmpname;
tmpname           121 fs/isofs/namei.c 			dlen = isofs_name_translate(de, tmpname, dir);
tmpname           122 fs/isofs/namei.c 			dpnt = tmpname;
tmpname           420 kernel/relay.c 	char *tmpname;
tmpname           422 kernel/relay.c 	tmpname = kzalloc(NAME_MAX + 1, GFP_KERNEL);
tmpname           423 kernel/relay.c 	if (!tmpname)
tmpname           425 kernel/relay.c 	snprintf(tmpname, NAME_MAX, "%s%d", chan->base_filename, cpu);
tmpname           428 kernel/relay.c 	dentry = chan->cb->create_buf_file(tmpname, chan->parent,
tmpname           434 kernel/relay.c 	kfree(tmpname);
tmpname            25 scripts/dtc/fstree.c 		char *tmpname;
tmpname            31 scripts/dtc/fstree.c 		tmpname = join_path(dirname, de->d_name);
tmpname            33 scripts/dtc/fstree.c 		if (lstat(tmpname, &st) < 0)
tmpname            34 scripts/dtc/fstree.c 			die("stat(%s): %s\n", tmpname, strerror(errno));
tmpname            40 scripts/dtc/fstree.c 			pfile = fopen(tmpname, "rb");
tmpname            44 scripts/dtc/fstree.c 					tmpname, strerror(errno));
tmpname            56 scripts/dtc/fstree.c 			newchild = read_fstree(tmpname);
tmpname            61 scripts/dtc/fstree.c 		free(tmpname);
tmpname           849 scripts/kconfig/confdata.c 	char tmpname[PATH_MAX + 1], oldname[PATH_MAX + 1];
tmpname           872 scripts/kconfig/confdata.c 		*tmpname = 0;
tmpname           875 scripts/kconfig/confdata.c 		snprintf(tmpname, sizeof(tmpname), "%s.%d.tmp",
tmpname           877 scripts/kconfig/confdata.c 		out = fopen(tmpname, "w");
tmpname           937 scripts/kconfig/confdata.c 	if (*tmpname) {
tmpname           938 scripts/kconfig/confdata.c 		if (is_same(name, tmpname)) {
tmpname           940 scripts/kconfig/confdata.c 			unlink(tmpname);
tmpname           947 scripts/kconfig/confdata.c 		if (rename(tmpname, name))
tmpname           674 security/apparmor/policy_unpack.c 	const char *tmpname, *tmpns = NULL, *name = NULL;
tmpname           694 security/apparmor/policy_unpack.c 	tmpname = aa_splitn_fqname(name, strlen(name), &tmpns, &ns_len);
tmpname           701 security/apparmor/policy_unpack.c 		name = tmpname;
tmpname          1814 sound/pci/hda/hda_codec.c 			char tmpname[sizeof(sctl->id.name)];
tmpname          1817 sound/pci/hda/hda_codec.c 				snprintf(tmpname, sizeof(tmpname), "%s %s",
tmpname          1819 sound/pci/hda/hda_codec.c 				name = tmpname;
tmpname          3598 sound/pci/hda/hda_generic.c 	char tmpname[SNDRV_CTL_ELEM_ID_NAME_MAXLEN];
tmpname          3608 sound/pci/hda/hda_generic.c 		snprintf(tmpname, sizeof(tmpname),
tmpname          3611 sound/pci/hda/hda_generic.c 		snprintf(tmpname, sizeof(tmpname),
tmpname          3613 sound/pci/hda/hda_generic.c 	knew = add_control(spec, type, tmpname, idx,
tmpname          3624 sound/pci/hda/hda_generic.c 		snprintf(tmpname, sizeof(tmpname),
tmpname          3627 sound/pci/hda/hda_generic.c 		snprintf(tmpname, sizeof(tmpname),
tmpname          3629 sound/pci/hda/hda_generic.c 	knew = add_control(spec, type, tmpname, idx,
tmpname           101 sound/synth/emux/emux_oss.c 	char tmpname[64];
tmpname           114 sound/synth/emux/emux_oss.c 	sprintf(tmpname, "%s OSS Port", emu->name);
tmpname           115 sound/synth/emux/emux_oss.c 	p = snd_emux_create_port(emu, tmpname, 32,
tmpname            59 sound/synth/emux/emux_seq.c 	char tmpname[64];
tmpname            86 sound/synth/emux/emux_seq.c 		sprintf(tmpname, "%s Port %d", emu->name, i);
tmpname            87 sound/synth/emux/emux_seq.c 		p = snd_emux_create_port(emu, tmpname, MIDI_CHANNELS,