Searched refs:mem_alloc (Results 1 – 15 of 15) sorted by relevance
185 r = (struct tcp_rendezvous *) mem_alloc (sizeof (*r)); in svctcp_create()186 xprt = (SVCXPRT *) mem_alloc (sizeof (SVCXPRT)); in svctcp_create()228 xprt = (SVCXPRT *) mem_alloc (sizeof (SVCXPRT)); in libc_hidden_nolink_sunrpc()229 cd = (struct tcp_conn *) mem_alloc (sizeof (struct tcp_conn)); in libc_hidden_nolink_sunrpc()
155 xprt = (SVCXPRT *) mem_alloc (sizeof (SVCXPRT)); in svcudp_bufcreate()156 su = (struct svcudp_data *) mem_alloc (sizeof (*su)); in svcudp_bufcreate()157 buf = mem_alloc (((MAX (sendsz, recvsz) + 3) / 4) * 4); in svcudp_bufcreate()414 (type *) mem_alloc((unsigned) (sizeof(type) * (size)))554 newbuf = mem_alloc (su->su_iosz); in libc_hidden_nolink_sunrpc()
182 r = (struct unix_rendezvous *) mem_alloc (sizeof (*r)); in svcunix_create()183 xprt = (SVCXPRT *) mem_alloc (sizeof (SVCXPRT)); in svcunix_create()221 xprt = (SVCXPRT *) mem_alloc (sizeof (SVCXPRT)); in libc_hidden_nolink_sunrpc()222 cd = (struct unix_conn *) mem_alloc (sizeof (struct unix_conn)); in libc_hidden_nolink_sunrpc()
108 auth = (AUTH *) mem_alloc (sizeof (*auth)); in authunix_create()109 au = (struct audata *) mem_alloc (sizeof (*au)); in authunix_create()142 au->au_origcred.oa_base = mem_alloc ((u_int) len); in authunix_create()
51 #define ALLOC(object_type) (object_type *) mem_alloc(sizeof(object_type))150 ad->ad_fullname = mem_alloc (ad->ad_fullnamelen + 1); in libc_hidden_def()153 ad->ad_servername = mem_alloc (ad->ad_servernamelen + 1); in libc_hidden_def()
124 mem_alloc (oa->oa_length); in xdr_callmsg()164 mem_alloc (oa->oa_length); in xdr_callmsg()
365 entry->rname = mem_alloc ((u_int) full_len); in _svcauth_des()404 authdes_lru = (int *) mem_alloc (sizeof (int) * AUTHDES_CACHESZ); in cache_init()545 cred = (struct bsdcred *) mem_alloc (sizeof (struct bsdcred) in authdes_getucred()
119 h = (CLIENT *) mem_alloc (sizeof (*h)); in clnttcp_create()120 ct = (struct ct_data *) mem_alloc (sizeof (*ct)); in clnttcp_create()
627 *cpp = sp = (char *) mem_alloc (nodesize); in libc_hidden_def()788 *cpp = sp = (char *) mem_alloc (nodesize); in libc_hidden_nolink_sunrpc()
117 struct ct_data *ct = (struct ct_data *) mem_alloc (sizeof (*ct)); in clntunix_create()121 h = (CLIENT *) mem_alloc (sizeof (*h)); in clntunix_create()
143 RECSTREAM *rstrm = (RECSTREAM *) mem_alloc (sizeof (RECSTREAM)); in xdrrec_create()149 buf = mem_alloc (sendsize + recvsize + BYTES_PER_XDR_UNIT); in xdrrec_create()
132 cl = (CLIENT *) mem_alloc (sizeof (CLIENT)); in __libc_clntudp_bufcreate()135 cu = (struct cu_data *) mem_alloc (sizeof (*cu) + sendsz + recvsz); in __libc_clntudp_bufcreate()
194 s = (struct svc_callout *) mem_alloc (sizeof (struct svc_callout)); in svc_register()
61 #define mem_alloc(bsize) malloc(bsize) macro
1997 @c mem_alloc @ascuheap @acsmem