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

12345

/freebsd-10.0-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-10.0-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-10.0-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-10.0-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-10.0-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-10.0-release/crypto/openssl/crypto/asn1/
H A Dx_req.c66 * encode the attributes field if it is empty. This is in
68 * this by making the attributes field OPTIONAL then using
75 * the information is now contained in the attributes field:
78 * 3. If it is not empty then some attributes are present.
88 rinf->attributes = sk_X509_ATTRIBUTE_new_null();
89 if(!rinf->attributes) return 0;
101 ASN1_IMP_SET_OF_OPT(X509_REQ_INFO, attributes, X509_ATTRIBUTE, 0)
/freebsd-10.0-release/crypto/openssl/crypto/store/
H A Dstr_mem.c73 from the range of attributes associated with the object (basically,
92 be used to add attributes
101 attributes to search for. Each
103 int search_index; /* which of the search attributes we
113 OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]);
115 OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]);
117 STORE_OBJECT *data, OPENSSL_ITEM attributes[],
124 OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]);
126 OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]);
130 static int mem_lock(STORE *s, OPENSSL_ITEM attributes[],
172 mem_generate(STORE *s, STORE_OBJECT_TYPES type, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
178 mem_get(STORE *s, STORE_OBJECT_TYPES type, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
192 mem_store(STORE *s, STORE_OBJECT_TYPES type, STORE_OBJECT *data, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
207 mem_delete(STORE *s, STORE_OBJECT_TYPES type, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
221 mem_list_start(STORE *s, STORE_OBJECT_TYPES type, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
352 mem_lock(STORE *s, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
357 mem_unlock(STORE *s, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
[all...]
H A Dstore.h172 /* Store functions take attribute lists. Those attributes come with codes.
236 X509 *STORE_get_certificate(STORE *e, OPENSSL_ITEM attributes[],
238 int STORE_store_certificate(STORE *e, X509 *data, OPENSSL_ITEM attributes[],
243 int STORE_revoke_certificate(STORE *e, OPENSSL_ITEM attributes[],
245 int STORE_delete_certificate(STORE *e, OPENSSL_ITEM attributes[],
247 void *STORE_list_certificate_start(STORE *e, OPENSSL_ITEM attributes[],
252 EVP_PKEY *STORE_generate_key(STORE *e, OPENSSL_ITEM attributes[],
254 EVP_PKEY *STORE_get_private_key(STORE *e, OPENSSL_ITEM attributes[],
257 OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]);
261 int STORE_revoke_private_key(STORE *e, OPENSSL_ITEM attributes[],
[all...]
H A Dstr_lib.c254 X509 *STORE_get_certificate(STORE *s, OPENSSL_ITEM attributes[], argument
264 attributes, parameters);
280 int STORE_store_certificate(STORE *s, X509 *data, OPENSSL_ITEM attributes[], argument
304 object, attributes, parameters);
335 int STORE_revoke_certificate(STORE *s, OPENSSL_ITEM attributes[], argument
342 attributes, parameters))
351 int STORE_delete_certificate(STORE *s, OPENSSL_ITEM attributes[], argument
358 attributes, parameters))
367 void *STORE_list_certificate_start(STORE *s, OPENSSL_ITEM attributes[], argument
376 STORE_OBJECT_TYPE_X509_CERTIFICATE, attributes, parameter
438 STORE_generate_key(STORE *s, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
464 STORE_get_private_key(STORE *s, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
490 STORE_store_private_key(STORE *s, EVP_PKEY *data, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
552 STORE_revoke_private_key(STORE *s, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
572 STORE_delete_private_key(STORE *s, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
588 STORE_list_private_key_start(STORE *s, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
659 STORE_get_public_key(STORE *s, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
685 STORE_store_public_key(STORE *s, EVP_PKEY *data, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
747 STORE_revoke_public_key(STORE *s, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
767 STORE_delete_public_key(STORE *s, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
783 STORE_list_public_key_start(STORE *s, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
854 STORE_generate_crl(STORE *s, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
880 STORE_get_crl(STORE *s, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
906 STORE_store_crl(STORE *s, X509_CRL *data, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
961 STORE_delete_crl(STORE *s, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
977 STORE_list_crl_start(STORE *s, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
1048 STORE_store_number(STORE *s, BIGNUM *data, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
1099 STORE_get_number(STORE *s, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
1122 STORE_delete_number(STORE *s, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
1138 STORE_store_arbitrary(STORE *s, BUF_MEM *data, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
1189 STORE_get_arbitrary(STORE *s, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
1212 STORE_delete_arbitrary(STORE *s, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
1537 OPENSSL_ITEM *attributes; member in struct:attr_list_ctx_st
1539 STORE_parse_attrs_start(OPENSSL_ITEM *attributes) argument
[all...]
/freebsd-10.0-release/crypto/openssl/crypto/evp/
H A Devp_pkey.c186 return X509at_get_attr_count(key->attributes);
192 return X509at_get_attr_by_NID(key->attributes, nid, lastpos);
198 return X509at_get_attr_by_OBJ(key->attributes, obj, lastpos);
203 return X509at_get_attr(key->attributes, loc);
208 return X509at_delete_attr(key->attributes, loc);
213 if(X509at_add1_attr(&key->attributes, attr)) return 1;
221 if(X509at_add1_attr_by_OBJ(&key->attributes, obj,
230 if(X509at_add1_attr_by_NID(&key->attributes, nid,
239 if(X509at_add1_attr_by_txt(&key->attributes, attrname,
/freebsd-10.0-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-10.0-release/contrib/texinfo/makeinfo/
H A Dhtml.h47 extern void add_link (char *nodename, char *attributes);
/freebsd-10.0-release/crypto/openssl/crypto/x509/
H A Dx509_req.c238 if (!req->req_info->attributes)
240 if (!(req->req_info->attributes = sk_X509_ATTRIBUTE_new_null()))
243 if(!sk_X509_ATTRIBUTE_push(req->req_info->attributes, attr)) goto err;
260 return X509at_get_attr_count(req->req_info->attributes);
266 return X509at_get_attr_by_NID(req->req_info->attributes, nid, lastpos);
272 return X509at_get_attr_by_OBJ(req->req_info->attributes, obj, lastpos);
277 return X509at_get_attr(req->req_info->attributes, loc);
282 return X509at_delete_attr(req->req_info->attributes, loc);
287 if(X509at_add1_attr(&req->req_info->attributes, attr)) return 1;
295 if(X509at_add1_attr_by_OBJ(&req->req_info->attributes, ob
[all...]
/freebsd-10.0-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.d91 #pragma D attributes Stable/Stable/Common curpsinfo
95 #pragma D attributes Stable/Stable/Common curlwpsinfo
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFAbbreviationDeclaration.cpp102 const DWARFAttribute::collection& attributes = abbr_decl.Attributes(); local
103 const uint32_t num_abbr_decl_attributes = attributes.size();
111 attributes[i].get(attr, form);
127 // Don't add these attributes
152 const DWARFAttribute::collection& attributes = abbr_decl.Attributes(); local
153 const uint32_t num_abbr_decl_attributes = attributes.size();
162 attributes[i].get(attr, form);
/freebsd-10.0-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-10.0-release/contrib/amd/conf/nfs_prot/
H A Dnfs_prot_freebsd2.h62 #define drok_attributes attributes
80 #define ns_attr_u attributes
/freebsd-10.0-release/crypto/heimdal/kadmin/
H A Dutil.c46 * attributes
72 * convert the attributes in `attributes' into a printable string
77 attributes2str(krb5_flags attributes, char *str, size_t len) argument
79 unparse_flags (attributes, kdb_attrs, str, len);
83 * convert the string in `str' into attributes in `flags'
102 * try to parse the string `resp' into attributes in `attr', also
103 * setting the `bit' in `mask' if attributes are given and valid.
125 * allow the user to edit the attributes in `attr', prompting with `prompt'
393 ent->attributes
433 set_entry(krb5_context contextp, kadm5_principal_ent_t ent, int *mask, const char *max_ticket_life, const char *max_renewable_life, const char *expiration, const char *pw_expiration, const char *attributes) argument
[all...]

Completed in 313 milliseconds

12345