Home
last modified time | relevance | path

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

/linux-4.4.14/fs/ntfs/
Dunistr.c97 int ntfs_collate_names(const ntfschar *name1, const u32 name1_len, in ntfs_collate_names() argument
109 c1 = le16_to_cpu(*name1++); in ntfs_collate_names()
129 c1 = le16_to_cpu(*name1); in ntfs_collate_names()
Dntfs.h112 extern int ntfs_collate_names(const ntfschar *name1, const u32 name1_len,
/linux-4.4.14/security/
Dlsm_audit.c189 char *name1, char *name2) in print_ipv6_addr() argument
192 audit_log_format(ab, " %s=%pI6c", name1, addr); in print_ipv6_addr()
198 __be16 port, char *name1, char *name2) in print_ipv4_addr() argument
201 audit_log_format(ab, " %s=%pI4", name1, &addr); in print_ipv4_addr()
/linux-4.4.14/include/uapi/linux/netfilter/
Dxt_rateest.h23 char name1[IFNAMSIZ]; member
/linux-4.4.14/drivers/of/unittest-data/
Dtests-match.dtsi6 name1 { device_type = "type1"; };
/linux-4.4.14/fs/gfs2/
Dincore.h212 #define lm_name_equal(name1, name2) \ argument
213 (((name1)->ln_number == (name2)->ln_number) && \
214 ((name1)->ln_type == (name2)->ln_type) && \
215 ((name1)->ln_sbd == (name2)->ln_sbd))
/linux-4.4.14/security/tomoyo/
Dfile.c298 tomoyo_compare_name_union(r->param.path2.filename1, &acl->name1) in tomoyo_check_path2_acl()
488 return tomoyo_same_name_union(&p1->name1, &p2->name1) && in tomoyo_same_path2_acl()
535 if (!tomoyo_parse_name_union(param, &e.name1) || in tomoyo_update_path2_acl()
542 tomoyo_put_name_union(&e.name1); in tomoyo_update_path2_acl()
Dgc.c167 tomoyo_put_name_union(&entry->name1); in tomoyo_del_acl()
Dcommon.h738 struct tomoyo_name_union name1; member
Dcommon.c1420 tomoyo_print_name_union(head, &ptr->name1); in tomoyo_print_entry()
/linux-4.4.14/Documentation/devicetree/bindings/thermal/
Ddb8500-thermal.txt39 trip1-cdev-name1 = "thermal-fan";
/linux-4.4.14/include/linux/
Dmoduleparam.h307 extern bool parameq(const char *name1, const char *name2);
317 extern bool parameqn(const char *name1, const char *name2, size_t n);
/linux-4.4.14/net/netfilter/
Dxt_rateest.c100 est1 = xt_rateest_lookup(info->name1); in xt_rateest_mt_checkentry()
/linux-4.4.14/fs/hpfs/
Ddnode.c999 unsigned char *name1; in map_fnode_dirent() local
1010 name1 = f->name; in map_fnode_dirent()
1016 memcpy(name2, name1, name1len = name2len = f->len); in map_fnode_dirent()
1018 memcpy(name2, name1, 15); in map_fnode_dirent()
1059 c = hpfs_compare_names(s, name1, name1len, de->name, de->namelen, de->last); in map_fnode_dirent()
/linux-4.4.14/drivers/acpi/acpica/
Dacnamesp.h168 int acpi_ns_compare_names(char *name1, char *name2);
/linux-4.4.14/fs/xfs/libxfs/
Dxfs_attr_leaf.c2683 char *name1, *name2; in xfs_attr3_leaf_flipflags() local
2725 name1 = (char *)name_loc->nameval; in xfs_attr3_leaf_flipflags()
2729 name1 = (char *)name_rmt->name; in xfs_attr3_leaf_flipflags()
2742 ASSERT(memcmp(name1, name2, namelen1) == 0); in xfs_attr3_leaf_flipflags()
/linux-4.4.14/fs/proc/
Dproc_sysctl.c86 static int namecmp(const char *name1, int len1, const char *name2, int len2) in namecmp() argument
95 cmp = memcmp(name1, name2, minlen); in namecmp()
/linux-4.4.14/fs/udf/
Dnamei.c34 static inline int udf_match(int len1, const unsigned char *name1, int len2, in udf_match() argument
40 return !memcmp(name1, name2, len1); in udf_match()
/linux-4.4.14/fs/xfs/
Dxfs_inode.c2733 struct xfs_name *name1, in xfs_cross_rename() argument
2748 error = xfs_dir_replace(tp, dp1, name1, in xfs_cross_rename()
/linux-4.4.14/drivers/scsi/lpfc/
Dlpfc_hbadisc.c4110 char name1[16], name2[16]; in lpfc_nlp_set_state() local
4115 lpfc_nlp_state_name(name1, sizeof(name1), old_state), in lpfc_nlp_set_state()