Home
last modified time | relevance | path

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

12345678910>>...18

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp34 JOS.attribute("id", createPointerRepresentation(A)); in Visit()
35 JOS.attribute("kind", AttrName); in Visit()
53 JOS.attribute("id", createPointerRepresentation(S)); in Visit()
54 JOS.attribute("kind", S->getStmtClassName()); in Visit()
59 JOS.attribute("type", createQualType(E->getType())); in Visit()
68 JOS.attribute("valueCategory", Category); in Visit()
74 JOS.attribute("id", createPointerRepresentation(T)); in Visit()
79 JOS.attribute("kind", (llvm::Twine(T->getTypeClassName()) + "Type").str()); in Visit()
80 JOS.attribute("type", createQualType(QualType(T, 0), /*Desugar=*/false)); in Visit()
93 JOS.attribute("id", createPointerRepresentation(T.getAsOpaquePtr())); in Visit()
[all …]
/freebsd/share/examples/ypldap/
H A Dypldap.conf20 attribute name maps to "uid"
21 fixed attribute passwd "*"
22 attribute uid maps to "uidNumber"
23 attribute gid maps to "gidNumber"
24 attribute gecos maps to "cn"
25 attribute home maps to "homeDirectory"
26 attribute shell maps to "loginShell"
27 fixed attribute change "0"
28 fixed attribute expire "0"
29 fixed attribute class ""
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DTimeProfiler.cpp194 J.attribute("pid", Pid); in write()
195 J.attribute("tid", int64_t(Tid)); in write()
196 J.attribute("ts", StartUs); in write()
198 J.attribute("cat", E.Name); in write()
199 J.attribute("ph", "b"); in write()
200 J.attribute("id", 0); in write()
202 J.attribute("ph", "X"); in write()
203 J.attribute("dur", DurUs); in write()
205 J.attribute("name", E.Name); in write()
209 J.attribute("detail", E.Metadata.Detail); in write()
[all …]
/freebsd/sys/ufs/ufs/
H A Dufs_extattr.c595 struct ufs_extattr_list_entry *attribute; in ufs_extattr_enable() local
605 attribute = malloc(sizeof(struct ufs_extattr_list_entry), in ufs_extattr_enable()
618 strncpy(attribute->uele_attrname, attrname, in ufs_extattr_enable()
620 attribute->uele_attrnamespace = attrnamespace; in ufs_extattr_enable()
621 bzero(&attribute->uele_fileheader, in ufs_extattr_enable()
624 attribute->uele_backing_vnode = backing_vnode; in ufs_extattr_enable()
628 aiov.iov_base = (caddr_t) &attribute->uele_fileheader; in ufs_extattr_enable()
649 if (attribute->uele_fileheader.uef_magic != UFS_EXTATTR_MAGIC) { in ufs_extattr_enable()
655 if (attribute->uele_fileheader.uef_version != UFS_EXTATTR_VERSION) { in ufs_extattr_enable()
663 LIST_INSERT_HEAD(&ump->um_extattr.uepm_list, attribute, in ufs_extattr_enable()
[all …]
H A DREADME.extattr13 extended attribute service layers support for extended attributes onto a
17 performance. When defined, extended attribute names exist in a series of
52 which the attribute is being manipulated, and may be "system" or "user".
53 The [attrname] is the attribute name to use for the operation. The
54 [attrfile] argument specifies the attribute backing file to use. When
56 size of attribute data must be defined in bytes using the [attrsize]
59 creating a sparse backing file. This prevents attribute operations from
62 proportional to the product of the defined maximum attribute size and
74 If this option is defined, UFS will search for a ".attribute"
77 search for "system" and "user" sub-directories of the ".attribute"
[all …]
/freebsd/crypto/openssl/doc/man3/
H A DCMS_signed_get_attr.pod17 - CMS signed and unsigned attribute functions
66 CMS_signerInfo contains separate attribute lists for signed and unsigned
74 I<obj> in the SignerInfo's I<si> signed attribute list. The search starts at the
79 the signed attribute list.
86 I<si> signed attribute list. I<loc> should be in the range from 0 to
90 the I<si> signed attribute list. An error occurs if the I<si> attribute list
94 to the I<si> signed attribute list. A new signed attribute list is created if
100 to the I<key> object's attribute list.
110 CMS_signed_get0_data_by_OBJ() finds the first attribute in a I<si> signed
113 object. An error will occur if the attribute type I<type> does not match the
[all …]
H A DX509_ACERT_print_ex.pod18 X509_ACERT_print_ex() prints a human readable version of the attribute
21 The following data contained in the attribute certificate is printed
32 The attribute certificate version number as defined by the standard,
40 The serial number of the attribute certificate (X509_FLAG_NO_SERIAL)
44 The identity of the holder of the attribute certificate. If the
53 The name of the attribute certificate issuer as returned from
65 The list of attributes contained in the attribute certificate.
66 The attribute type is printed with i2a_ASN1_OBJECT(). String valued
72 All X.509 extensions contained in the attribute certificate. (X509_FLAG_NO_EXTENSIONS)
79 attribute certificate will be printed.
H A DEVP_PKEY_get_attr.pod39 in the I<key> attribute list. The search starts at the position after I<lastpos>.
43 first call, in order to start searching from the start of the attribute list.
50 I<key> attribute list. I<loc> should be in the range from 0 to
54 the I<key> attribute list.
57 to the I<key> attribute list. A new I<key> attribute list is created if required.
58 An error occurs if either I<attr> is NULL, or the attribute already exists.
63 to the I<key> object's attribute list. If I<obj> already exists in the attribute
77 attribute list or -1 if the attribute list is NULL.
96 A B<EVP_PKEY> object's attribute list is initially NULL. All the above functions
H A DX509_REQ_get_attr.pod36 in the I<req> attribute list. The search starts at the position after I<lastpos>.
40 first call, in order to start searching from the start of the attribute list.
47 I<req> attribute list. I<loc> should be in the range from 0 to
54 to the I<req> object's attribute list. An error will occur if either the
55 attribute list is NULL or the attribute already exists.
60 to the I<req> object's attribute list. I<req> must be non NULL or an error
61 will occur. If I<obj> already exists in the attribute list then an error occurs.
76 attribute list or -1 if the attribute list is NULL.
78 X509_REQ_get_attr_by_OBJ() returns -1 if either the I<req> object's attribute
80 I<obj> in the attribute list.
H A DPKCS12_SAFEBAG_get0_attrs.pod22 PKCS12_get_attr_gen() retrieves an attribute by NID from a stack of
23 B<X509_ATTRIBUTE>s. I<attr_nid> is the NID of the attribute to retrieve.
30 PKCS12_get_attr_gen() returns an B<ASN1_TYPE> object containing the attribute,
31 or NULL if the attribute was either not present or an error occurred.
33 PKCS12_get_attr_gen() does not allocate a new attribute. The returned attribute
H A DPKCS12_add_friendlyname_asc.pod6 PKCS12_add_friendlyname_uni - Functions to add the friendlyname attribute to a
25 friendlyName attribute to a PKCS#12 safeBag.
28 friendlyName attribute to a PKCS#12 safeBag.
31 friendlyName attribute to a PKCS#12 safeBag.
33 I<bag> is the B<PKCS12_SAFEBAG> to add the attribute to.
/freebsd/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
150 # attribute sendmailMTAAliasGrouping cis
158 # attribute sendmailMTAAliasValue cis
165 # attribute sendmailMTAAliasSearch cis
[all …]
/freebsd/tests/sys/audit/
H A DMakefile3 ATF_TESTS_C= file-attribute-access
4 ATF_TESTS_C+= file-attribute-modify
18 SRCS.file-attribute-access+= file-attribute-access.c
19 SRCS.file-attribute-access+= utils.c
20 SRCS.file-attribute-modify+= file-attribute-modify.c
21 SRCS.file-attribute-modify+= utils.c
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAttrDocs.td54 The ``section`` attribute allows you to specify a specific section a
63 The ``model`` attribute allows overriding the translation unit's
72 This attribute, when attached to a function or variable definition, indicates
81 Whether this attribute has any effect on the linker depends on the target and
85 targets (Windows and Apple platforms), the `used` attribute prevents symbols
88 This linker GC can be avoided by also adding the ``retain`` attribute. Note
89 that ``retain`` requires special support from the linker; see that attribute's
97 This attribute, when attached to a function or variable definition, prevents
103 this attribute has no effect. This attribute is typically combined with the
104 ``used`` attribute to force the definition to be emitted and preserved into the
[all …]
/freebsd/stand/lua/
H A Dcolor.lua88 function color.escape(fg_color, bg_color, attribute)
92 if attribute == nil then
93 attribute = ""
95 attribute = attribute .. ";"
97 return core.KEYSTR_CSI .. attribute ..
/freebsd/contrib/jemalloc/include/jemalloc/
H A Djemalloc_defs.h.in4 /* Defined if alloc_size attribute is supported. */
7 /* Defined if format_arg(...) attribute is supported. */
10 /* Defined if format(gnu_printf, ...) attribute is supported. */
13 /* Defined if format(printf, ...) attribute is supported. */
16 /* Defined if fallthrough attribute is supported. */
19 /* Defined if cold attribute is supported. */
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DHTMLLogger.cpp90 JOS.attribute("value_id", llvm::to_string(&V)); in dump()
94 JOS.attribute("kind", debugString(V.getKind())); in dump()
115 JOS.attribute("formula", llvm::to_string(B->formula())); in dump()
116 JOS.attribute("truth", Env.proves(B->formula()) ? "true" in dump()
123 JOS.attribute("location", llvm::to_string(&L)); in dump()
127 JOS.attribute("type", L.getType().getAsString()); in dump()
213 JOS.attribute("block", blockID(E.Block->getBlockID())); in endAnalysis()
214 JOS.attribute("iter", E.Iter); in endAnalysis()
215 JOS.attribute("post_visit", E.PostVisit); in endAnalysis()
216 JOS.attribute("converged", E.Converged); in endAnalysis()
[all …]
/freebsd/crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/
H A Dkerberos.schema18 # specific attribute definitions
50 ##### format. (If this attribute does not exist, then all
91 ##### The krbTicketFlags attribute holds information about the kerberos flags for a principal
145 ##### The attribute holds data in the ldap uri format,
148 ##### The values of this attribute need to be updated, when
177 ##### This attribute holds the Host Name or the ip address,
188 ##### This attribute holds the scope for searching the principals
189 ##### under krbSubTree attribute of krbRealmContainer
207 ##### This attribute specifies which attribute of the user objects
300 ##### Policy attribute flags
[all …]
H A Dkerberos.ldif18 # specific attribute definitions
54 ##### format. (If this attribute does not exist, then all
107 ##### The krbTicketFlags attribute holds information about the kerberos flags for a principal
173 ##### The attribute holds data in the ldap uri format,
176 ##### The values of this attribute need to be updated, when
214 ##### This attribute holds the Host Name or the ip address,
228 ##### This attribute holds the scope for searching the principals
229 ##### under krbSubTree attribute of krbRealmContainer
253 ##### This attribute specifies which attribute of the user objects
376 ##### Policy attribute flags
[all …]
/freebsd/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;
54 struct attribute attr;
128 struct attribute *attr; in sysctl_handle_attr()
135 attr = (struct attribute *)(intptr_t)arg2; in sysctl_handle_attr()
178 sysfs_create_file(struct kobject *kobj, const struct attribute *attr) in sysfs_create_file()
222 const struct attribute *attr, const char *group) in sysfs_add_file_to_group()
237 sysfs_remove_file(struct kobject *kobj, const struct attribute *attr) in sysfs_remove_file()
[all …]
/freebsd/sys/dev/ufshci/
H A Dufshci_uic_cmd.c223 ufshci_uic_send_dme_get(struct ufshci_controller *ctrlr, uint16_t attribute, in ufshci_uic_send_dme_get() argument
229 uic_cmd.argument1 = attribute << 16; in ufshci_uic_send_dme_get()
237 ufshci_uic_send_dme_set(struct ufshci_controller *ctrlr, uint16_t attribute, in ufshci_uic_send_dme_set() argument
243 uic_cmd.argument1 = attribute << 16; in ufshci_uic_send_dme_set()
253 uint16_t attribute, uint32_t *return_value) in ufshci_uic_send_dme_peer_get() argument
258 uic_cmd.argument1 = attribute << 16; in ufshci_uic_send_dme_peer_get()
267 uint16_t attribute, uint32_t value) in ufshci_uic_send_dme_peer_set() argument
272 uic_cmd.argument1 = attribute << 16; in ufshci_uic_send_dme_peer_set()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DScopedPrinter.h578 JOS.attribute(Label, Value); in printNumber()
582 JOS.attribute(Label, Value); in printNumber()
586 JOS.attribute(Label, Value); in printNumber()
590 JOS.attribute(Label, Value); in printNumber()
594 JOS.attribute(Label, Value); in printNumber()
598 JOS.attribute(Label, Value); in printNumber()
602 JOS.attribute(Label, Value); in printNumber()
606 JOS.attribute(Label, Value); in printNumber()
610 JOS.attribute(Label, Value); in printNumber()
614 JOS.attribute(Label, Value); in printNumber()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPT.cpp378 json_str.attribute("traceTechnology", "intel-pt"); in DumpTraceInfoAsJson()
380 json_str.attribute("tid", tid); in DumpTraceInfoAsJson()
383 json_str.attribute("traceItemsCount", insn_len); in DumpTraceInfoAsJson()
388 json_str.attribute("totalInBytes", std::to_string(mem_used)); in DumpTraceInfoAsJson()
392 json_str.attribute("avgPerItemInBytes", avg); in DumpTraceInfoAsJson()
399 json_str.attribute(name, duration.count() / 1000.0); in DumpTraceInfoAsJson()
407 json_str.attribute("totalCount", events_stats.total_count); in DumpTraceInfoAsJson()
410 json_str.attribute( in DumpTraceInfoAsJson()
420 json_str.attribute("totalCount", error_stats.GetTotalCount()); in DumpTraceInfoAsJson()
423 json_str.attribute(kin in DumpTraceInfoAsJson()
[all...]
/freebsd/contrib/llvm-project/openmp/runtime/src/thirdparty/ittnotify/legacy/
H A Dittnotify.h434 const char *objname, int attribute);
436 const wchar_t *objname, int attribute);
446 const char *objname, int attribute);
454 (void *addr, const char *objtype, const char *objname, int attribute))
457 int attribute))
460 (void *addr, const char *objtype, const char *objname, int attribute))
473 #define __itt_sync_set_nameA(addr, objtype, objname, attribute)
475 #define __itt_sync_set_nameW(addr, objtype, objname, attribute)
478 #define __itt_sync_set_name(addr, objtype, objname, attribute)
514 int namelen, int attribute);
[all …]
/freebsd/crypto/openssl/doc/internal/man3/
H A Dcms_add1_signing_cert.pod6 - add ESS signing-certificate signed attribute to a
20 attribute to the CMS_SignerInfo I<si>.
22 attribute to the CMS_SignerInfo I<si>.
28 This attribute is mandatory to make a CMS compliant with CAdES-BES
34 cms_add1_signing_cert() and cms_add1_signing_cert_v2() return 1 if attribute

12345678910>>...18