Searched refs:attributes (Results 1 - 25 of 157) sorted by relevance

1234567

/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pragma/
H A Derr.D_PRAGMA_MALFORM.d37 #pragma D attributes incorrect_attr
H A Derr.D_PRAGMA_INVAL.d31 * Verify invalid attributes
40 #pragma D attributes incorrect_attr foo
H A Derr.D_PRAGMA_UNUSED.UnusedPragma.d40 #pragma D attributes Stable/Stable/Common func;
/freebsd-9.3-release/gnu/lib/libodialog/
H A Ddialog.h91 #define screen_attr attributes[0]
92 #define shadow_attr attributes[1]
93 #define dialog_attr attributes[2]
94 #define title_attr attributes[3]
95 #define border_attr attributes[4]
96 #define button_active_attr attributes[5]
97 #define button_inactive_attr attributes[6]
98 #define button_key_active_attr attributes[7]
99 #define button_key_inactive_attr attributes[8]
100 #define button_label_active_attr attributes[
[all...]
/freebsd-9.3-release/contrib/gcc/config/
H A Dsol2.c34 /* Attach any pending attributes for DECL to the list in *ATTRIBUTES.
35 Pending attributes come from #pragma or _Pragma, so this code is
41 solaris_insert_attributes (tree decl, tree *attributes) argument
53 || lookup_attribute ("aligned", *attributes))
57 *attributes = tree_cons (get_identifier ("aligned"), value,
58 *attributes);
72 *attributes = tree_cons (get_identifier ("init"), NULL,
73 *attributes);
74 *attributes = tree_cons (get_identifier ("used"), NULL,
75 *attributes);
[all...]
/freebsd-9.3-release/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
[all...]
H A Dsci_base_memory_descriptor_list_decorator.c69 U32 attributes
79 if ( (mde->constant_memory_attributes == attributes)
80 || (attributes == 0) )
94 U32 attributes,
113 if ( (mde->constant_memory_attributes == attributes)
114 || (attributes == 0) )
92 sci_mdl_decorator_assign_memory( SCI_MEMORY_DESCRIPTOR_LIST_HANDLE_T mdl, U32 attributes, POINTER_UINT virtual_address, SCI_PHYSICAL_ADDRESS sci_physical_address ) argument
H A Dsci_base_memory_descriptor_list.h132 #define sci_base_mde_construct(mde, alignment, size, attributes) \
136 (mde)->constant_memory_attributes = (attributes); \
149 * @param[in] attributes This parameter specifies the attributes for the
161 U16 attributes
H A Dsci_base_memory_descriptor_list.c149 U16 attributes
160 || (mde->constant_memory_attributes != attributes)
/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libzpool/common/
H A Dzfs.d32 #pragma D attributes Evolving/Evolving/ISA provider zfs provider
33 #pragma D attributes Private/Private/Unknown provider zfs module
34 #pragma D attributes Private/Private/Unknown provider zfs function
35 #pragma D attributes Evolving/Evolving/ISA provider zfs name
36 #pragma D attributes Evolving/Evolving/ISA provider zfs args
/freebsd-9.3-release/contrib/tcsh/
H A Dtc.prompt.c171 tprintf_append_mbs(struct Strbuf *buf, const char *mbs, Char attributes) argument
177 Strbuf_append1(buf, wc | attributes);
186 Char attributes = 0; local
208 tprintf_append_mbs(&buf, cz, attributes);
212 tprintf_append_mbs(&buf, str, attributes);
218 Strbuf_append1(&buf, attributes | Scp);
233 tprintf_append_mbs(&buf, cz, attributes);
266 p = Itoa(hr, adrof(STRpadhour) ? 2 : 0, attributes);
269 Strbuf_append1(&buf, attributes | ':');
270 p = Itoa(t->tm_min, 2, attributes);
[all...]
H A Dtc.printf.c73 int attributes = 0; local
79 (*addchar) (((unsigned char)*f) | attributes);
175 (*addchar) (pad | attributes);
177 (*addchar) (((unsigned char) *bp) | attributes);
180 (*addchar) (' ' | attributes);
238 (*addchar) (pad | attributes);
240 (*addchar) (((unsigned char) *bp) | attributes);
243 (*addchar) (' ' | attributes);
249 (*addchar) (i | attributes);
263 (*addchar) ((int) (pad | attributes));
[all...]
/freebsd-9.3-release/crypto/openssl/crypto/asn1/
H A Dx_req.c67 * encode the attributes field if it is empty. This is in
69 * this by making the attributes field OPTIONAL then using
76 * the information is now contained in the attributes field:
79 * 3. If it is not empty then some attributes are present.
88 rinf->attributes = sk_X509_ATTRIBUTE_new_null();
89 if (!rinf->attributes)
102 ASN1_IMP_SET_OF_OPT(X509_REQ_INFO, attributes, X509_ATTRIBUTE, 0)
H A Dp8_pkey.c83 ASN1_IMP_SET_OF_OPT(PKCS8_PRIV_KEY_INFO, attributes, X509_ATTRIBUTE, 0)
/freebsd-9.3-release/crypto/openssl/crypto/store/
H A Dstr_mem.c75 * attributes associated with the object (basically, the difference between
93 * Currently unused, but can be used to add attributes from parts of the
103 * Sets of attributes to search for.
108 * which of the search attributes we found a match
119 OPENSSL_ITEM attributes[],
122 OPENSSL_ITEM attributes[],
125 OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]);
133 OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]);
135 OPENSSL_ITEM attributes[],
140 static int mem_lock(STORE *s, OPENSSL_ITEM attributes[],
181 mem_generate(STORE *s, STORE_OBJECT_TYPES type, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
189 mem_get(STORE *s, STORE_OBJECT_TYPES type, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
204 mem_store(STORE *s, STORE_OBJECT_TYPES type, STORE_OBJECT *data, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
223 mem_delete(STORE *s, STORE_OBJECT_TYPES type, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
238 mem_list_start(STORE *s, STORE_OBJECT_TYPES type, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
362 mem_lock(STORE *s, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
368 mem_unlock(STORE *s, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
[all...]
H A Dstore.h187 * Store functions take attribute lists. Those attributes come with codes.
250 X509 *STORE_get_certificate(STORE *e, OPENSSL_ITEM attributes[],
252 int STORE_store_certificate(STORE *e, X509 *data, OPENSSL_ITEM attributes[],
259 int STORE_revoke_certificate(STORE *e, OPENSSL_ITEM attributes[],
261 int STORE_delete_certificate(STORE *e, OPENSSL_ITEM attributes[],
263 void *STORE_list_certificate_start(STORE *e, OPENSSL_ITEM attributes[],
268 EVP_PKEY *STORE_generate_key(STORE *e, OPENSSL_ITEM attributes[],
270 EVP_PKEY *STORE_get_private_key(STORE *e, OPENSSL_ITEM attributes[],
273 OPENSSL_ITEM attributes[],
280 int STORE_revoke_private_key(STORE *e, OPENSSL_ITEM attributes[],
[all...]
H A Dstr_lib.c238 X509 *STORE_get_certificate(STORE *s, OPENSSL_ITEM attributes[], argument
248 attributes, parameters);
264 int STORE_store_certificate(STORE *s, X509 *data, OPENSSL_ITEM attributes[], argument
286 object, attributes, parameters);
318 int STORE_revoke_certificate(STORE *s, OPENSSL_ITEM attributes[], argument
325 attributes, parameters)) {
333 int STORE_delete_certificate(STORE *s, OPENSSL_ITEM attributes[], argument
340 attributes, parameters)) {
348 void *STORE_list_certificate_start(STORE *s, OPENSSL_ITEM attributes[], argument
358 attributes, parameter
417 STORE_generate_key(STORE *s, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
441 STORE_get_private_key(STORE *s, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
465 STORE_store_private_key(STORE *s, EVP_PKEY *data, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
524 STORE_revoke_private_key(STORE *s, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
543 STORE_delete_private_key(STORE *s, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
558 STORE_list_private_key_start(STORE *s, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
625 STORE_get_public_key(STORE *s, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
649 STORE_store_public_key(STORE *s, EVP_PKEY *data, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
708 STORE_revoke_public_key(STORE *s, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
727 STORE_delete_public_key(STORE *s, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
742 STORE_list_public_key_start(STORE *s, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
809 STORE_generate_crl(STORE *s, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
833 STORE_get_crl(STORE *s, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
857 STORE_store_crl(STORE *s, X509_CRL *data, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
909 STORE_delete_crl(STORE *s, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
923 STORE_list_crl_start(STORE *s, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
986 STORE_store_number(STORE *s, BIGNUM *data, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
1035 STORE_get_number(STORE *s, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
1056 STORE_delete_number(STORE *s, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
1070 STORE_store_arbitrary(STORE *s, BUF_MEM *data, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
1120 STORE_get_arbitrary(STORE *s, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
1142 STORE_delete_arbitrary(STORE *s, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
1450 OPENSSL_ITEM *attributes; member in struct:attr_list_ctx_st
1452 STORE_parse_attrs_start(OPENSSL_ITEM *attributes) argument
[all...]
/freebsd-9.3-release/contrib/groff/src/utils/xtotroff/
H A Dxtotroff.c54 || p->ascent != 0 || p->descent != 0 || p->attributes != 0;
61 unsigned int attributes; local
64 if (!XParseFontName(font_name, &parsed, &attributes)) {
69 attributes &= ~(FontNamePixelSize | FontNameAverageWidth
72 XFormatFontName(&parsed, attributes, canon_font_name);
107 unsigned int attributes; local
116 if (!XParseFontName(font_name, &parsed, &attributes)) {
121 attributes &= ~(FontNamePixelSize | FontNameAverageWidth);
122 attributes |= FontNameResolutionX;
123 attributes |
[all...]
/freebsd-9.3-release/contrib/texinfo/makeinfo/
H A Dhtml.h47 extern void add_link (char *nodename, char *attributes);
/freebsd-9.3-release/crypto/openssl/crypto/x509/
H A Dx509_req.c257 if (!req->req_info->attributes) {
258 if (!(req->req_info->attributes = sk_X509_ATTRIBUTE_new_null()))
261 if (!sk_X509_ATTRIBUTE_push(req->req_info->attributes, attr))
282 return X509at_get_attr_count(req->req_info->attributes);
287 return X509at_get_attr_by_NID(req->req_info->attributes, nid, lastpos);
293 return X509at_get_attr_by_OBJ(req->req_info->attributes, obj, lastpos);
298 return X509at_get_attr(req->req_info->attributes, loc);
303 return X509at_delete_attr(req->req_info->attributes, loc);
308 if (X509at_add1_attr(&req->req_info->attributes, attr))
317 if (X509at_add1_attr_by_OBJ(&req->req_info->attributes, ob
[all...]
/freebsd-9.3-release/cddl/lib/libdtrace/
H A Dsched.d68 #pragma D attributes Stable/Stable/Common curcpu
72 #pragma D attributes Stable/Stable/Common cpu
76 #pragma D attributes Stable/Stable/Common pset
80 #pragma D attributes Stable/Stable/Common chip
84 #pragma D attributes Stable/Stable/Common lgrp
H A Dpsinfo.d89 #pragma D attributes Stable/Stable/Common curpsinfo
93 #pragma D attributes Stable/Stable/Common curlwpsinfo
/freebsd-9.3-release/crypto/heimdal/lib/kadm5/
H A Dget_s.c100 out->attributes |= ent.entry.flags.postdate ? 0 : KRB5_KDB_DISALLOW_POSTDATED;
101 out->attributes |= ent.entry.flags.forwardable ? 0 : KRB5_KDB_DISALLOW_FORWARDABLE;
102 out->attributes |= ent.entry.flags.initial ? KRB5_KDB_DISALLOW_TGT_BASED : 0;
103 out->attributes |= ent.entry.flags.renewable ? 0 : KRB5_KDB_DISALLOW_RENEWABLE;
104 out->attributes |= ent.entry.flags.proxiable ? 0 : KRB5_KDB_DISALLOW_PROXIABLE;
105 out->attributes |= ent.entry.flags.invalid ? KRB5_KDB_DISALLOW_ALL_TIX : 0;
106 out->attributes |= ent.entry.flags.require_preauth ? KRB5_KDB_REQUIRES_PRE_AUTH : 0;
107 out->attributes |= ent.entry.flags.server ? 0 : KRB5_KDB_DISALLOW_SVR;
108 out->attributes |= ent.entry.flags.change_pw ? KRB5_KDB_PWCHANGE_SERVICE : 0;
109 out->attributes |
[all...]
/freebsd-9.3-release/contrib/bind9/lib/dns/include/dns/
H A Ddispatch.h89 isc_uint32_t attributes; /*%< mirrored from socket.h */ member in struct:dns_dispatchevent
259 unsigned int attributes, unsigned int mask,
268 unsigned int attributes, unsigned int mask,
287 *\li (attributes & DNS_DISPATCHATTR_TCP) == 0
300 unsigned int attributes, dns_dispatch_t **dispp);
334 *\li attributes includes #DNS_DISPATCHATTR_TCP and does not include
477 * Return the attributes (DNS_DISPATCHATTR_xxx) of this dispatch. Only the
478 * non-changeable attributes are expected to be referenced by the caller.
486 unsigned int attributes, unsigned int mask);
489 * "attributes"
[all...]
/freebsd-9.3-release/crypto/heimdal/kdc/
H A Dv4_dump.c101 int attributes; local
109 &attributes,
117 if(attributes != 0) {
118 warnx("Line %d (%s.%s) has non-zero attributes - skipping",

Completed in 224 milliseconds

1234567