Home
last modified time | relevance | path

Searched refs:name1 (Results 1 – 25 of 48) sorted by relevance

12

/OK3568_Linux_fs/kernel/tools/perf/tests/
H A Dparse-metric.c134 const char *name1, double *ratio1, in __compute_metric() argument
177 if (name1 && ratio1) in __compute_metric()
178 *ratio1 = compute_single(&metric_events, evlist, &st, name1); in __compute_metric()
198 const char *name1, double *ratio1, in compute_metric_group() argument
201 return __compute_metric(name, vals, name1, ratio1, name2, ratio2); in compute_metric_group()
/OK3568_Linux_fs/u-boot/cmd/
H A Dgpt.c652 char *name1, char *name2) in do_rename_gpt_parts() argument
662 if ((subcomm == NULL) || (name1 == NULL) || (name2 == NULL) || in do_rename_gpt_parts()
710 if ((strlen(name1) > PART_NAME_LEN) || (strlen(name2) > PART_NAME_LEN)) { in do_rename_gpt_parts()
717 if (!strcmp((char *)curr->gpt_part_info.name, name1)) { in do_rename_gpt_parts()
721 strcpy((char *)curr->gpt_part_info.name, name1); in do_rename_gpt_parts()
736 partnum = (int)simple_strtol(name1, NULL, 10); in do_rename_gpt_parts()
738 printf("Illegal partition number %s\n", name1); in do_rename_gpt_parts()
/OK3568_Linux_fs/kernel/fs/ntfs/
H A Dunistr.c83 int ntfs_collate_names(const ntfschar *name1, const u32 name1_len, in ntfs_collate_names() argument
95 c1 = le16_to_cpu(*name1++); in ntfs_collate_names()
115 c1 = le16_to_cpu(*name1); in ntfs_collate_names()
H A Dntfs.h98 extern int ntfs_collate_names(const ntfschar *name1, const u32 name1_len,
/OK3568_Linux_fs/kernel/security/
H A Dlsm_audit.c186 char *name1, char *name2) in print_ipv6_addr() argument
189 audit_log_format(ab, " %s=%pI6c", name1, addr); in print_ipv6_addr()
195 __be16 port, char *name1, char *name2) in print_ipv4_addr() argument
198 audit_log_format(ab, " %s=%pI4", name1, &addr); in print_ipv4_addr()
/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Dkvm_host.h607 #define __BUILD_KVM_RW_WRAP(name1, name2, type) \ argument
608 static inline __KVMT##type kvm_read_##name1(struct mips_coproc *cop0) \
612 static inline void kvm_write_##name1(struct mips_coproc *cop0, \
619 #define __BUILD_KVM_SET_WRAP(name1, name2, type) \ argument
620 static inline void kvm_set_##name1(struct mips_coproc *cop0, \
625 static inline void kvm_clear_##name1(struct mips_coproc *cop0, \
630 static inline void kvm_change_##name1(struct mips_coproc *cop0, \
/OK3568_Linux_fs/kernel/fs/gfs2/
H A Dincore.h234 #define lm_name_equal(name1, name2) \ argument
235 (((name1)->ln_number == (name2)->ln_number) && \
236 ((name1)->ln_type == (name2)->ln_type) && \
237 ((name1)->ln_sbd == (name2)->ln_sbd))
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/qemu/qemu/
H A D0017-target-ppc-Implement-Vector-Expand-Mask.patch100 #define GEN_VAFORM_PAIRED(name0, name1, opc2) \
101 static void glue(gen_, name0##_##name1)(DisasContext *ctx) \
H A D0018-target-ppc-Implement-Vector-Extract-Mask.patch136 #define GEN_VAFORM_PAIRED(name0, name1, opc2) \
137 static void glue(gen_, name0##_##name1)(DisasContext *ctx) \
H A D0019-target-ppc-Implement-Vector-Mask-Move-insns.patch182 #define GEN_VAFORM_PAIRED(name0, name1, opc2) \
183 static void glue(gen_, name0##_##name1)(DisasContext *ctx) \
/OK3568_Linux_fs/kernel/include/uapi/linux/netfilter/
H A Dxt_rateest.h25 char name1[IFNAMSIZ]; 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/netfilter/
H A Dxt_rateest.h25 char name1[IFNAMSIZ]; member
/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/netfilter/
H A Dxt_rateest.h25 char name1[IFNAMSIZ]; member
/OK3568_Linux_fs/kernel/security/tomoyo/
H A Dfile.c303 tomoyo_compare_name_union(r->param.path2.filename1, &acl->name1) in tomoyo_check_path2_acl()
501 return tomoyo_same_name_union(&p1->name1, &p2->name1) && in tomoyo_same_path2_acl()
550 if (!tomoyo_parse_name_union(param, &e.name1) || in tomoyo_update_path2_acl()
557 tomoyo_put_name_union(&e.name1); in tomoyo_update_path2_acl()
/OK3568_Linux_fs/kernel/drivers/of/unittest-data/
H A Dtests-match.dtsi7 name1 { device_type = "type1"; };
/OK3568_Linux_fs/u-boot/arch/powerpc/include/asm/
H A Dfsl_liodn.h69 #define SET_FMAN_LIODN_ENTRY(name1, name2, idA, off, compatoff)\ argument
70 { .compat[0] = name1, \
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/thermal/
H A Ddb8500-thermal.txt39 trip1-cdev-name1 = "thermal-fan";
/OK3568_Linux_fs/kernel/include/linux/
H A Dmoduleparam.h372 extern bool parameq(const char *name1, const char *name2);
382 extern bool parameqn(const char *name1, const char *name2, size_t n);
/OK3568_Linux_fs/kernel/fs/hpfs/
H A Ddnode.c1001 unsigned char *name1; in map_fnode_dirent() local
1012 name1 = f->name; 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()
1061 c = hpfs_compare_names(s, name1, name1len, de->name, de->namelen, de->last); in map_fnode_dirent()
/OK3568_Linux_fs/kernel/net/netfilter/
H A Dxt_rateest.c95 est1 = xt_rateest_lookup(par->net, info->name1); in xt_rateest_mt_checkentry()
/OK3568_Linux_fs/external/rkwifibt/drivers/bluetooth_usb_driver/
H A Drtk_misc.c831 char name1[64]; in download_lps_patch() local
868 snprintf(name1, sizeof(name1), "lps_%s", origin_name1); in download_lps_patch()
870 dev_entry->patch_entry->patch_name = name1; in download_lps_patch()
872 RTKBT_INFO("Loading %s and %s", name1, name2); in download_lps_patch()
/OK3568_Linux_fs/u-boot/tools/
H A Dmkimage.c35 const char *name1 = genimg_get_cat_short_name(cur_category, *type1); in h_compare_category_name() local
38 return strcmp(name1, name2); in h_compare_category_name()
/OK3568_Linux_fs/kernel/include/asm-generic/
H A Dhyperv-tlfs.h459 u32 name1; member
/OK3568_Linux_fs/kernel/drivers/acpi/acpica/
H A Dacnamesp.h144 int acpi_ns_compare_names(char *name1, char *name2);
/OK3568_Linux_fs/kernel/sound/soc/
H A Dsoc-core.c1729 #define soc_setup_card_name(name, name1, name2, norm) \ argument
1730 __soc_setup_card_name(name, sizeof(name), name1, name2, norm)
1732 const char *name1, const char *name2, in __soc_setup_card_name() argument
1737 snprintf(name, len, "%s", name1 ? name1 : name2); in __soc_setup_card_name()

12