Searched refs:name2 (Results 1 - 28 of 28) sorted by relevance

/linux-4.4.14/include/uapi/linux/netfilter/
H A Dxt_rateest.h24 char name2[IFNAMSIZ]; member in struct:xt_rateest_match_info
/linux-4.4.14/fs/hpfs/
H A Ddnode.c1000 unsigned char *name2; map_fnode_dirent() local
1011 if (!(name2 = kmalloc(256, GFP_NOFS))) { map_fnode_dirent()
1016 memcpy(name2, name1, name1len = name2len = f->len); map_fnode_dirent()
1018 memcpy(name2, name1, 15); map_fnode_dirent()
1019 memset(name2 + 15, 0xff, 256 - 15); map_fnode_dirent()
1020 /*name2[15] = 0xff;*/ map_fnode_dirent()
1024 kfree(name2); map_fnode_dirent()
1030 kfree(name2); map_fnode_dirent()
1039 kfree(name2); map_fnode_dirent()
1051 kfree(name2); map_fnode_dirent()
1056 kfree(name2); map_fnode_dirent()
1065 kfree(name2); map_fnode_dirent()
1072 kfree(name2); map_fnode_dirent()
1075 c = hpfs_compare_names(s, name2, name2len, de->name, de->namelen, de->last); map_fnode_dirent()
1084 kfree(name2); map_fnode_dirent()
1091 kfree(name2); map_fnode_dirent()
/linux-4.4.14/fs/affs/
H A Dnamei.c156 affs_match(struct dentry *dentry, const u8 *name2, toupper_t toupper) affs_match() argument
162 if (*name2 < AFFSNAMEMAX) affs_match()
165 } else if (len != *name2) affs_match()
168 for (name2++; len > 0; len--) affs_match()
169 if (toupper(*name++) != toupper(*name2++)) affs_match()
/linux-4.4.14/security/
H A Dlsm_audit.c189 char *name1, char *name2) print_ipv6_addr()
194 audit_log_format(ab, " %s=%d", name2, ntohs(port)); print_ipv6_addr()
198 __be16 port, char *name1, char *name2) print_ipv4_addr()
203 audit_log_format(ab, " %s=%d", name2, ntohs(port)); print_ipv4_addr()
187 print_ipv6_addr(struct audit_buffer *ab, struct in6_addr *addr, __be16 port, char *name1, char *name2) print_ipv6_addr() argument
197 print_ipv4_addr(struct audit_buffer *ab, __be32 addr, __be16 port, char *name1, char *name2) print_ipv4_addr() argument
/linux-4.4.14/drivers/gpu/drm/msm/hdmi/
H A Dhdmi.c406 char name2[32]; get_gpio() local
407 snprintf(name2, sizeof(name2), "%s-gpio", name); get_gpio()
408 gpio = of_get_named_gpio(of_node, name2, 0); get_gpio()
/linux-4.4.14/net/netfilter/
H A Dxt_rateest.c106 est2 = xt_rateest_lookup(info->name2); xt_rateest_mt_checkentry()
/linux-4.4.14/security/tomoyo/
H A Dfile.c300 &acl->name2); tomoyo_check_path2_acl()
489 tomoyo_same_name_union(&p1->name2, &p2->name2); tomoyo_same_path2_acl()
536 !tomoyo_parse_name_union(param, &e.name2)) tomoyo_update_path2_acl()
543 tomoyo_put_name_union(&e.name2); tomoyo_update_path2_acl()
H A Dgc.c168 tomoyo_put_name_union(&entry->name2); tomoyo_del_acl()
H A Dcommon.h739 struct tomoyo_name_union name2; member in struct:tomoyo_path2_acl
H A Dcommon.c1421 tomoyo_print_name_union(head, &ptr->name2); tomoyo_print_entry()
/linux-4.4.14/fs/ntfs/
H A Dunistr.c82 * @name2: second Unicode name to compare
98 const ntfschar *name2, const u32 name2_len, ntfs_collate_names()
110 c2 = le16_to_cpu(*name2++); ntfs_collate_names()
97 ntfs_collate_names(const ntfschar *name1, const u32 name1_len, const ntfschar *name2, const u32 name2_len, const int err_val, const IGNORE_CASE_BOOL ic, const ntfschar *upcase, const u32 upcase_len) ntfs_collate_names() argument
H A Dntfs.h113 const ntfschar *name2, const u32 name2_len,
/linux-4.4.14/fs/gfs2/
H A Dincore.h212 #define lm_name_equal(name1, name2) \
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/include/linux/
H A Dmoduleparam.h302 * @name2: parameter name 2
307 extern bool parameq(const char *name1, const char *name2);
312 * @name2: parameter name 2
317 extern bool parameqn(const char *name1, const char *name2, size_t n);
/linux-4.4.14/drivers/of/
H A Dunittest.c698 { .data = "Ca", .name = "name2", .type = "type1", }, /* followed by both together */
699 { .data = "Cb", .name = "name2", }, /* Only match when type doesn't match */
700 { .data = "Cc", .name = "name2", .type = "type2", },
717 { .path = "/testcase-data/match-node/a/name2", .data = "Ca", },
718 { .path = "/testcase-data/match-node/b/name2", .data = "Cb", },
719 { .path = "/testcase-data/match-node/c/name2", .data = "Cc", },
/linux-4.4.14/sound/oss/dmasound/
H A Ddmasound.h111 const char *name2; member in struct:__anon15234
H A Ddmasound_core.c357 strlcpy(info.id, dmasound.mach.name2, sizeof(info.id)); mixer_ioctl()
358 strlcpy(info.name, dmasound.mach.name2, sizeof(info.name)); mixer_ioctl()
1288 DMASOUND_CORE_REVISION, DMASOUND_CORE_EDITION, dmasound.mach.name2, state_open()
1431 DMASOUND_CORE_REVISION, DMASOUND_CORE_EDITION, dmasound.mach.name2, dmasound_init()
H A Ddmasound_q40.c595 .name2 = "Q40",
H A Ddmasound_paula.c686 .name2 = "AMIGA",
H A Ddmasound_atari.c1530 .name2 = "TT",
1559 .name2 = "FALCON",
/linux-4.4.14/drivers/acpi/acpica/
H A Dacnamesp.h168 int acpi_ns_compare_names(char *name1, char *name2);
/linux-4.4.14/net/netfilter/ipset/
H A Dip_set_core.c1102 const char *name2; ip_set_rename() local
1121 name2 = nla_data(attr[IPSET_ATTR_SETNAME2]); ip_set_rename()
1124 if (s && STRNCMP(s->name, name2)) { ip_set_rename()
1129 strncpy(set->name, name2, IPSET_MAXNAMELEN); ip_set_rename()
/linux-4.4.14/fs/udf/
H A Dnamei.c35 const unsigned char *name2) udf_match()
40 return !memcmp(name1, name2, len1); udf_match()
34 udf_match(int len1, const unsigned char *name1, int len2, const unsigned char *name2) udf_match() argument
/linux-4.4.14/fs/xfs/libxfs/
H A Dxfs_attr_leaf.c2683 char *name1, *name2; xfs_attr3_leaf_flipflags() local
2734 name2 = (char *)name_loc->nameval; xfs_attr3_leaf_flipflags()
2738 name2 = (char *)name_rmt->name; xfs_attr3_leaf_flipflags()
2742 ASSERT(memcmp(name1, name2, namelen1) == 0); xfs_attr3_leaf_flipflags()
/linux-4.4.14/fs/proc/
H A Dproc_sysctl.c86 static int namecmp(const char *name1, int len1, const char *name2, int len2) namecmp() argument
95 cmp = memcmp(name1, name2, minlen); namecmp()
/linux-4.4.14/scripts/
H A Dget_maintainer.pl361 # name1 <mail1> name2 <mail2>
/linux-4.4.14/drivers/scsi/lpfc/
H A Dlpfc_hbadisc.c4110 char name1[16], name2[16]; lpfc_nlp_set_state() local
4116 lpfc_nlp_state_name(name2, sizeof(name2), state)); lpfc_nlp_set_state()
/linux-4.4.14/fs/xfs/
H A Dxfs_inode.c2736 struct xfs_name *name2, xfs_cross_rename()
2755 error = xfs_dir_replace(tp, dp2, name2, xfs_cross_rename()
2730 xfs_cross_rename( struct xfs_trans *tp, struct xfs_inode *dp1, struct xfs_name *name1, struct xfs_inode *ip1, struct xfs_inode *dp2, struct xfs_name *name2, struct xfs_inode *ip2, struct xfs_bmap_free *free_list, xfs_fsblock_t *first_block, int spaceres) xfs_cross_rename() argument

Completed in 1065 milliseconds