Home
last modified time | relevance | path

Searched refs:mem_alloc (Results 1 – 15 of 15) sorted by relevance

/glibc-2.36/sunrpc/
Dsvc_tcp.c185 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()
Dsvc_udp.c155 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()
Dsvc_unix.c182 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()
Dauth_unix.c108 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()
Dauth_des.c51 #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()
Drpc_cmsg.c124 mem_alloc (oa->oa_length); in xdr_callmsg()
164 mem_alloc (oa->oa_length); in xdr_callmsg()
Dsvcauth_des.c365 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()
Dclnt_tcp.c119 h = (CLIENT *) mem_alloc (sizeof (*h)); in clnttcp_create()
120 ct = (struct ct_data *) mem_alloc (sizeof (*ct)); in clnttcp_create()
Dxdr.c627 *cpp = sp = (char *) mem_alloc (nodesize); in libc_hidden_def()
788 *cpp = sp = (char *) mem_alloc (nodesize); in libc_hidden_nolink_sunrpc()
Dclnt_unix.c117 struct ct_data *ct = (struct ct_data *) mem_alloc (sizeof (*ct)); in clntunix_create()
121 h = (CLIENT *) mem_alloc (sizeof (*h)); in clntunix_create()
Dxdr_rec.c143 RECSTREAM *rstrm = (RECSTREAM *) mem_alloc (sizeof (RECSTREAM)); in xdrrec_create()
149 buf = mem_alloc (sendsize + recvsize + BYTES_PER_XDR_UNIT); in xdrrec_create()
Dclnt_udp.c132 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()
Dsvc.c194 s = (struct svc_callout *) mem_alloc (sizeof (struct svc_callout)); in svc_register()
/glibc-2.36/sunrpc/rpc/
Dtypes.h61 #define mem_alloc(bsize) malloc(bsize) macro
/glibc-2.36/manual/
Dusers.texi1997 @c mem_alloc @ascuheap @acsmem