Searched refs:ALLOC (Results 26 - 50 of 55) sorted by relevance

123

/freebsd-10.1-release/crypto/heimdal/lib/gssapi/spnego/
H A Dinit_sec_context.c101 ALLOC(nt.u.negTokenResp.negResult, 1);
116 ALLOC(nt.u.negTokenResp.responseToken, 1);
138 ALLOC(nt.u.negTokenResp.mechListMIC, 1);
278 ALLOC(ni.mechToken, 1);
/freebsd-10.1-release/lib/libc/rpc/
H A Dsvc_dg.c476 #define ALLOC(type, size) \ macro
552 uc = ALLOC(struct cl_cache, 1);
560 uc->uc_entries = ALLOC(cache_ptr, size * SPARSENESS);
568 uc->uc_fifo = ALLOC(cache_ptr, size);
631 victim = ALLOC(struct cache_node, 1);
670 victim->cache_addr.buf = ALLOC(char, xprt->xp_rtaddr.len);
/freebsd-10.1-release/crypto/heimdal/lib/hx509/
H A Dcms.c56 #define ALLOC(X, N) (X) = calloc((N), sizeof(*(X))) macro
57 #define ALLOC_SEQ(X, N) do { (X)->len = (N); ALLOC((X)->val, (N)); } while(0)
90 ALLOC(ci.content, 1);
624 ALLOC(enc_alg->parameters, 1);
1265 ALLOC(signer_info->signedAttrs, 1);
1503 ALLOC(sigctx.sd.encapContentInfo.eContent, 1);
1556 ALLOC(sigctx.sd.certificates, 1);
/freebsd-10.1-release/contrib/amd/amd/
H A Dsrvr_nfs.c772 ip = ALLOC(struct sockaddr_in);
994 fs = ALLOC(struct fserver);
1015 np = ALLOC(struct nfs_private);
H A Drpc_fwd.c124 p = ALLOC(struct rpc_forward);
H A Dmapc.c438 n = ALLOC(struct kv);
587 mnt_map *m = ALLOC(struct mnt_map);
H A Dmntfs.c98 mntfs *mf = ALLOC(struct mntfs);
H A Dops_nfs.c438 fp = ALLOC(struct fh_cache);
748 mf->mf_private = (opaque_t) ALLOC(am_nfs_handle_t);
H A Dmap.c250 mp = *mpp = ALLOC(struct am_node);
H A Damfs_generic.c1085 cp = ALLOC(struct continuation);
/freebsd-10.1-release/crypto/heimdal/lib/krb5/
H A Dget_in_tkt.c197 ALLOC(a->req_body.till, 1);
250 ALLOC(a->padata, 1);
289 ALLOC(a->padata, 1);
H A Dget_cred.c105 ALLOC(req_body->enc_authorization_data, 1);
182 ALLOC(t->req_body.sname, 1);
198 ALLOC(t->req_body.till, 1);
208 ALLOC(t->req_body.additional_tickets, 1);
226 ALLOC(t->padata, 1);
H A Dsalt.c265 ALLOC(kd.key, 1);
H A Dmcache.c72 ALLOC(m, 1);
H A Dpkinit.c400 ALLOC(a->pkAuthenticator.paChecksum, 1);
457 ALLOC(a->clientDHNonce, 1);
474 ALLOC(a->clientPublicValue, 1);
550 ALLOC(a->clientPublicValue->algorithm.parameters, 1);
633 ALLOC(content_info->content, 1);
H A Ddigest.c883 ALLOC(ntlm->init.hostname, 1);
887 ALLOC(ntlm->init.domain, 1);
H A Dcrypto.c149 ALLOC(key->schedule, 1);
1789 ALLOC(result->kvno, 1);
2031 ALLOC(*crypto, 1);
H A Dinit_creds_pw.c661 ALLOC(a->req_body.till, 1);
1158 ALLOC(*out_md, 1);
H A Dcontext.c910 ALLOC(p, n);
/freebsd-10.1-release/crypto/heimdal/kdc/
H A Dkx509.c398 ALLOC(rep.certificate);
402 ALLOC(rep.hash);
H A Dkrb5tgs.c469 ALLOC(et->renew_till);
765 ALLOC(et.starttime);
834 ALLOC(et.renew_till);
1367 ALLOC(*auth_data);
1410 ALLOC(ref.referred_realm);
1418 ALLOC(ref.true_principal_name);
1426 ALLOC(ref.requested_principal_name);
/freebsd-10.1-release/contrib/amd/include/
H A Dam_utils.h131 #define ALLOC(ty) ((ty *) xmalloc(sizeof(ty))) macro
/freebsd-10.1-release/contrib/amd/libamu/
H A Dwire.c151 al = ALLOC(struct addrlist);
H A Dmount_fs.c541 nap->addr = ALLOC(struct netbuf); /* free()'ed at end of mount_nfs_fh() */
/freebsd-10.1-release/contrib/ntp/sntp/libevent/test/
H A Dregress_bufferevent.c208 ALLOC, FREE, enumerator in enum:__anon188::__anon189
240 lu_base.locks[lu_base.nr_locks - 1] = (lock_wrapper){ lock, ALLOC, 0 };

Completed in 249 milliseconds

123