Home
last modified time | relevance | path

Searched refs:attribute (Results 1 – 25 of 324) sorted by relevance

12345678910>>...13

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp33 JOS.attribute("kind", AttrName); in Visit()
92 JOS.attribute("kind", "QualType"); in Visit()
112 JOS.attribute("isUsed", true); in Visit()
164 JOS.attribute("baseInit", in Visit()
167 JOS.attribute("delegatingInit", in Visit()
176 JOS.attribute("kind", "Capture"); in Visit()
265 JOS.attribute("tokLen", in writeBareSourceLocation()
791 JOS.attribute("name", Name); in VisitUsingDecl()
1174 JOS.attribute("subscriptKind", in VisitObjCSubscriptRefExpr()
1524 JOS.attribute("isNull", true); in VisitNullTemplateArgument()
[all …]
/freebsd-13.1/share/examples/ypldap/
H A Dypldap.conf21 attribute name maps to "uid"
22 fixed attribute passwd "*"
23 attribute uid maps to "uidNumber"
24 attribute gid maps to "gidNumber"
25 attribute gecos maps to "cn"
27 attribute shell maps to "loginShell"
28 fixed attribute change "0"
29 fixed attribute expire "0"
30 fixed attribute class ""
35 attribute groupname maps to "cn"
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DTimeProfiler.cpp146 J.attribute("pid", Pid); in write()
148 J.attribute("ph", "X"); in write()
150 J.attribute("dur", DurUs); in write()
202 J.attribute("pid", Pid); in write()
204 J.attribute("ph", "X"); in write()
205 J.attribute("ts", 0); in write()
206 J.attribute("dur", DurUs); in write()
220 J.attribute("cat", ""); in write()
221 J.attribute("pid", Pid); in write()
223 J.attribute("ts", 0); in write()
[all …]
/freebsd-13.1/contrib/subversion/subversion/svn/schema/
H A Dstatus.rnc23 # attribute values.
35 attribute path { string }
40 attribute name { string }
46 attribute path { text }
53 attribute item {
61 attribute revision { revnum.type }?,
67 attribute copied { "true" | "false" }?,
75 attribute moved-from { text }?,
77 attribute moved-to { text }?
83 attribute item {
[all …]
H A Dlog.rnc31 attribute revision { revnum.type }
40 attribute action { "A" | "D" | "R" | "M" },
42 attribute kind { "file" | "dir" | "" },
43 attribute text-mods { "true" | "false" }?,
44 attribute prop-mods { "true" | "false" }?,
47 attribute copyfrom-path { text },
49 attribute copyfrom-rev { revnum.type })?
H A Dinfo.rnc35 attribute path { string },
37 attribute kind { "file" | "dir" },
39 attribute revision { revnum.type }
124 attribute victim { string },
126 attribute kind { "file" | "dir" },
128 attribute operation { "update" | "merge" | "switch" },
130 attribute action { "edit" | "add" | "delete" | "replace" },
132 attribute reason { "edit" | "obstruction" | "delete" | "add" |
/freebsd-13.1/sys/ufs/ufs/
H A Dufs_extattr.c598 struct ufs_extattr_list_entry *attribute; in ufs_extattr_enable() local
624 bzero(&attribute->uele_fileheader, in ufs_extattr_enable()
676 free(attribute, M_UFS_EXTATTR); in ufs_extattr_enable()
871 if (!attribute) in ufs_extattr_get()
911 if (attribute->uele_backing_vnode != vp) in ufs_extattr_get()
976 if (attribute->uele_backing_vnode != vp) in ufs_extattr_get()
1077 if (!attribute) in ufs_extattr_set()
1119 if (attribute->uele_backing_vnode != vp) in ufs_extattr_set()
1149 if (attribute->uele_backing_vnode != vp) in ufs_extattr_set()
1185 if (!attribute) in ufs_extattr_rm()
[all …]
H A DREADME.extattr14 extended attribute service layers support for extended attributes onto a
18 performance. When defined, extended attribute names exist in a series of
54 The [attrname] is the attribute name to use for the operation. The
55 [attrfile] argument specifies the attribute backing file to use. When
57 size of attribute data must be defined in bytes using the [attrsize]
63 proportional to the product of the defined maximum attribute size and
75 If this option is defined, UFS will search for a ".attribute"
78 search for "system" and "user" sub-directories of the ".attribute"
83 namespace of the root filesystem, reserving space for attribute data:
85 mkdir -p /.attribute/system
[all …]
/freebsd-13.1/contrib/sendmail/cf/
H A Dsendmail.schema27 # attribute sendmailMTACluster cis
35 # attribute sendmailMTAHost cis
63 # attribute sendmailMTAKey cis
77 # attribute sendmailMTAMapName cis
84 # attribute sendmailMTAMapValue cis
91 # attribute sendmailMTAMapSearch cis
98 # attribute sendmailMTAMapURL cis
158 # attribute sendmailMTAAliasValue cis
172 # attribute sendmailMTAAliasURL cis
223 # attribute sendmailMTAClassName cis
[all …]
/freebsd-13.1/tests/sys/audit/
H A DMakefile5 ATF_TESTS_C= file-attribute-access
6 ATF_TESTS_C+= file-attribute-modify
20 SRCS.file-attribute-access+= file-attribute-access.c
21 SRCS.file-attribute-access+= utils.c
22 SRCS.file-attribute-modify+= file-attribute-modify.c
23 SRCS.file-attribute-modify+= utils.c
/freebsd-13.1/sys/compat/linuxkpi/common/include/linux/
H A Dsysfs.h42 ssize_t (*show)(struct kobject *, struct attribute *, char *);
43 ssize_t (*store)(struct kobject *, struct attribute *, const char *,
50 struct attribute *, int);
51 struct attribute **attrs;
84 struct attribute *attr; in sysctl_handle_attr()
91 attr = (struct attribute *)(intptr_t)arg2; in sysctl_handle_attr()
134 sysfs_create_file(struct kobject *kobj, const struct attribute *attr) in sysfs_create_file()
149 sysfs_remove_file(struct kobject *kobj, const struct attribute *attr) in sysfs_remove_file()
157 sysfs_create_files(struct kobject *kobj, const struct attribute * const *attrs) in sysfs_create_files()
182 struct attribute **attr; in sysfs_create_group()
[all …]
H A Dkobject.h49 struct attribute **default_attrs;
65 struct attribute { struct
74 struct attribute attr; argument
/freebsd-13.1/stand/lua/
H A Dcolor.lua90 function color.escape(fg_color, bg_color, attribute)
94 if attribute == nil then
95 attribute = ""
97 attribute = attribute .. ";"
99 return core.KEYSTR_CSI .. attribute ..
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DAttrDocs.td94 this attribute has no effect. This attribute is typically combined with the
440 ``nomerge`` attribute can also be used as function attribute to prevent all
956 the ``overloadable`` attribute must have the ``overloadable`` attribute, and
1007 attribute. In this case, the function without the ``overloadable`` attribute
1271 attribute:
1278 this attribute. If the compiler does not support the attribute the macro
2008 attribute for the BPF target. This attribute may be attached to a
2276 attribute for the AMDGPU target. This attribute may be attached to a kernel
5144 attribute for the WebAssembly target. This attribute may be attached to a
5159 attribute for the WebAssembly target. This attribute may be attached to a
[all …]
H A DAttr.td47 // specify a replacement attribute.
164 // A single argument to an attribute
397 // CXXRecord attribute subjects.
404 // the NonParmVar attribute subject.
537 // Set to true if this attribute can be used with '#pragma clang attribute'.
538 // By default, an attribute is supported by the '#pragma clang attribute'
580 /// A attribute is either a declaration attribute or a statement attribute.
1231 // This attribute is both a type attribute, and a declaration attribute (for
1556 // FIXME: this is a type attribute in GCC, but a declaration attribute here.
1647 // This is notionally a type attribute, which #pragma clang attribute
[all …]
/freebsd-13.1/contrib/llvm-project/openmp/runtime/src/thirdparty/ittnotify/legacy/
H A Dittnotify.h451 int attribute))
467 #define __itt_sync_set_nameA(addr, objtype, objname, attribute)
469 #define __itt_sync_set_nameW(addr, objtype, objname, attribute)
472 #define __itt_sync_set_name(addr, objtype, objname, attribute)
520 int namelen, int attribute);
529 int namelen, int attribute))
532 const wchar_t *objname, int namelen, int attribute))
536 int namelen, int attribute))
550 attribute)
553 attribute)
[all …]
/freebsd-13.1/contrib/byacc/
H A Dconfig_h.in3 /* Define to noreturn-attribute for gcc */
6 /* Define to 1 if the compiler supports gcc-like printf attribute. */
9 /* Define to printf-attribute for gcc */
12 /* Define to 1 if the compiler supports gcc-like scanf attribute. */
15 /* Define to sscanf-attribute for gcc */
18 /* Define to unused-attribute for gcc */
/freebsd-13.1/tests/sys/cddl/zfs/tests/acl/trivial/
H A Dzfs_acl_find_002_neg.ksh77 usr_exec $RUNAT $f $RM attribute*
93 -xattr -exec $RUNAT {} $LS attribute.$j \\\;)
94 if [[ $fa == attribute.$j ]]; then
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetCallingConv.td39 /// CCIfByVal - If the current argument has ByVal parameter attribute, apply
44 /// CCIfPreallocated - If the current argument has Preallocated parameter attribute,
49 /// CCIfSwiftSelf - If the current argument has swiftself parameter attribute,
54 /// CCIfSwiftAsync - If the current argument has swiftasync parameter attribute,
59 /// CCIfSwiftError - If the current argument has swifterror parameter attribute,
65 /// attribute, apply Action A.
70 /// parameter attribute, apply Action A.
78 /// CCIfInReg - If this argument is marked with the 'inreg' attribute, apply
82 /// CCIfNest - If this argument is marked with the 'nest' attribute, apply
86 /// CCIfSplit - If this argument is marked with the 'split' attribute, apply
[all …]
/freebsd-13.1/sys/ofed/drivers/infiniband/core/
H A Dib_sysfs.c73 struct attribute attr;
93 struct attribute attr;
97 struct attribute *attr,
118 struct attribute *attr, in port_attr_store()
672 struct attribute *a; in ib_port_release()
696 struct attribute *a; in ib_port_gid_attr_release()
727 static struct attribute **
732 struct attribute **tab_attr; in alloc_group_attrs()
846 struct attribute *attr, in show_stats_lifespan()
873 struct attribute *attr, in set_stats_lifespan()
[all …]
/freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/tests/functional/acl/
H A Dacl_common.kshlib527 attribute.$j\)
583 cksum attribute* \\\; | sort >> $outfile
608 [[ ! -a $RES_DIR/attribute ]] && \
609 usr_exec cp $RES_DIR/file $RES_DIR/attribute
622 cp $RES_DIR/attribute ./attribute.$j
/freebsd-13.1/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_sysfs.c76 struct attribute *zko_attr_list; /* allocated */
77 struct attribute **zko_default_attrs; /* allocated */
82 #define ATTR_TABLE_SIZE(cnt) (sizeof (struct attribute) * (cnt))
84 #define DEFAULT_ATTR_SIZE(cnt) (sizeof (struct attribute *) * (cnt + 1))
99 typedef ssize_t (*sysfs_show_func)(struct kobject *, struct attribute *,
323 dataset_property_show(struct kobject *kobj, struct attribute *attr, char *buf) in dataset_property_show()
337 pool_property_show(struct kobject *kobj, struct attribute *attr, char *buf) in pool_property_show()
369 kernel_feature_show(struct kobject *kobj, struct attribute *attr, char *buf) in kernel_feature_show()
443 pool_feature_show(struct kobject *kobj, struct attribute *attr, char *buf) in pool_feature_show()
/freebsd-13.1/tests/sys/cddl/zfs/tests/acl/
H A Dacl_common.kshlib536 attribute.$j\)
591 cksum attribute* \\\; | $SORT >> $outfile
616 [[ ! -a $RES_DIR/attribute ]] && \
617 usr_exec $CP $RES_DIR/file $RES_DIR/attribute
630 $CP $RES_DIR/attribute ./attribute.$j
/freebsd-13.1/contrib/llvm-project/openmp/runtime/src/thirdparty/ittnotify/
H A Dittnotify_static.h126 (ITT_FORMAT addr, objtype, objname, attribute), sync_createA,
130 int attribute),
131 (ITT_FORMAT addr, objtype, objname, attribute), sync_createW,
142 (ITT_FORMAT addr, objtype, objname, attribute), sync_create,
448 int attribute),
463 int namelen, int attribute),
464 (ITT_FORMAT p, objtype, typelen, objname, namelen, attribute),
470 int namelen, int attribute),
471 (ITT_FORMAT p, objtype, typelen, objname, namelen, attribute),
478 int namelen, int attribute),
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DAttributes.td16 /// Can be used as function attribute.
19 /// Can be used as parameter attribute.
22 /// Can be used as return attribute.
27 // String representation of this attribute in the IR.
32 /// Enum attribute.
35 /// Int attribute.
38 /// Type attribute.
41 /// StringBool attribute.
60 /// Callee is recognized as a builtin, despite nobuiltin attribute on its
259 /// this attribute will always be lowered with hardening enabled.
[all …]

12345678910>>...13