Home
last modified time | relevance | path

Searched full:attributes (Results 1 – 25 of 2312) sorted by relevance

12345678910>>...93

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DBuiltins.td88 let Attributes = [FunctionWithBuiltinPrefix, NoThrow,
95 let Attributes = [FunctionWithBuiltinPrefix, NoThrow,
102 let Attributes = [FunctionWithBuiltinPrefix, NoThrow,
109 let Attributes = [FunctionWithBuiltinPrefix, NoThrow,
116 let Attributes = [FunctionWithBuiltinPrefix, NoThrow,
123 let Attributes = [FunctionWithBuiltinPrefix, NoThrow,
130 let Attributes = [FunctionWithBuiltinPrefix, NoThrow, Const];
136 let Attributes = [FunctionWithBuiltinPrefix, NoThrow, Const];
142 let Attributes = [FunctionWithBuiltinPrefix, NoThrow, ConstIgnoringErrnoAndExceptions];
148 let Attributes = [FunctionWithBuiltinPrefix, NoThrow, ConstIgnoringErrnoAndExceptions];
[all …]
H A DBuiltins.h73 const char *Type, *Attributes; member
117 return strchr(getRecord(ID).Attributes, 'U') != nullptr; in isPure()
123 return strchr(getRecord(ID).Attributes, 'c') != nullptr; in isConst()
128 return strchr(getRecord(ID).Attributes, 'n') != nullptr; in isNoThrow()
133 return strchr(getRecord(ID).Attributes, 'r') != nullptr; in isNoReturn()
138 return strchr(getRecord(ID).Attributes, 'j') != nullptr; in isReturnsTwice()
144 return strchr(getRecord(ID).Attributes, 'u') != nullptr; in isUnevaluated()
150 return strchr(getRecord(ID).Attributes, 'F') != nullptr; in isLibFunction()
161 return strchr(getRecord(ID).Attributes, 'f') != nullptr; in isPredefinedLibFunction()
168 return strchr(getRecord(ID).Attributes, 'h') != nullptr; in isHeaderDependentFunction()
[all …]
/freebsd/contrib/llvm-project/openmp/runtime/src/include/
H A Domp_lib.h.var491 !DIR$ attributes known_intrinsic :: omp_init_lock
501 !DIR$ attributes known_intrinsic :: omp_destroy_lock
511 !DIR$ attributes known_intrinsic :: omp_set_lock
521 !DIR$ attributes known_intrinsic :: omp_unset_lock
531 !DIR$ attributes known_intrinsic :: omp_test_lock
542 !DIR$ attributes known_intrinsic :: omp_init_nest_lock
552 !DIR$ attributes known_intrinsic :: omp_destroy_nest_lock
562 !DIR$ attributes known_intrinsic :: omp_set_nest_lock
572 !DIR$ attributes known_intrinsic :: omp_unset_nest_lock
582 !DIR$ attributes known_intrinsic :: omp_test_nest_lock
[all …]
/freebsd/contrib/tcsh/
H A Dtc.prompt.c167 tprintf_append_mbs(struct Strbuf *buf, const char *mbs, Char attributes) in tprintf_append_mbs() argument
173 Strbuf_append1(buf, wc | attributes); in tprintf_append_mbs()
182 Char attributes = 0; in tprintf() local
204 tprintf_append_mbs(&buf, cz, attributes); in tprintf()
208 tprintf_append_mbs(&buf, str, attributes); in tprintf()
229 Strbuf_append1(&buf, attributes | Scp); in tprintf()
244 tprintf_append_mbs(&buf, cz, attributes); in tprintf()
277 p = Itoa(hr, adrof(STRpadhour) ? 2 : 0, attributes); in tprintf()
280 Strbuf_append1(&buf, attributes | ':'); in tprintf()
281 p = Itoa(t->tm_min, 2, attributes); in tprintf()
[all …]
H A Dtc.printf.c70 int attributes = 0; in doprnt() local
76 (*addchar) (((unsigned char)*f) | attributes); in doprnt()
177 (*addchar) (pad | attributes); in doprnt()
181 (*addchar) (((unsigned char) *bp) | attributes); in doprnt()
186 (*addchar) (' ' | attributes); in doprnt()
248 (*addchar) (pad | attributes); in doprnt()
252 (*addchar) (((unsigned char) *bp) | attributes); in doprnt()
255 (*addchar) (' ' | attributes); in doprnt()
263 (*addchar) (i | attributes); in doprnt()
278 (*addchar) ((int) (pad | attributes)); in doprnt()
[all …]
/freebsd/share/man/man3/
H A Dpthread.3149 Destroy a thread attributes object.
156 Get the inherit scheduling attribute from a thread attributes object.
163 Get the scheduling parameter attribute from a thread attributes object.
168 Get the scheduling policy attribute from a thread attributes object.
173 Get the contention scope attribute from a thread attributes object.
178 Get the stack size attribute from a thread attributes object.
183 Get the stack address attribute from a thread attributes object.
188 Get the detach state attribute from a thread attributes object.
193 Initialize a thread attributes object with default values.
198 Set the inherit scheduling attribute in a thread attributes object.
[all …]
/freebsd/stand/efi/include/
H A Defipciio.h108 /// Retrieve the PCI controller's current attributes, and return them in Result.
112 /// Set the PCI controller's current attributes to Attributes.
116 …/// Enable the attributes specified by the bits that are set in Attributes for this PCI controller.
120 …/// Disable the attributes specified by the bits that are set in Attributes for this PCI controlle…
124 /// Retrieve the PCI controller's supported attributes, and return them in Result.
343 @param Attributes The requested bit mask of attributes for the allocated range.
346 @retval EFI_UNSUPPORTED Attributes is unsupported. The only legal attribute bits are
360 IN UINT64 Attributes
424 Performs an operation on the attributes that this PCI controller supports. The operations include
425 getting the set of supported attributes, retrieving the current attributes, setting the current
[all …]
/freebsd/sys/ufs/ufs/
H A DREADME.extattr2 UFS Extended Attributes Copyright
4 The UFS Extended Attributes implementation is copyright Robert Watson, and
7 About UFS Extended Attributes
9 Extended attributes allow the association of additional arbitrary
10 meta-data with files and directories. Extended attributes are defined in
13 extended attribute service layers support for extended attributes onto a
24 Using UFS Extended Attributes
26 Support for UFS extended attributes is natively available in UFS2, and
28 and performance reasons, if you plan to use extended attributes, it
31 Support for UFS extended attributes may be enabled for UFS1 by adding:
[all …]
H A DREADME.acls13 availability of extended attributes to store extended components of
23 attributes, your file systems must have support for extended attributes.
25 necessary. For UFS1, you must also enable the optional extended attributes
49 UFS1 is discouraged; UFS2 extended attributes provide a more reliable
63 required extended attributes with the filesystem mount operation. To
64 enable ACLs, two extended attributes must be available in the
67 for directories. If you're using UFS1 Extended Attributes, the following
77 On the next mount of the root filesystem, the attributes will be
/freebsd/contrib/netbsd-tests/sbin/gpt/
H A Dgpt.backup19 <key>attributes</key>
33 <key>attributes</key>
47 <key>attributes</key>
61 <key>attributes</key>
75 <key>attributes</key>
89 <key>attributes</key>
103 <key>attributes</key>
117 <key>attributes</key>
131 <key>attributes</key>
145 <key>attributes</key>
[all …]
/freebsd/lib/libc/gen/
H A Dposix_spawnattr_init.341 .Nd "initialize and destroy spawn attributes object"
53 function initializes a spawn attributes object
55 with the default value for all of the individual attributes used by the
57 Initializing an already initialized spawn attributes object may cause
62 function destroys a spawn attributes object.
65 attributes object can be reinitialized using
69 A spawn attributes object is of type
73 and is used to specify the inheritance of process attributes across a
76 The resulting spawn attributes object (possibly modified by setting
81 After a spawn attributes object has been used to spawn a process by a
[all …]
/freebsd/crypto/krb5/src/tests/asn.1/
H A Dpkix.asn172 -- suggested naming attributes: Definition of the following
79 -- Arc for standard naming attributes
83 -- Naming attributes of type X520name
91 -- Naming attributes of type X520Name:
102 -- Naming attributes of type X520CommonName
106 -- Naming attributes of type X520CommonName:
117 -- Naming attributes of type X520LocalityName
121 -- Naming attributes of type X520LocalityName:
132 -- Naming attributes of type X520StateOrProvinceName
136 -- Naming attributes of type X520StateOrProvinceName:
[all …]
/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dvnode_impl.h60 * the attributes that are being requested.
62 * File systems that support optional attributes use the XVA_SET_RTN()
63 * macro to set the bits corresponding to the attributes that are being
78 * attributes to be requested/returned. File systems may or may not support
79 * optional attributes. They do so at their own discretion but if they do
80 * support optional attributes, they must register the VFSFT_XVATTR feature
81 * so that the optional attributes can be set/retrieved.
86 * which includes the common attributes. If AT_XVATTR is set in the va_mask
99 * xva_reqattrmap[] - Array of requested attributes. Attributes are
101 * map array. Callers set the bits corresponding to the attributes
[all …]
/freebsd/contrib/ncurses/man/
H A Dcurs_attr.3x74 manipulate attributes of character cells in \fIcurses\fR windows
115 These routines manipulate the current attributes of the named window,
118 Attributes are
125 These routines do not affect the attributes used
127 See \fBcurs_bkgd\fP(3X) for functions which modify the attributes used for
130 .SS "Window Attributes"
133 functions for manipulating the window attributes and color:
136 functions for manipulating only the window attributes (not color):
139 The \fBwattr_set\fP function sets the current attributes
142 Use \fBwattr_get\fP to retrieve attributes for the given window.
[all …]
/freebsd/sys/dev/isci/scil/
H A Dsci_memory_descriptor_list_decorator.h72 * memory descriptors with exact matching memory attributes.
73 * If the supplied attributes value is 0, then all MDEs are
77 * for MDEs with matching memory attributes.
78 * @param[in] attributes This parameter specifies the attributes to
84 * exactly match the supplied memory attributes.
88 U32 attributes
94 * exact matching attributes as those supplied by parameter.
95 * If the supplied attributes value is 0, then all MDEs will
104 * for MDEs with matching memory attributes.
105 * @param[in] attributes This parameter specifies the attributes to
[all …]
/freebsd/sys/contrib/openzfs/include/sys/
H A Dxvattr.h49 * Structure of all optional attributes.
83 * the attributes that are being requested.
85 * File systems that support optional attributes use the XVA_SET_RTN()
86 * macro to set the bits corresponding to the attributes that are being
101 * attributes to be requested/returned. File systems may or may not support
102 * optional attributes. They do so at their own discretion but if they do
103 * support optional attributes, they must register the VFSFT_XVATTR feature
104 * so that the optional attributes can be set/retrieved.
109 * which includes the common attributes. If AT_XVATTR is set in the va_mask
122 * xva_reqattrmap[] - Array of requested attributes. Attributes are
[all …]
/freebsd/usr.sbin/extattrctl/
H A Dextattrctl.836 .Nd manage UFS1 extended attributes
68 is the management utility for extended attributes over the UFS1 file system.
69 It allows the starting and stopping of extended attributes on a file system,
71 disabling of specific extended attributes on a file system.
106 argument may be used to preallocate space for all attributes rather than
109 for attributes when they are written, preventing low disk space conditions
130 Attributes must have been started on the file system prior to the
131 enabling of any attributes.
140 The file system must have attributes started on it, and the attribute
147 Start extended attributes o
[all...]
/freebsd/share/man/man9/
H A Dextattr.931 .Nd virtual file system named extended attributes
37 Named extended attributes allow additional meta-data to be associated
45 If the same name is present in multiple namespaces, the extended attributes
52 The semantics of these attributes are intended to be as follows: user
56 privilege is required to directly access or manipulate these attributes.
68 As there are a plethora of file systems with differing extended attributes,
74 specific new attributes may be defined.
76 Extended attributes are named using a null-terminated character string.
95 the current set of available attributes; it has been suggested that
98 attribute name should cause a list of defined attributes for the passed file
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp33 /// getImpliedARCOwnership - Given a set of property attributes and a
37 /// Returns OCL_None if the attributes as stated do not imply an ownership.
180 unsigned Attributes = ODS.getPropertyAttributes(); in ActOnProperty() local
181 FD.D.setObjCWeakProperty((Attributes & ObjCPropertyAttribute::kind_weak) != in ActOnProperty()
185 if (!getOwnershipRule(Attributes)) { in ActOnProperty()
186 Attributes |= deducePropertyOwnershipFromType(SemaRef, T); in ActOnProperty()
188 bool isReadWrite = ((Attributes & ObjCPropertyAttribute::kind_readwrite) || in ActOnProperty()
190 !(Attributes & ObjCPropertyAttribute::kind_readonly)); in ActOnProperty()
201 isReadWrite, Attributes, in ActOnProperty()
212 ODS.getSetterNameLoc(), isReadWrite, Attributes, in ActOnProperty()
[all …]
/freebsd/crypto/openssl/doc/man3/
H A DCMS_signed_get_attr.pod67 attributes. Each CMS_signed_XXX() function is used for signed attributes, and
68 each CMS_unsigned_XXX() function is used for unsigned attributes.
77 order to iterate through the remaining attributes. I<lastpos> can be set to any
111 attributes list that matches the I<obj> starting at index I<lastpos>
112 and returns the data retrieved from the found attributes first B<ASN1_TYPE>
121 Refer to L<X509_ATTRIBUTE(3)> for information related to attributes.
128 CMS_signed_get_attr_count() returns the number of signed attributes in the
148 signed attributes first B<ASN1_TYPE> object, or NULL if an error occurs.
152 Some attributes are added automatically during the signing process.
164 attributes depending on the flags parameter. See L<CMS_add1_signer(3)> for
[all …]
/freebsd/contrib/ofed/libibverbs/man/
H A Dibv_modify_qp.36 ibv_modify_qp \- modify the attributes of a queue pair (QP)
16 modifies the attributes of QP
18 with the attributes in
64 specifies the QP attributes to be modified.
114 If any of the modify attributes or the modify mask are invalid, none
115 of the attributes will be modified (including the QP state).
126 minimum list of attributes that must be changed upon transitioning QP
132 Next state Required attributes
143 Next state Required attributes
155 Next state Required attributes
[all …]
/freebsd/share/doc/psd/27.nfsrpc/
H A Dnfs.rfc.ms364 structure contains the attributes of a file; "type" is the type of
422 The "rdev" field in the attributes structure is an operating system
444 structure contains the file attributes which can be set
483 fattr attributes;
493 attributes of the file on which the operation was done.
521 fattr attributes;
601 \&Get File Attributes
610 then the reply attributes contains
611 the attributes for the file given by the input fhandle.
614 \&Set File Attributes
[all …]
/freebsd/stand/i386/gptboot/
H A Dgptboot.862 .Sh PARTITION ATTRIBUTES
64 checks and manages several attributes of GPT UFS partitions.
84 attributes set.
100 partition attributes.
118 attributes so the test partition becomes the new system partition.
132 attributes are found, booting will be attempted from the first UFS
151 attributes set on those partitions.
156 partitions with both of these attributes.
172 attributes are found on any partitions, booting is attempted from the
179 checks the attributes of
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrFMA3Info.h22 /// Each of the groups has either 3 opcodes, Also, each group has an attributes
28 /// This bitfield specifies the attributes associated with the created
30 uint16_t Attributes; member
39 /// This bit must be set in the 'Attributes' field of FMA group if such
43 /// This bit must be set in the 'Attributes' field of FMA group if such
49 /// This bit must be set in the 'Attributes' field of FMA group if such
70 bool isIntrinsic() const { return (Attributes & Intrinsic) != 0; } in isIntrinsic()
74 return (Attributes & KMergeMasked) != 0; in isKMergeMasked()
78 bool isKZeroMasked() const { return (Attributes &KZeroMasked) != 0; } in isKZeroMasked()
82 return (Attributes & (KMergeMasked | KZeroMasked)) != 0; in isKMasked()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DFunctionAttrs.h1 //===- FunctionAttrs.h - Compute function attributes ------------*- C++ -*-===//
10 /// Provides passes for computing function attributes based on interprocedural
33 /// Propagate function attributes for function summaries along the index's
40 /// Computes function attributes in post-order over the call graph.
42 /// By operating in post-order, this pass computes precise attributes for
44 /// approach allows powerful interprocedural inference of function attributes
62 /// A pass to do RPO deduction and propagation of function attributes.
65 /// function attributes. For a few (rare) cases, we can deduce significantly
66 /// more about function attributes by working in RPO, so this pass

12345678910>>...93