Home
last modified time | relevance | path

Searched refs:tname (Results 1 – 17 of 17) sorted by relevance

/linux-4.1.27/arch/x86/tools/
Dgen-insn-attr-x86.awk23 tname = ""
120 if (tname != "")
131 tname = sprintf("inat_escape_table_%d", eid)
141 if (tname == "") # AVX only opcode table
142 tname = sprintf("inat_avx_table_%d", $2)
145 tname = "inat_primary_table"
153 tname = "inat_group_table_" gid
171 print_table(table, tname "[INAT_GROUP_TABLE_SIZE]",
173 gtable[gid,0] = tname
176 print_table(lptable1, tname "_1[INAT_GROUP_TABLE_SIZE]",
[all …]
/linux-4.1.27/net/sched/
Dact_ipt.c92 char *tname; in tcf_ipt_init() local
134 tname = kmalloc(IFNAMSIZ, GFP_KERNEL); in tcf_ipt_init()
135 if (unlikely(!tname)) in tcf_ipt_init()
138 nla_strlcpy(tname, tb[TCA_IPT_TABLE], IFNAMSIZ) >= IFNAMSIZ) in tcf_ipt_init()
139 strcpy(tname, "mangle"); in tcf_ipt_init()
145 err = ipt_init_target(t, tname, hook); in tcf_ipt_init()
155 ipt->tcfi_tname = tname; in tcf_ipt_init()
166 kfree(tname); in tcf_ipt_init()
/linux-4.1.27/fs/nfsd/
Dxdr.h51 char * tname; member
63 char * tname; member
71 char * tname; member
Dnfsproc.c364 SVCFH_fmt(&argp->tfh), argp->tlen, argp->tname); in nfsd_proc_rename()
367 &argp->tfh, argp->tname, argp->tlen); in nfsd_proc_rename()
384 argp->tname); in nfsd_proc_link()
386 nfserr = nfsd_link(rqstp, &argp->tfh, argp->tname, argp->tlen, in nfsd_proc_link()
402 argp->tlen, argp->tname); in nfsd_proc_symlink()
410 argp->tname[argp->tlen] = '\0'; in nfsd_proc_symlink()
412 argp->tname, &newfh); in nfsd_proc_symlink()
Dxdr3.h69 char * tname; member
81 char * tname; member
89 char * tname; member
Dnfs3proc.c275 argp->tlen, argp->tname); in nfsd3_proc_symlink()
280 argp->tname, &resp->fh); in nfsd3_proc_symlink()
375 argp->tname); in nfsd3_proc_rename()
380 &resp->tfh, argp->tname, argp->tlen); in nfsd3_proc_rename()
395 argp->tname); in nfsd3_proc_link()
399 nfserr = nfsd_link(rqstp, &resp->tfh, argp->tname, argp->tlen, in nfsd3_proc_link()
Dnfsxdr.c351 || !(p = decode_filename(p, &args->tname, &args->tlen))) in nfssvc_decode_renameargs()
374 || !(p = decode_filename(p, &args->tname, &args->tlen))) in nfssvc_decode_linkargs()
386 || !(p = decode_pathname(p, &args->tname, &args->tlen))) in nfssvc_decode_symlinkargs()
Dnfs3xdr.c469 args->tname = new = page_address(*(rqstp->rq_next_page++)); in nfs3svc_decode_symlinkargs()
526 || !(p = decode_filename(p, &args->tname, &args->tlen))) in nfs3svc_decode_renameargs()
550 || !(p = decode_filename(p, &args->tname, &args->tlen))) in nfs3svc_decode_linkargs()
Dvfs.c1677 struct svc_fh *tfhp, char *tname, int tlen) in nfsd_rename() argument
1698 if (!flen || isdotent(fname, flen) || !tlen || isdotent(tname, tlen)) in nfsd_rename()
1726 ndentry = lookup_one_len(tname, tdentry, tlen); in nfsd_rename()
/linux-4.1.27/security/apparmor/
Dfile.c358 const char *lname, *tname = NULL, *info = NULL; in aa_path_link() local
373 error = aa_path_name(&target, profile->path_flags, &buffer2, &tname, in aa_path_link()
388 aa_str_perms(profile->file.dfa, state, tname, &cond, &perms); in aa_path_link()
409 aa_str_perms(profile->file.dfa, profile->file.start, tname, &cond, in aa_path_link()
432 lname, tname, cond.uid, info, error); in aa_path_link()
/linux-4.1.27/tools/perf/util/
Ddwarf-aux.h48 extern bool die_compare_name(Dwarf_Die *dw_die, const char *tname);
Ddwarf-aux.c139 bool die_compare_name(Dwarf_Die *dw_die, const char *tname) in die_compare_name() argument
143 return name ? (strcmp(tname, name) == 0) : false; in die_compare_name()
/linux-4.1.27/include/uapi/linux/
Dcoda.h471 int tname; /* Place holder for data. */ member
524 int tname; member
/linux-4.1.27/fs/coda/
Dupcall.c392 inp->coda_link.tname = offset; in venus_link()
428 inp->coda_symlink.tname = offset; in venus_symlink()
/linux-4.1.27/fs/
Ddcache.c2103 const char *tname = dentry->d_name.name; in slow_dentry_cmp() local
2109 if (parent->d_op->d_compare(parent, dentry, tlen, tname, name)) in slow_dentry_cmp()
2310 const char *tname = dentry->d_name.name; in __d_lookup() local
2311 if (parent->d_op->d_compare(parent, dentry, tlen, tname, name)) in __d_lookup()
/linux-4.1.27/Documentation/filesystems/
Dcoda.txt843 char *tname; /* Place holder for data. */
852 identified by destFid with name tname. The source must reside in the
872 char *tname;
881 directory identified by VFid and named tname. It should point to the
/linux-4.1.27/drivers/atm/
Didt77252.c3265 char tname[10]; in init_card() local
3509 sprintf(tname, "eth%d", card->index); in init_card()
3510 tmp = dev_get_by_name(&init_net, tname); /* jhs: was "tmp = dev_get(tname);" */ in init_card()