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

12

/freebsd-9.3-release/crypto/openssl/crypto/pkcs12/
H A Dp12_attr.c146 ASN1_TYPE *atype; local
147 if (!(atype = PKCS12_get_attr(bag, NID_friendlyName)))
149 if (atype->type != V_ASN1_BMPSTRING)
151 return uni2asc(atype->value.bmpstring->data,
152 atype->value.bmpstring->length);
/freebsd-9.3-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-9.3-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-9.3-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;
192 atype = ah->arc_type;
194 if (atype == ARCTYPE_ARP) {
195 atype = (ifp->if_flags & IFF_LINK0) ?
206 mtod(m, struct arphdr *)->ar_pro = atype
522 u_int8_t atype; local
[all...]
/freebsd-9.3-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-9.3-release/sys/dev/ath/
H A Dif_ath_tx.c509 HAL_PKT_TYPE atype; local
583 atype = HAL_PKT_TYPE_BEACON;
585 atype = HAL_PKT_TYPE_PROBE_RESP;
587 atype = HAL_PKT_TYPE_ATIM;
589 atype = HAL_PKT_TYPE_NORMAL; /* XXX */
598 atype = HAL_PKT_TYPE_PSPOLL; /* stop setting of duration */
607 atype = HAL_PKT_TYPE_NORMAL; /* default */
840 , atype /* Atheros packet type */
865 ath_buf_set_rate(sc, ni, bf, pktlen, flags, ctsrate, (atype == HAL_PKT_TYPE_PSPOLL), rate, try);
886 HAL_PKT_TYPE atype; local
[all...]
/freebsd-9.3-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-9.3-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)),
/freebsd-9.3-release/contrib/bind9/lib/dns/rdata/generic/
H A Dnaptr_35.c531 dns_rdatatype_t atype; local
546 atype = 0;
551 atype = dns_rdatatype_srv;
555 atype = dns_rdatatype_a;
577 if (atype != 0)
578 return ((add)(arg, &name, atype));
/freebsd-9.3-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-9.3-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-9.3-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-9.3-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-9.3-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-9.3-release/contrib/ipfilter/
H A Dip_fil.c762 int fr_ifpaddr(v, atype, ifptr, inp, inpmask)
763 int v, atype;
794 return fr_ifpfillv4addr(atype, sin, &mask, inp, inpmask);
/freebsd-9.3-release/sys/contrib/ipfilter/netinet/
H A Dip_fil_freebsd.c1185 int fr_ifpaddr(v, atype, ifptr, inp, inpmask)
1186 int v, atype;
1242 if (atype == FRI_BROADCAST)
1244 else if (atype == FRI_PEERADDR)
1252 return fr_ifpfillv6addr(atype, (struct sockaddr_in6 *)sock,
1257 return fr_ifpfillv4addr(atype, (struct sockaddr_in *)sock,
H A Dfil.c5792 /* Parameters: atype(I) - type of network address update to perform */
5798 /* Given a type of network address update (atype) to perform, copy */
5800 /* netmask update is performed unless FRI_NETMASKED is passed as atype, in */
5801 /* which case the operation fails. For all values of atype other than */
5805 int fr_ifpfillv4addr(atype, sin, mask, inp, inpmask)
5806 int atype;
5810 if (inpmask != NULL && atype != FRI_NETMASKED)
5813 if (atype == FRI_NETWORK || atype == FRI_NETMASKED) {
5814 if (atype
[all...]
/freebsd-9.3-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-9.3-release/crypto/heimdal/lib/krb5/
H A Daddr_families.c40 krb5_address_type atype; member in struct:addr_operations
760 find_atype(int atype) argument
765 if (atype == a->atype)
/freebsd-9.3-release/contrib/binutils/gas/config/
H A Dtc-arm.c1252 struct neon_typed_alias atype;
1255 atype.defined = 0;
1256 atype.index = -1;
1257 atype.eltype.type = NT_invtype;
1258 atype.eltype.size = -1;
1268 *typeinfo = atype;
1288 atype = *reg->neon;
1292 if ((atype.defined & NTA_HASTYPE) != 0)
1297 atype.defined |= NTA_HASTYPE;
1298 atype
1250 struct neon_typed_alias atype; local
1359 struct neon_typed_alias atype; local
1393 struct neon_typed_alias atype; local
1793 struct neon_typed_alias atype; local
1993 insert_neon_reg_alias(char *str, int number, int type, struct neon_typed_alias *atype) argument
[all...]
/freebsd-9.3-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-9.3-release/contrib/openbsm/bsm/
H A Dlibbsm.h563 u_int16_t atype; member in struct:__anon3987
/freebsd-9.3-release/sys/gnu/fs/xfs/
H A Dxfs_bmap.c2616 xfs_alloctype_t atype = 0; /* type for allocation routines */ local
2674 atype = ap->rval == 0 ? XFS_ALLOCTYPE_ANY_AG : XFS_ALLOCTYPE_NEAR_BNO;
2679 &ralen, atype, ap->wasdel, prod, &rtb)))
2683 ap->alen, &ralen, atype,
2713 xfs_alloctype_t atype = 0; /* type for allocation routines */ local
2858 atype = args.type;
2872 atype = args.type;
2908 args.type = atype;
2922 args.type = atype;

Completed in 374 milliseconds

12