Home
last modified time | relevance | path

Searched refs:name2 (Results 1 – 25 of 33) sorted by relevance

12

/linux/drivers/gpu/drm/msm/
H A Dmsm_io_utils.c37 char name2[32]; in msm_clk_get() local
43 snprintf(name2, sizeof(name2), "%s_clk", name); in msm_clk_get()
45 clk = devm_clk_get(&pdev->dev, name2); in msm_clk_get()
48 "\"%s\" instead of \"%s\"\n", name, name2); in msm_clk_get()
/linux/drivers/of/unittest-data/
H A Dtests-match.dtsi8 a { name2 { device_type = "type1"; }; };
9 b { name2 { }; };
10 c { name2 { device_type = "type2"; }; };
/linux/tools/perf/tests/
H A Dparse-metric.c70 const char *name2, double *ratio2) in __compute_metric() argument
113 if (name2 && ratio2) in __compute_metric()
114 *ratio2 = compute_single(&metric_events, evlist, name2); in __compute_metric()
132 const char *name2, double *ratio2) in compute_metric_group() argument
134 return __compute_metric(name, vals, name1, ratio1, name2, ratio2); in compute_metric_group()
/linux/fs/hpfs/
H A Ddnode.c1002 unsigned char *name2; in map_fnode_dirent() local
1013 if (!(name2 = kmalloc(256, GFP_NOFS))) { in map_fnode_dirent()
1018 memcpy(name2, name1, name1len = name2len = f->len); in map_fnode_dirent()
1020 memcpy(name2, name1, 15); in map_fnode_dirent()
1021 memset(name2 + 15, 0xff, 256 - 15); in map_fnode_dirent()
1026 kfree(name2); in map_fnode_dirent()
1032 kfree(name2); in map_fnode_dirent()
1041 kfree(name2); in map_fnode_dirent()
1053 kfree(name2); in map_fnode_dirent()
1058 kfree(name2); in map_fnode_dirent()
[all …]
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dkprobe_multi_test.c442 static int compare_name(const char *name1, const char *name2) in compare_name()
448 res2 = strstr(name2, ".llvm."); in compare_name()
450 len2 = res2 ? res2 - name2 : strlen(name2); in compare_name()
453 return strncmp(name1, name2, len1); in compare_name()
455 return strncmp(name1, name2, len1) <= 0 ? -1 : 1; in compare_name()
456 return strncmp(name1, name2, len2) >= 0 ? 1 : -1; in compare_name()
441 compare_name(const char * name1,const char * name2) compare_name() argument
/linux/arch/mips/include/asm/
H A Dkvm_host.h541 #define __BUILD_KVM_RW_WRAP(name1, name2, type) \ argument
544 return kvm_read_##name2(cop0); \
549 kvm_write_##name2(cop0, val); \
553 #define __BUILD_KVM_SET_WRAP(name1, name2, type) \ argument
557 kvm_set_##name2(cop0, val); \
562 kvm_clear_##name2(cop0, val); \
568 kvm_change_##name2(cop0, mask, val); \
/linux/fs/affs/
H A Dnamei.c138 affs_match(struct dentry *dentry, const u8 *name2, toupper_t fn) in affs_match() argument
144 if (*name2 < AFFSNAMEMAX) in affs_match()
147 } else if (len != *name2) in affs_match()
150 for (name2++; len > 0; len--) in affs_match()
151 if (fn(*name++) != fn(*name2++)) in affs_match()
/linux/security/
H A Dlsm_audit.c174 char *name1, char *name2) in print_ipv6_addr() argument
179 audit_log_format(ab, " %s=%d", name2, ntohs(port)); in print_ipv6_addr()
183 __be16 port, char *name1, char *name2) in print_ipv4_addr() argument
188 audit_log_format(ab, " %s=%d", name2, ntohs(port)); in print_ipv4_addr()
/linux/include/uapi/linux/netfilter/
H A Dxt_rateest.h26 char name2[IFNAMSIZ]; member
/linux/security/tomoyo/
H A Dfile.c305 &acl->name2); in tomoyo_check_path2_acl()
502 tomoyo_same_name_union(&p1->name2, &p2->name2); in tomoyo_same_path2_acl()
551 !tomoyo_parse_name_union(param, &e.name2)) in tomoyo_update_path2_acl()
558 tomoyo_put_name_union(&e.name2); in tomoyo_update_path2_acl()
H A Dgc.c175 tomoyo_put_name_union(&entry->name2); in tomoyo_del_acl()
/linux/fs/xfs/libxfs/
H A Dxfs_dir2.c1056 const struct xfs_name *name2 = du2->name; in xfs_dir_exchange_children() local
1069 error = xfs_dir_replace(tp, dp2, name2, ip1->i_ino, spaceres); in xfs_dir_exchange_children()
1148 dp2, name2, ip1); in xfs_dir_exchange_children()
1154 error = xfs_parent_replacename(tp, du2->ppargs, dp2, name2, in xfs_dir_exchange_children()
1169 xfs_dir_update_hook(dp2, ip2, -1, name2); in xfs_dir_exchange_children()
1171 xfs_dir_update_hook(dp2, ip1, 1, name2); in xfs_dir_exchange_children()
H A Dxfs_attr_leaf.c2921 char *name1, *name2; in xfs_attr3_leaf_flipflags() local
2973 name2 = (char *)name_loc->nameval; in xfs_attr3_leaf_flipflags()
2977 name2 = (char *)name_rmt->name; in xfs_attr3_leaf_flipflags()
2981 ASSERT(memcmp(name1, name2, namelen1) == 0); in xfs_attr3_leaf_flipflags()
/linux/include/trace/events/
H A Dafs.h755 const struct qstr *name, const struct qstr *name2),
757 TP_ARGS(call, fid, name, name2),
764 __array(char, name2, 24)
769 unsigned int __len2 = min_t(unsigned int, name2->len, 23);
781 memcpy(__entry->name2, name2->name, __len2);
782 __entry->name2[__len2] = 0;
792 __entry->name2)
/linux/sound/oss/dmasound/
H A Ddmasound_core.c357 strscpy(info.id, dmasound.mach.name2, sizeof(info.id)); in mixer_ioctl()
358 strscpy(info.name, dmasound.mach.name2, sizeof(info.name)); in mixer_ioctl()
1268 DMASOUND_CORE_REVISION, DMASOUND_CORE_EDITION, dmasound.mach.name2, in state_open()
1404 DMASOUND_CORE_REVISION, DMASOUND_CORE_EDITION, dmasound.mach.name2, in dmasound_init()
H A Ddmasound.h108 const char *name2; member
H A Ddmasound_q40.c596 .name2 = "Q40",
H A Ddmasound_atari.c1531 .name2 = "TT",
1560 .name2 = "FALCON",
/linux/include/linux/
H A Dmoduleparam.h376 extern bool parameq(const char *name1, const char *name2);
386 extern bool parameqn(const char *name1, const char *name2, size_t n);
/linux/net/netfilter/
H A Dxt_rateest.c101 est2 = xt_rateest_lookup(par->net, info->name2); in xt_rateest_mt_checkentry()
/linux/tools/testing/selftests/powerpc/ptrace/
H A Dptrace-hwbreak.c438 char *name2 = "PPC_PTRACE_SETHWDEBUG 2, MODE_RANGE, DW UNALIGNED"; in test_multi_sethwdebug_range() local
459 check_success(child_pid, name2, "RO", wp_addr2, len2); in test_multi_sethwdebug_range()
/linux/drivers/acpi/acpica/
H A Dacnamesp.h144 int acpi_ns_compare_names(char *name1, char *name2);
/linux/net/netfilter/ipset/
H A Dip_set_core.c1349 const char *name2; in ip_set_rename() local
1368 name2 = nla_data(attr[IPSET_ATTR_SETNAME2]); in ip_set_rename()
1371 if (s && STRNCMP(s->name, name2)) { in ip_set_rename()
1376 strscpy_pad(set->name, name2, IPSET_MAXNAMELEN); in ip_set_rename()
/linux/sound/soc/
H A Dsoc-core.c2043 #define soc_setup_card_name(card, name, name1, name2) \ argument
2044 __soc_setup_card_name(card, name, sizeof(name), name1, name2)
2047 const char *name1, const char *name2) in __soc_setup_card_name() argument
2049 const char *src = name1 ? name1 : name2; in __soc_setup_card_name()
/linux/fs/udf/
H A Dnamei.c32 const unsigned char *name2) in udf_match() argument
37 return !memcmp(name1, name2, len1); in udf_match()

12