Home
last modified time | relevance | path

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

12345678910>>...17

/freebsd-12.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-12.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" |
H A Ddiff.rnc34 attribute props { "none" | "modified" },
36 attribute kind { "dir" | "file" },
39 attribute item { "none" | "added" | "modified" | "deleted" }
/freebsd-12.1/sys/ufs/ufs/
H A Dufs_extattr.c597 struct ufs_extattr_list_entry *attribute; in ufs_extattr_enable() local
623 bzero(&attribute->uele_fileheader, in ufs_extattr_enable()
675 free(attribute, M_UFS_EXTATTR); in ufs_extattr_enable()
870 if (!attribute) in ufs_extattr_get()
910 if (attribute->uele_backing_vnode != vp) in ufs_extattr_get()
975 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-12.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-12.1/sys/compat/linuxkpi/common/include/linux/
H A Dsysfs.h41 ssize_t (*show)(struct kobject *, struct attribute *, char *);
42 ssize_t (*store)(struct kobject *, struct attribute *, const char *,
49 struct attribute *, int);
50 struct attribute **attrs;
83 struct attribute *attr; in sysctl_handle_attr()
90 attr = (struct attribute *)(intptr_t)arg2; in sysctl_handle_attr()
133 sysfs_create_file(struct kobject *kobj, const struct attribute *attr) in sysfs_create_file()
148 sysfs_remove_file(struct kobject *kobj, const struct attribute *attr) in sysfs_remove_file()
156 sysfs_create_files(struct kobject *kobj, const struct attribute * const *attrs) in sysfs_create_files()
181 struct attribute **attr; in sysfs_create_group()
[all …]
H A Dkobject.h47 struct attribute **default_attrs;
63 struct attribute { struct
70 struct attribute attr; argument
/freebsd-12.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-12.1/stand/lua/
H A Dcolor.lua89 function color.escape(fg_color, bg_color, attribute)
93 if attribute == nil then
94 attribute = ""
96 attribute = attribute .. ";"
98 return core.KEYSTR_CSI .. attribute ..
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DAttrDocs.td749 the ``overloadable`` attribute must have the ``overloadable`` attribute, and
800 attribute. In this case, the function without the ``overloadable`` attribute
1029 attribute:
1036 this attribute. If the compiler does not support the attribute the macro
1732 attribute for the AMDGPU target. This attribute may be attached to a kernel
2121 In the attribute prototype above:
2153 In the attribute prototype above:
2187 In the attribute prototype above:
2309 about attribute syntax.
3661 attribute for the WebAssembly target. This attribute may be attached to a
[all …]
H A DAttr.td45 // specify a replacement attribute.
154 // A single argument to an attribute
341 // CXXRecord attribute subjects.
348 // the NonParmVar attribute subject.
466 // common attribute error checking.
474 // Set to true if this attribute can be used with '#pragma clang attribute'.
475 // By default, an attribute is supported by the '#pragma clang attribute'
1027 // This attribute is both a type attribute, and a declaration attribute (for
1288 // FIXME: this is a type attribute in GCC, but a declaration attribute here.
1354 // This is notionally a type attribute, which #pragma clang attribute
[all …]
H A DDiagnosticParseKinds.td627 "attribute %0 cannot be used as an attribute pack">;
629 "attribute %0 cannot appear multiple times in an attribute specifier">;
642 "introducing an attribute">;
884 // Availability attribute
895 // objc_bridge_related attribute
926 // External source symbol attribute
1066 // - #pragma clang attribute
1077 "extra tokens after attribute in a '#pragma clang attribute push'">;
1079 "attribute %0 is not supported by '#pragma clang attribute'">;
1081 "more than one attribute specified in '#pragma clang attribute push'">;
[all …]
/freebsd-12.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-12.1/contrib/openmp/runtime/src/thirdparty/ittnotify/legacy/
H A Dittnotify.h390 …PI __itt_sync_set_nameA(void *addr, const char *objtype, const char *objname, int attribute);
391 …PI __itt_sync_set_nameW(void *addr, const wchar_t *objtype, const wchar_t *objname, int attribute);
400 void ITTAPI __itt_sync_set_name(void *addr, const char* objtype, const char* objname, int attribute
407 … void, sync_set_nameA, (void *addr, const char *objtype, const char *objname, int attribute))
408 … void, sync_set_nameW, (void *addr, const wchar_t *objtype, const wchar_t *objname, int attribute))
423 #define __itt_sync_set_nameA(addr, objtype, objname, attribute)
425 #define __itt_sync_set_nameW(addr, objtype, objname, attribute)
428 #define __itt_sync_set_name(addr, objtype, objname, attribute)
489 #define __itt_notify_sync_nameA(addr, objtype, typelen, objname, namelen, attribute)
491 #define __itt_notify_sync_nameW(addr, objtype, typelen, objname, namelen, attribute)
[all …]
/freebsd-12.1/contrib/amd/
H A Dldap-id.ms51 modifyTimestamp operational attribute. If not the amdMapCacheTtl
52 attribute SHOULD be set to 0 indicating to clients that caching of
61 The following attribute syntax is defined in this document:
90 X.500 servers or LDAPv3 servers (supporting the binary attribute
122 attribute IA5String
129 The following attribute types are defined in this document:
145 "This attribute is the symbolic and in the naming
171 "A multivalued attribute listing the distinguished
183 "The value of this attribute is usually the name of
203 "The value of this attribute is usually the name of
H A Dldap-id.txt34 operational attribute. If not the amdMapCacheTtl attribute SHOULD be set to 0
42 The following attribute syntax is defined in this document:
83 X.500 servers or LDAPv3 servers (supporting the binary attribute option) may use
114 attribute IA5String
132 The following attribute types are defined in this document:
147 "This attribute is the symbolic and in the naming
173 "A multivalued attribute listing the distinguished
197 "The value of this attribute is usually the name of
217 "The value of this attribute is usually the name of
/freebsd-12.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-12.1/sys/ofed/drivers/infiniband/core/
H A Dib_sysfs.c72 struct attribute attr;
92 struct attribute attr;
94 struct attribute *attr, char *buf);
96 struct attribute *attr,
643 struct attribute *a; in ib_port_release()
667 struct attribute *a; in ib_port_gid_attr_release()
698 static struct attribute **
703 struct attribute **tab_attr; in alloc_group_attrs()
812 struct attribute *attr, in show_stats_lifespan()
831 struct attribute *attr, in set_stats_lifespan()
[all …]
/freebsd-12.1/contrib/gcc/cp/
H A DChangeLog.apple73 ',' separator for property attribute list.
124 on printf attribute.
173 and set attribute on block literals.
359 new property attribute.
405 * lex.c (reswords): Added entry for 'weak' attribute keyword.
411 * lex.c (reswords): New entry for 'dynamic' attribute.
413 attribute syntax.
419 attribute before a type and attribute before an @interface declaration..
441 (Missing copies attribute)
444 attribute.
[all …]
/freebsd-12.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-12.1/contrib/openmp/runtime/src/thirdparty/ittnotify/
H A Dittnotify_static.h86 …t char *objtype, const char *objname, int attribute), (ITT_FORMAT addr, objtype, objname, at…
87 …t wchar_t *objtype, const wchar_t *objname, int attribute), (ITT_FORMAT addr, objtype, objname, at…
91 …t char *objtype, const char *objname, int attribute), (ITT_FORMAT addr, objtype, objname, at…
217 …t char *objtype, const char *objname, int attribute), (ITT_FORMAT addr, objtype, objname, at…
218 …t wchar_t *objtype, const wchar_t *objname, int attribute), (ITT_FORMAT addr, objtype, objname, at…
220 …t char *objtype, const char *objname, int attribute), (ITT_FORMAT addr, objtype, objname, at…
224 …onst char *objname, int namelen, int attribute), (ITT_FORMAT p, objtype, typelen, objname, name…
225 …onst wchar_t *objname, int namelen, int attribute), (ITT_FORMAT p, objtype, typelen, objname, name…
227 …onst char *objname, int namelen, int attribute), (ITT_FORMAT p, objtype, typelen, objname, name…
/freebsd-12.1/contrib/llvm/include/llvm/Target/
H A DTargetCallingConv.td40 /// CCIfByVal - If the current argument has ByVal parameter attribute, apply
45 /// CCIfSwiftSelf - If the current argument has swiftself parameter attribute,
50 /// CCIfSwiftError - If the current argument has swifterror parameter attribute,
56 /// parameter attribute, apply Action A.
64 /// CCIfInReg - If this argument is marked with the 'inreg' attribute, apply
68 /// CCIfNest - If this argument is marked with the 'nest' attribute, apply
72 /// CCIfSplit - If this argument is marked with the 'split' attribute, apply
76 /// CCIfSRet - If this argument is marked with the 'sret' attribute, apply

12345678910>>...17