Searched refs:attr_name (Results 1 - 12 of 12) sorted by relevance

/freebsd-9.3-release/sys/gnu/fs/xfs/
H A Dxfs_attr.h48 char * attr_name; member in struct:attrnames
H A Dxfs_attr.c2382 .attr_name = "posix_acl_access",
2391 .attr_name = "posix_acl_default",
2455 strcpy(p, prefix->attr_name);
2457 strcpy(p, namesp->attr_name);
2507 if (!strncmp(name, names[i]->attr_name, names[i]->attr_namelen))
2607 .attr_name = "system.",
2617 .attr_name = "trusted.",
2627 .attr_name = "security.",
2637 .attr_name = "user.",
H A Dxfs_attr_leaf.c2448 strncpy(offset, namesp->attr_name, namesp->attr_namelen);
/freebsd-9.3-release/sys/fs/ntfs/
H A Dntfs_subr.h60 struct attr_name *name;
H A Dntfs.h116 struct attr_name { struct
/freebsd-9.3-release/sys/gnu/fs/xfs/FreeBSD/
H A Dxfs_ioctl.c624 char *attr_name;
649 attr_name = kmalloc(MAXNAMELEN, GFP_KERNEL);
650 if (!attr_name)
656 ops[i].am_error = strncpy_from_user(attr_name,
666 attr_name, ops[i].am_attrvalue,
671 attr_name, ops[i].am_attrvalue,
676 attr_name, ops[i].am_flags);
686 kfree(attr_name);
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dsa.c428 char attr_name[8]; local
436 (void) snprintf(attr_name, sizeof (attr_name),
439 attr_name, 2, attr_count, attrs, tx));
/freebsd-9.3-release/sys/dev/de/
H A Dif_devar.h384 const char *attr_name; member in struct:__anon7525
/freebsd-9.3-release/contrib/gcc/
H A Dtree.c3523 lookup_attribute (const char *attr_name, tree list)
3526 size_t attr_len = strlen (attr_name);
3531 if (is_attribute_with_length_p (attr_name, attr_len, TREE_PURPOSE (l)))
3542 remove_attribute (const char *attr_name, tree list)
3545 size_t attr_len = strlen (attr_name);
3551 if (is_attribute_with_length_p (attr_name, attr_len, TREE_PURPOSE (l)))
3502 lookup_attribute(const char *attr_name, tree list) argument
3521 remove_attribute(const char *attr_name, tree list) argument
H A Dc-parser.c2853 tree attr, attr_name, attr_args;
2899 attr_name = c_parser_peek_token (parser)->value;
2903 attr = build_tree_list (attr_name, NULL_TREE);
2936 attr = build_tree_list (attr_name, attr_args);
2851 tree attr, attr_name, attr_args; local
/freebsd-9.3-release/contrib/gcc/config/arm/
H A Darm.c3058 tree type_attr_list, attr_name;
3062 attr_name = get_identifier ("long_call");
3064 attr_name = get_identifier ("short_call");
3068 type_attr_list = tree_cons (attr_name, NULL_TREE, type_attr_list);
3051 tree type_attr_list, attr_name; local
/freebsd-9.3-release/contrib/ntp/sntp/libevent/
H A Dconfigure15158 attr_name=unknown
15172 attr_name=$attr; break
15177 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $attr_name" >&5
15178 $as_echo "$attr_name" >&6; }
15179 if test "$attr_name" != PTHREAD_CREATE_JOINABLE; then
15182 #define PTHREAD_CREATE_JOINABLE $attr_name

Completed in 379 milliseconds