Home
last modified time | relevance | path

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

12345678910>>...18

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp33 JOS.attribute("id", createPointerRepresentation(A)); in Visit()
34 JOS.attribute("kind", AttrName); in Visit()
52 JOS.attribute("id", createPointerRepresentation(S)); in Visit()
53 JOS.attribute("kind", S->getStmtClassName()); in Visit()
58 JOS.attribute("type", createQualType(E->getType())); in Visit()
67 JOS.attribute("valueCategory", Category); in Visit()
73 JOS.attribute("id", createPointerRepresentation(T)); in Visit()
78 JOS.attribute("kind", (llvm::Twine(T->getTypeClassName()) + "Type").str()); in Visit()
79 JOS.attribute("type", createQualType(QualType(T, 0), /*Desugar=*/false)); in Visit()
92 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.cpp234 J.attribute("pid", Pid); in write()
235 J.attribute("tid", int64_t(Tid)); in write()
236 J.attribute("ts", StartUs); in write()
238 J.attribute("cat", E.Name); in write()
239 J.attribute("ph", "b"); in write()
240 J.attribute("id", 0); in write()
242 J.attribute("ph", "X"); in write()
243 J.attribute("dur", DurUs); in write()
247 J.attribute("ph", "i"); in write()
249 J.attribute("name", E.Name); 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
/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/smart/
H A DREADME.md17 Usage: smart [-htxi] [-a attribute[,attribute]...] <device name>
21 -a, --attribute : print a specific attribute(s)
23 -d, --decode: decode the attribute IDs
24 -D, --no-decode: don't decode the attribute IDs
49 for each selected attribute. Threshold values, if defined by the protocol
50 and selected by the user, are printed after the attribute value.
60attribute and values follow the 'standard'. The log page is the Feature value used in ATA command.…
61 …ealth Information LID value in the Get Log Page command (i.e. 0x2). The attribute ID is the byte o…
62 * __SCSI__ : The Log Page ID is the Page Code value in the Mode Sense command. The attribute ID is …
/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/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
82 This attribute, when attached to a function or variable definition, indicates
91 Whether this attribute has any effect on the linker depends on the target and
95 targets (Windows and Apple platforms), the `used` attribute prevents symbols
98 This linker GC can be avoided by also adding the ``retain`` attribute. Note
99 that ``retain`` requires special support from the linker; see that attribute's
107 This attribute, when attached to a function or variable definition, prevents
113 this attribute has no effect. This attribute is typically combined with the
114 ``used`` attribute to force the definition to be emitted and preserved into the
[all …]
/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()
212 JOS.attribute("block", blockID(E.Block->getBlockID())); in endAnalysis()
213 JOS.attribute("iter", E.Iter); in endAnalysis()
214 JOS.attribute("post_visit", E.PostVisit); in endAnalysis()
215 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 *,
47 struct attribute attr;
58 struct attribute *, int);
59 struct attribute **attrs;
129 struct attribute *attr; in sysctl_handle_attr()
136 attr = (struct attribute *)(intptr_t)arg2; in sysctl_handle_attr()
179 sysfs_create_file(struct kobject *kobj, const struct attribute *attr) in sysfs_create_file()
223 const struct attribute *attr, const char *group) in sysfs_add_file_to_group()
238 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.h594 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()
618 JOS.attribute(Label, Value); in printNumber()
622 JOS.attribute(Label, Value); in printNumber()
626 JOS.attribute(Label, Value); in printNumber()
630 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/clang/include/clang/CIR/Dialect/IR/
H A DCIRAttrs.td74 "A module-level attribute that holds the optimization information";
76 The `#cir.opt_info` attribute holds optimization related information. For
77 now this attribute is a module-level attribute that gets attached to the
169 let summary = "An attribute containing an integer value";
171 An integer attribute is a literal attribute that represents an integral
236 let summary = "An attribute containing a floating-point value";
238 An fp attribute is a literal attribute that represents a floating-point
273 An CIR array attribute is an array of literals of the specified attr types.
320 A CIR vector attribute is an array of literals of the specified attribute
354 A pointer attribute is a literal attribute that represents an integral
[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