Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/host_include/openssl/
H A Dasn1t.h89 #define ASN1_ITEM_TEMPLATE(tname) \ argument
90 static const ASN1_TEMPLATE tname##_item_tt
92 #define ASN1_ITEM_TEMPLATE_END(tname) \ argument
94 ASN1_ITEM_start(tname) \
97 &tname##_item_tt,\
101 #tname \
102 ASN1_ITEM_end(tname)
127 #define ASN1_SEQUENCE(tname) \ argument
128 static const ASN1_TEMPLATE tname##_seq_tt[]
132 #define ASN1_SEQUENCE_END_name(stname, tname) \ argument
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/include/openssl/
H A Dasn1t.h89 #define ASN1_ITEM_TEMPLATE(tname) \ argument
90 static const ASN1_TEMPLATE tname##_item_tt
92 #define ASN1_ITEM_TEMPLATE_END(tname) \ argument
94 ASN1_ITEM_start(tname) \
97 &tname##_item_tt,\
101 #tname \
102 ASN1_ITEM_end(tname)
127 #define ASN1_SEQUENCE(tname) \ argument
128 static const ASN1_TEMPLATE tname##_seq_tt[]
132 #define ASN1_SEQUENCE_END_name(stname, tname) \ argument
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/openssl/
H A Dasn1t.h89 #define ASN1_ITEM_TEMPLATE(tname) \ argument
90 static const ASN1_TEMPLATE tname##_item_tt
92 #define ASN1_ITEM_TEMPLATE_END(tname) \ argument
94 ASN1_ITEM_start(tname) \
97 &tname##_item_tt,\
101 #tname \
102 ASN1_ITEM_end(tname)
127 #define ASN1_SEQUENCE(tname) \ argument
128 static const ASN1_TEMPLATE tname##_seq_tt[]
132 #define ASN1_SEQUENCE_END_name(stname, tname) \ argument
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/openssl/
H A Dasn1t.h89 #define ASN1_ITEM_TEMPLATE(tname) \ argument
90 static const ASN1_TEMPLATE tname##_item_tt
92 #define ASN1_ITEM_TEMPLATE_END(tname) \ argument
94 ASN1_ITEM_start(tname) \
97 &tname##_item_tt,\
101 #tname \
102 ASN1_ITEM_end(tname)
127 #define ASN1_SEQUENCE(tname) \ argument
128 static const ASN1_TEMPLATE tname##_seq_tt[]
132 #define ASN1_SEQUENCE_END_name(stname, tname) \ argument
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/openssl/
H A Dasn1t.h89 #define ASN1_ITEM_TEMPLATE(tname) \ argument
90 static const ASN1_TEMPLATE tname##_item_tt
92 #define ASN1_ITEM_TEMPLATE_END(tname) \ argument
94 ASN1_ITEM_start(tname) \
97 &tname##_item_tt,\
101 #tname \
102 ASN1_ITEM_end(tname)
127 #define ASN1_SEQUENCE(tname) \ argument
128 static const ASN1_TEMPLATE tname##_seq_tt[]
132 #define ASN1_SEQUENCE_END_name(stname, tname) \ argument
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/openssl/
H A Dasn1t.h89 #define ASN1_ITEM_TEMPLATE(tname) \ argument
90 static const ASN1_TEMPLATE tname##_item_tt
92 #define ASN1_ITEM_TEMPLATE_END(tname) \ argument
94 ASN1_ITEM_start(tname) \
97 &tname##_item_tt,\
101 #tname \
102 ASN1_ITEM_end(tname)
127 #define ASN1_SEQUENCE(tname) \ argument
128 static const ASN1_TEMPLATE tname##_seq_tt[]
132 #define ASN1_SEQUENCE_END_name(stname, tname) \ argument
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/openssl/include/openssl/
H A Dasn1t.h111 # define ASN1_ITEM_TEMPLATE(tname) \ argument
112 static const ASN1_TEMPLATE tname##_item_tt
114 # define ASN1_ITEM_TEMPLATE_END(tname) \ argument
116 ASN1_ITEM_start(tname) \
119 &tname##_item_tt,\
123 #tname \
124 ASN1_ITEM_end(tname)
149 # define ASN1_SEQUENCE(tname) \ argument
150 static const ASN1_TEMPLATE tname##_seq_tt[]
154 # define ASN1_SEQUENCE_END_name(stname, tname) \ argument
[all …]
/OK3568_Linux_fs/kernel/tools/arch/x86/tools/
H A Dgen-insn-attr-x86.awk24 tname = ""
124 if (tname != "")
135 tname = sprintf("inat_escape_table_%d", eid)
145 if (tname == "") # AVX only opcode table
146 tname = sprintf("inat_avx_table_%d", $2)
149 tname = "inat_primary_table"
157 tname = "inat_group_table_" gid
175 print_table(table, tname "[INAT_GROUP_TABLE_SIZE]",
177 gtable[gid,0] = tname
180 print_table(lptable1, tname "_1[INAT_GROUP_TABLE_SIZE]",
[all …]
/OK3568_Linux_fs/kernel/arch/x86/tools/
H A Dgen-insn-attr-x86.awk24 tname = ""
124 if (tname != "")
135 tname = sprintf("inat_escape_table_%d", eid)
145 if (tname == "") # AVX only opcode table
146 tname = sprintf("inat_avx_table_%d", $2)
149 tname = "inat_primary_table"
157 tname = "inat_group_table_" gid
175 print_table(table, tname "[INAT_GROUP_TABLE_SIZE]",
177 gtable[gid,0] = tname
180 print_table(lptable1, tname "_1[INAT_GROUP_TABLE_SIZE]",
[all …]
/OK3568_Linux_fs/kernel/net/sched/
H A Dact_ipt.c104 char *tname; in __tcf_ipt_init() local
165 tname = kmalloc(IFNAMSIZ, GFP_KERNEL); in __tcf_ipt_init()
166 if (unlikely(!tname)) in __tcf_ipt_init()
169 nla_strlcpy(tname, tb[TCA_IPT_TABLE], IFNAMSIZ) >= IFNAMSIZ) in __tcf_ipt_init()
170 strcpy(tname, "mangle"); in __tcf_ipt_init()
176 err = ipt_init_target(net, t, tname, hook); in __tcf_ipt_init()
188 ipt->tcfi_tname = tname; in __tcf_ipt_init()
197 kfree(tname); in __tcf_ipt_init()
/OK3568_Linux_fs/kernel/fs/nfsd/
H A Dnfsproc.c440 SVCFH_fmt(&argp->tfh), argp->tlen, argp->tname); in nfsd_proc_rename()
443 &argp->tfh, argp->tname, argp->tlen); in nfsd_proc_rename()
460 argp->tname); in nfsd_proc_link()
462 resp->status = nfsd_link(rqstp, &argp->tfh, argp->tname, argp->tlen, in nfsd_proc_link()
481 argp->tname = svc_fill_symlink_pathname(rqstp, &argp->first, in nfsd_proc_symlink()
484 if (IS_ERR(argp->tname)) { in nfsd_proc_symlink()
485 resp->status = nfserrno(PTR_ERR(argp->tname)); in nfsd_proc_symlink()
491 argp->tlen, argp->tname); in nfsd_proc_symlink()
495 argp->tname, &newfh); in nfsd_proc_symlink()
497 kfree(argp->tname); in nfsd_proc_symlink()
H A Dxdr.h52 char * tname; member
64 char * tname; member
72 char * tname; member
H A Dnfs3proc.c283 argp->tname = svc_fill_symlink_pathname(rqstp, &argp->first, in nfsd3_proc_symlink()
286 if (IS_ERR(argp->tname)) { in nfsd3_proc_symlink()
287 resp->status = nfserrno(PTR_ERR(argp->tname)); in nfsd3_proc_symlink()
294 argp->tlen, argp->tname); in nfsd3_proc_symlink()
299 argp->flen, argp->tname, &resp->fh); in nfsd3_proc_symlink()
300 kfree(argp->tname); in nfsd3_proc_symlink()
400 argp->tname); in nfsd3_proc_rename()
405 &resp->tfh, argp->tname, argp->tlen); in nfsd3_proc_rename()
420 argp->tname); in nfsd3_proc_link()
424 resp->status = nfsd_link(rqstp, &resp->tfh, argp->tname, argp->tlen, in nfsd3_proc_link()
H A Dxdr3.h70 char * tname; member
82 char * tname; member
90 char * tname; member
/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dbtf.c456 const char *tname; in btf_find_by_name_kind() local
464 tname = btf_name_by_offset(btf, t->name_off); in btf_find_by_name_kind()
465 if (!strcmp(tname, name)) in btf_find_by_name_kind()
4237 const char *tname, *ctx_tname; in btf_get_prog_ctx_type() local
4257 tname = btf_name_by_offset(btf, t->name_off); in btf_get_prog_ctx_type()
4258 if (!tname) { in btf_get_prog_ctx_type()
4284 if (strcmp(ctx_tname, tname)) in btf_get_prog_ctx_type()
4434 const char *tname = prog->aux->attach_func_name; in btf_ctx_access() local
4442 tname, off); in btf_ctx_access()
4457 tname, arg + 1); in btf_ctx_access()
[all …]
H A Dverifier.c3552 const char *tname = btf_name_by_offset(btf_vmlinux, t->name_off); in check_ptr_to_btf_access() local
3559 regno, tname, off); in check_ptr_to_btf_access()
3568 regno, tname, off, tn_buf); in check_ptr_to_btf_access()
3603 const char *tname; in check_ptr_to_map_access() local
3619 tname = btf_name_by_offset(btf_vmlinux, t->name_off); in check_ptr_to_map_access()
3624 tname); in check_ptr_to_map_access()
3630 regno, tname, off); in check_ptr_to_map_access()
3635 verbose(env, "only read from %s is supported\n", tname); in check_ptr_to_map_access()
5488 const char *tname; in check_helper_call() local
5493 tname = btf_name_by_offset(btf_vmlinux, t->name_off); in check_helper_call()
[all …]
/OK3568_Linux_fs/kernel/security/apparmor/
H A Dfile.c361 const char *lname, *tname = NULL; in profile_path_link() local
375 buffer2, &tname, cond, AA_MAY_LINK); in profile_path_link()
389 aa_str_perms(profile->file.dfa, state, tname, cond, &perms); in profile_path_link()
411 aa_str_perms(profile->file.dfa, profile->file.start, tname, cond, in profile_path_link()
433 return aa_audit_file(profile, &lperms, OP_LINK, request, lname, tname, in profile_path_link()
/OK3568_Linux_fs/kernel/tools/perf/bench/
H A Dnuma.c1659 char tname[14 + 2 * 11 + 1]; in __bench_numa() local
1663 memset(tname, 0, sizeof(tname)); in __bench_numa()
1665 snprintf(tname, sizeof(tname), "process%d:thread%d", p, t); in __bench_numa()
1666 print_res(tname, td->speed_gbs, in __bench_numa()
1668 print_res(tname, td->system_time_ns / NSEC_PER_SEC, in __bench_numa()
1670 print_res(tname, td->user_time_ns / NSEC_PER_SEC, in __bench_numa()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dcoda.h469 int tname; /* Place holder for data. */ member
522 int tname; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dcoda.h469 int tname; /* Place holder for data. */ member
522 int tname; member
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dcoda.h471 int tname; /* Place holder for data. */ member
524 int tname; member
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Ddwarf-aux.h42 bool die_compare_name(Dwarf_Die *dw_die, const char *tname);
/OK3568_Linux_fs/buildroot/dl/ncurses/
HDncurses-6.1-20190728.patch.gz
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-netkit/netkit-telnet/files/
H A DTo-aviod-buffer-overflow-in-telnet.patch994 tname = env_getvalue("TERM", 0);
995 - if (!tname || my_setupterm(tname, 1, &err)) {
996 + if (!tname /* || my_setupterm(tname, 1, &err) */) {
998 tname = "UNKNOWN";
1000 mklist(termbuf, tname, termtypes);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/conversion/
H A Dsource.cpp181 const std::string tname = *type; in operator ()() local

12