/linux-4.1.27/arch/x86/tools/ |
D | gen-insn-attr-x86.awk | 23 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/ |
D | act_ipt.c | 92 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/ |
D | xdr.h | 51 char * tname; member 63 char * tname; member 71 char * tname; member
|
D | nfsproc.c | 364 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()
|
D | xdr3.h | 69 char * tname; member 81 char * tname; member 89 char * tname; member
|
D | nfs3proc.c | 275 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()
|
D | nfsxdr.c | 351 || !(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()
|
D | nfs3xdr.c | 469 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()
|
D | vfs.c | 1677 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/ |
D | file.c | 358 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/ |
D | dwarf-aux.h | 48 extern bool die_compare_name(Dwarf_Die *dw_die, const char *tname);
|
D | dwarf-aux.c | 139 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/ |
D | coda.h | 471 int tname; /* Place holder for data. */ member 524 int tname; member
|
/linux-4.1.27/fs/coda/ |
D | upcall.c | 392 inp->coda_link.tname = offset; in venus_link() 428 inp->coda_symlink.tname = offset; in venus_symlink()
|
/linux-4.1.27/fs/ |
D | dcache.c | 2103 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/ |
D | coda.txt | 843 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/ |
D | idt77252.c | 3265 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()
|