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

12

/freebsd-10.2-release/crypto/openssl/crypto/pkcs12/
H A Dp12_attr.c140 ASN1_TYPE *atype; local
141 if (!(atype = PKCS12_get_attr(bag, NID_friendlyName)))
143 if (atype->type != V_ASN1_BMPSTRING)
145 return OPENSSL_uni2asc(atype->value.bmpstring->data,
146 atype->value.bmpstring->length);
/freebsd-10.2-release/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-10.2-release/sys/sparc64/include/
H A Datomic.h172 #define ATOMIC_GEN(name, ptype, vtype, atype, sz) \
175 atomic_add_ ## name(volatile ptype p, atype v) \
180 atomic_add_acq_ ## name(volatile ptype p, atype v) \
185 atomic_add_rel_ ## name(volatile ptype p, atype v) \
191 atomic_clear_ ## name(volatile ptype p, atype v) \
196 atomic_clear_acq_ ## name(volatile ptype p, atype v) \
201 atomic_clear_rel_ ## name(volatile ptype p, atype v) \
240 atomic_set_ ## name(volatile ptype p, atype v) \
245 atomic_set_acq_ ## name(volatile ptype p, atype v) \
250 atomic_set_rel_ ## name(volatile ptype p, atype
[all...]
/freebsd-10.2-release/sys/net/
H A Dif_arcsubr.c109 u_int8_t atype, adst; local
140 atype = (ifp->if_flags & IFF_LINK0) ?
154 atype = ARCTYPE_REVARP;
159 atype = ARCTYPE_ARP;
176 atype = ARCTYPE_INET6;
182 atype = ARCTYPE_IPX;
195 atype = ah->arc_type;
197 if (atype == ARCTYPE_ARP) {
198 atype = (ifp->if_flags & IFF_LINK0) ?
209 mtod(m, struct arphdr *)->ar_pro = atype
525 u_int8_t atype; local
[all...]
/freebsd-10.2-release/lib/libstand/
H A Dbootparam.c80 u_int32_t atype; member in struct:xdr_inaddr
399 xi->atype = htonl(1);
432 if (xi->atype != htonl(1)) {
434 ntohl(xi->atype)));
/freebsd-10.2-release/crypto/openssl/crypto/x509/
H A Dx509_att.c301 int atype = 0; local
311 atype = stmp->type;
317 atype = attrtype;
335 ASN1_TYPE_set(ttmp, atype, stmp);
/freebsd-10.2-release/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)),
H A Dtree-ssa-loop-ivopts.c2998 tree atype = TREE_TYPE (*a); local
3005 if (TYPE_PRECISION (wider_type) < TYPE_PRECISION (atype))
3006 return atype;
3009 return atype;
3016 return atype;
3019 return atype;
/freebsd-10.2-release/lib/libc/sparc64/fpu/
H A Dfpu_qp.c57 #define _QP_TTOQ(qname, fname, ntype, signpos, atype, ...) \
63 union { atype a[2]; ntype n; } u = { .n = n }; \
/freebsd-10.2-release/contrib/tcpdump/
H A Dprint-bgp.c1290 bgp_attr_print(u_int atype, const u_char *pptr, u_int len) argument
1309 switch (atype) {
1345 as_size = bgp_attr_get_as_size(atype, pptr, len);
2149 u_int aflags, atype, alenlen, alen; local
2155 atype = *(tptr + 1);
2168 "Unknown Attribute", atype,
2170 atype,
2184 if (!bgp_attr_print(atype, tptr, alen))
2194 printf("\n\t no Attribute %u decoder",atype); /* we have no decoder for the attribute */
2442 int aflags, atype, alenle local
[all...]
/freebsd-10.2-release/crypto/openssh/openbsd-compat/
H A Dbsd-cray.c275 pwdacm.atype = IA_SECURID;
279 pwdudb.atype = IA_UDB;
283 pwddce.atype = IA_DCE;
287 pwddialup.atype = IA_DIALUP;
292 pwdwal.atype = IA_WAL;
/freebsd-10.2-release/crypto/openssl/crypto/asn1/
H A Dtasn_prn.c505 ASN1_TYPE *atype = (ASN1_TYPE *)*fld; local
506 utype = atype->type;
507 fld = &atype->value.asn1_value;
/freebsd-10.2-release/contrib/ipfilter/
H A Dip_fil.c717 ipf_ifpaddr(softc, v, atype, ifptr, inp, inpmask)
719 int v, atype;
751 return ipf_ifpfillv4addr(atype, sin, &mask,
763 return ipf_ifpfillv6addr(atype, sin6, &mask,
/freebsd-10.2-release/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-10.2-release/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-10.2-release/sys/contrib/ipfilter/netinet/
H A Dip_fil_freebsd.c998 ipf_ifpaddr(softc, v, atype, ifptr, inp, inpmask)
1000 int v, atype;
1048 if (atype == FRI_BROADCAST)
1050 else if (atype == FRI_PEERADDR)
1058 return ipf_ifpfillv6addr(atype, (struct sockaddr_in6 *)sock,
1063 return ipf_ifpfillv4addr(atype, (struct sockaddr_in *)sock,
H A Dfil.c6728 /* Parameters: atype(I) - type of network address update to perform */
6734 /* Given a type of network address update (atype) to perform, copy */
6736 /* netmask update is performed unless FRI_NETMASKED is passed as atype, in */
6737 /* which case the operation fails. For all values of atype other than */
6742 ipf_ifpfillv4addr(atype, sin, mask, inp, inpmask)
6743 int atype;
6747 if (inpmask != NULL && atype != FRI_NETMASKED)
6750 if (atype == FRI_NETWORK || atype == FRI_NETMASKED) {
6751 if (atype
[all...]
/freebsd-10.2-release/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-10.2-release/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-10.2-release/sys/dev/ath/
H A Dif_ath_tx.c1571 HAL_PKT_TYPE atype; local
1652 atype = HAL_PKT_TYPE_BEACON;
1654 atype = HAL_PKT_TYPE_PROBE_RESP;
1656 atype = HAL_PKT_TYPE_ATIM;
1658 atype = HAL_PKT_TYPE_NORMAL; /* XXX */
1667 atype = HAL_PKT_TYPE_PSPOLL; /* stop setting of duration */
1676 atype = HAL_PKT_TYPE_NORMAL; /* default */
1837 bf->bf_state.bfs_atype = atype;
2099 HAL_PKT_TYPE atype; local
2206 atype
[all...]
/freebsd-10.2-release/contrib/openbsm/libbsm/
H A Dbsm_io.c3966 READ_TOKEN_U_INT16(buf, len, tok->tt.socket_ex32.atype, tok->len,
3971 if (tok->tt.socket_ex32.atype != AU_IPv4 &&
3972 tok->tt.socket_ex32.atype != AU_IPv6)
3980 if (tok->tt.socket_ex32.atype == AU_IPv4) {
3997 if (tok->tt.socket_ex32.atype == AU_IPv4) {
4034 print_ip_ex_address(fp, tok->tt.socket_ex32.atype,
4038 print_ip_ex_address(fp, tok->tt.socket_ex32.atype,
4053 print_ip_ex_address(fp, tok->tt.socket_ex32.atype,
4058 print_ip_ex_address(fp, tok->tt.socket_ex32.atype,
/freebsd-10.2-release/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...]
/freebsd-10.2-release/contrib/openbsm/bsm/
H A Dlibbsm.h563 u_int16_t atype; member in struct:__anon4455

Completed in 236 milliseconds

12