Searched refs:atype (Results 1 - 25 of 35) sorted by relevance

12

/freebsd-12-stable/crypto/openssl/crypto/pkcs12/
H A Dp12_attr.c89 const ASN1_TYPE *atype; local
91 if ((atype = PKCS12_SAFEBAG_get0_attr(bag, NID_friendlyName)) == NULL)
93 if (atype->type != V_ASN1_BMPSTRING)
95 return OPENSSL_uni2utf8(atype->value.bmpstring->data,
96 atype->value.bmpstring->length);
/freebsd-12-stable/sys/netgraph/
H A Dng_one2many.h78 #define NG_ONE2MANY_CONFIG_TYPE_INFO(atype) { \
81 { "enabledLinks", (atype) }, \
H A Dng_ppp.h115 #define NG_PPP_MP_STATE_TYPE_INFO(atype) { \
116 { "rseq", (atype) }, \
/freebsd-12-stable/sys/sparc64/include/
H A Datomic.h177 #define ATOMIC_GEN(name, ptype, vtype, atype, sz) \
180 atomic_add_ ## name(volatile ptype p, atype v) \
185 atomic_add_acq_ ## name(volatile ptype p, atype v) \
190 atomic_add_rel_ ## name(volatile ptype p, atype v) \
196 atomic_clear_ ## name(volatile ptype p, atype v) \
201 atomic_clear_acq_ ## name(volatile ptype p, atype v) \
206 atomic_clear_rel_ ## name(volatile ptype p, atype v) \
274 atomic_set_ ## name(volatile ptype p, atype v) \
279 atomic_set_acq_ ## name(volatile ptype p, atype v) \
284 atomic_set_rel_ ## name(volatile ptype p, atype
[all...]
/freebsd-12-stable/stand/libsa/
H A Dbootparam.c80 uint32_t atype; member in struct:xdr_inaddr
384 xi->atype = htonl(1);
415 if (xi->atype != htonl(1)) {
417 ntohl(xi->atype)));
/freebsd-12-stable/crypto/openssl/crypto/x509/
H A Dx509_att.c250 int atype = 0; local
260 atype = stmp->type;
266 atype = attrtype;
283 ASN1_TYPE_set(ttmp, atype, stmp);
/freebsd-12-stable/contrib/gcc/
H A Dtree-ssa-address.c572 tree addr_type = build_pointer_type (type), atype; local
632 atype = TREE_TYPE (parts.base);
634 fold_build2 (PLUS_EXPR, atype,
636 fold_convert (atype, parts.index)),
653 atype = TREE_TYPE (parts.base);
655 fold_build2 (PLUS_EXPR, atype,
657 fold_convert (atype, parts.offset)),
/freebsd-12-stable/lib/libc/sparc64/fpu/
H A Dfpu_qp.c59 #define _QP_TTOQ(qname, fname, ntype, signpos, atype, ...) \
65 union { atype a[2]; ntype n; } u = { .n = n }; \
/freebsd-12-stable/crypto/openssl/crypto/asn1/
H A Da_int.c450 int atype)
456 ret = ASN1_STRING_type_new(atype);
459 ret->type = atype;
449 bn_to_asn1_string(const BIGNUM *bn, ASN1_STRING *ai, int atype) argument
H A Dtasn_prn.c459 ASN1_TYPE *atype = (ASN1_TYPE *)*fld; local
460 utype = atype->type;
461 fld = &atype->value.asn1_value;
/freebsd-12-stable/contrib/ipfilter/
H A Dip_fil.c660 ipf_ifpaddr(softc, v, atype, ifptr, inp, inpmask)
662 int v, atype;
682 return ipf_ifpfillv4addr(atype, sin, &mask,
694 return ipf_ifpfillv6addr(atype, sin6, &mask,
/freebsd-12-stable/contrib/binutils/ld/
H A Dldgram.y145 %type <token> assign_op atype attributes_opt sect_constraint
978 atype: label
985 exp atype ':' { $$ = $1; }
986 | atype ':' { $$ = (etree_type *)NULL; }
991 BIND '(' exp ')' atype ':' { $$ = $3; }
992 | BIND '(' exp ')' BLOCK '(' exp ')' atype ':'
/freebsd-12-stable/contrib/tcpdump/
H A Dprint-bgp.c1364 u_int atype, const u_char *pptr, u_int len, const unsigned attr_set_level)
1382 switch (atype) {
1416 as_size = bgp_attr_get_as_size(ndo, atype, pptr, len);
2260 atype = *(tptr + 1);
2273 "Unknown Attribute", atype),
2274 atype,
2296 else if (!bgp_attr_print(ndo, atype, tptr, alen, attr_set_level + 1))
2322 ND_PRINT((ndo, "\n\t no Attribute %u decoder", atype)); /* we have no decoder for the attribute */
2560 int aflags, atype, alenlen, alen; local
2568 atype
1363 bgp_attr_print(netdissect_options *ndo, u_int atype, const u_char *pptr, u_int len, const unsigned attr_set_level) argument
[all...]
/freebsd-12-stable/contrib/gcc/cp/
H A Dinit.c2404 tree atype = TREE_TYPE (base);
2406 tree type = TREE_TYPE (atype);
2419 if (TYPE_DOMAIN (atype))
2420 maxindex = array_type_nelts (atype);
2428 inner_elt_type = strip_array_types (atype);
2445 stmt_expr = build2 (INIT_EXPR, atype, base, init);
2655 atype = build_pointer_type (atype);
2656 stmt_expr = build1 (NOP_EXPR, atype, stmt_expr);
2401 tree atype = TREE_TYPE (base); local
/freebsd-12-stable/crypto/openssl/crypto/ec/
H A Dec_ameth.c655 int atype; local
662 X509_ALGOR_get0(&aoid, &atype, &aval, alg);
666 if (atype == V_ASN1_UNDEF || atype == V_ASN1_NULL) {
679 ecpeer = eckey_type2param(atype, aval);
/freebsd-12-stable/sys/contrib/ipfilter/netinet/
H A Dip_fil_freebsd.c961 ipf_ifpaddr(softc, v, atype, ifptr, inp, inpmask)
963 int v, atype;
1011 if (atype == FRI_BROADCAST)
1013 else if (atype == FRI_PEERADDR)
1021 return ipf_ifpfillv6addr(atype, (struct sockaddr_in6 *)sock,
1026 return ipf_ifpfillv4addr(atype, (struct sockaddr_in *)sock,
H A Dfil.c6762 /* Parameters: atype(I) - type of network address update to perform */
6768 /* Given a type of network address update (atype) to perform, copy */
6770 /* netmask update is performed unless FRI_NETMASKED is passed as atype, in */
6771 /* which case the operation fails. For all values of atype other than */
6776 ipf_ifpfillv4addr(atype, sin, mask, inp, inpmask)
6777 int atype;
6781 if (inpmask != NULL && atype != FRI_NETMASKED)
6784 if (atype == FRI_NETWORK || atype == FRI_NETMASKED) {
6785 if (atype
[all...]
/freebsd-12-stable/crypto/openssl/crypto/dh/
H A Ddh_ameth.c615 int atype; local
624 X509_ALGOR_get0(&aoid, &atype, &aval, alg);
628 if (atype != V_ASN1_UNDEF && atype == V_ASN1_NULL)
/freebsd-12-stable/contrib/gdb/gdb/
H A Dada-lang.c2343 ada_type_match (struct type *ftype, struct type *atype, int may_deref)
2346 CHECK_TYPEDEF (atype);
2350 if (TYPE_CODE (atype) == TYPE_CODE_REF)
2351 atype = TYPE_TARGET_TYPE (atype);
2354 || TYPE_CODE (atype) == TYPE_CODE_VOID)
2362 if (TYPE_CODE (atype) == TYPE_CODE_PTR)
2364 TYPE_TARGET_TYPE (atype), 0);
2367 ada_type_match (TYPE_TARGET_TYPE (ftype), atype, 0));
2371 switch (TYPE_CODE (atype))
2338 ada_type_match(struct type *ftype, struct type *atype, int may_deref) argument
2417 struct type *atype = check_typedef (VALUE_TYPE (actuals[i])); local
[all...]
H A Dvalues.c85 struct type *atype = check_typedef (type);
87 val = (struct value *) xmalloc (sizeof (struct value) + TYPE_LENGTH (atype));
84 struct type *atype = check_typedef (type); local
/freebsd-12-stable/crypto/heimdal/lib/krb5/
H A Daddr_families.c38 krb5_address_type atype; member in struct:addr_operations
826 find_atype(krb5_address_type atype) argument
831 if (atype == a->atype)
/freebsd-12-stable/sys/dev/ath/
H A Dif_ath_tx.c1566 HAL_PKT_TYPE atype; local
1651 atype = HAL_PKT_TYPE_BEACON;
1653 atype = HAL_PKT_TYPE_PROBE_RESP;
1655 atype = HAL_PKT_TYPE_ATIM;
1657 atype = HAL_PKT_TYPE_NORMAL; /* XXX */
1666 atype = HAL_PKT_TYPE_PSPOLL; /* stop setting of duration */
1675 atype = HAL_PKT_TYPE_NORMAL; /* default */
1874 bf->bf_state.bfs_atype = atype;
2150 HAL_PKT_TYPE atype; local
2291 atype
[all...]
/freebsd-12-stable/sbin/ipfw/
H A Dtables.c1986 const char *atype; local
1996 if ((atype = match_value(tabletypes, info->type)) == NULL)
1997 atype = "unknown";
1999 printf(" type: %s\n refcount: %u\n", atype, info->refcnt);
/freebsd-12-stable/contrib/openbsm/libbsm/
H A Dbsm_io.c3965 READ_TOKEN_U_INT16(buf, len, tok->tt.socket_ex32.atype, tok->len,
3970 if (tok->tt.socket_ex32.atype != AU_IPv4 &&
3971 tok->tt.socket_ex32.atype != AU_IPv6)
3979 if (tok->tt.socket_ex32.atype == AU_IPv4) {
3996 if (tok->tt.socket_ex32.atype == AU_IPv4) {
4033 print_ip_ex_address(fp, tok->tt.socket_ex32.atype,
4037 print_ip_ex_address(fp, tok->tt.socket_ex32.atype,
4052 print_ip_ex_address(fp, tok->tt.socket_ex32.atype,
4057 print_ip_ex_address(fp, tok->tt.socket_ex32.atype,
/freebsd-12-stable/contrib/binutils/gas/config/
H A Dtc-arm.c1254 struct neon_typed_alias atype;
1257 atype.defined = 0;
1258 atype.index = -1;
1259 atype.eltype.type = NT_invtype;
1260 atype.eltype.size = -1;
1270 *typeinfo = atype;
1290 atype = *reg->neon;
1294 if ((atype.defined & NTA_HASTYPE) != 0)
1299 atype.defined |= NTA_HASTYPE;
1300 atype
1252 struct neon_typed_alias atype; local
1361 struct neon_typed_alias atype; local
1395 struct neon_typed_alias atype; local
1795 struct neon_typed_alias atype; local
1995 insert_neon_reg_alias(char *str, int number, int type, struct neon_typed_alias *atype) argument
[all...]

Completed in 430 milliseconds

12