Symbol: mem_alloc
usr/src/cmd/cmd-inet/usr.sbin/snoop/nfs4_xdr.c
1983
objp->nextentry = (entry4 *)mem_alloc(sizeof (entry4));
usr/src/cmd/fs.d/autofs/autod_xdr.c
169
mem_alloc(sizeof (action_list));
usr/src/lib/krb5/kadm5/kadm_rpc_xdr.c
83
*objp = (char *) mem_alloc(size);
usr/src/lib/krb5/plugins/kdb/db2/pol_xdr.c
62
*objp = (char *) mem_alloc(size);
usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/princ_xdr.c
59
*objp = (char *) mem_alloc(size);
usr/src/lib/libnisdb/db_index_entry_c.c
182
mem_alloc(sizeof (db_free_entry));
usr/src/lib/libnisdb/db_index_entry_c.c
94
mem_alloc(sizeof (db_index_entry));
usr/src/stand/lib/fs/nfs/xdr_rec.c
134
RECSTREAM *rstrm = (RECSTREAM *)mem_alloc(sizeof (RECSTREAM));
usr/src/stand/lib/fs/nfs/xdr_rec.c
148
rstrm->the_buffer = mem_alloc(sendsize + recvsize + BYTES_PER_XDR_UNIT);
usr/src/ucblib/librpcsoc/clnt_tcp.c
116
h = (CLIENT *)mem_alloc(sizeof (*h));
usr/src/ucblib/librpcsoc/clnt_tcp.c
123
ct = (struct ct_data *)mem_alloc(sizeof (*ct));
usr/src/ucblib/librpcsoc/clnt_udp.c
126
cl = (CLIENT *)mem_alloc(sizeof (CLIENT));
usr/src/ucblib/librpcsoc/clnt_udp.c
135
cu = (struct cu_data *)mem_alloc(sizeof (*cu) + sendsz + recvsz);
usr/src/ucblib/librpcsoc/svc_tcp.c
139
r = (struct tcp_rendezvous *)mem_alloc(sizeof (*r));
usr/src/ucblib/librpcsoc/svc_tcp.c
196
cd = (struct tcp_conn *)mem_alloc(sizeof (struct tcp_conn));
usr/src/ucblib/librpcsoc/svc_udp.c
141
su = (struct svcudp_data *)mem_alloc(sizeof (*su));
usr/src/ucblib/librpcsoc/svc_udp.c
150
if ((rpc_buffer(xprt) = (char *)mem_alloc(su->su_iosz)) == NULL) {
usr/src/ucblib/librpcsoc/svc_udp.c
298
(type *) mem_alloc((unsigned) (sizeof (type) * (size)))
usr/src/ucblib/librpcsoc/svc_udp.c
439
newbuf = (char *)mem_alloc(su->su_iosz);
usr/src/uts/common/rpc/rpc_calmsg.c
126
mem_alloc(oa->oa_length);
usr/src/uts/common/rpc/rpc_calmsg.c
151
mem_alloc(oa->oa_length);
usr/src/uts/common/rpc/rpc_prot.c
213
mem_alloc(oa->oa_length);
usr/src/uts/common/rpc/rpcsec_defs.h
107
(dest).value = (void *) mem_alloc((dest).length); \
usr/src/uts/common/rpc/sec/auth_des.c
134
ad->ad_fullname = mem_alloc(ad->ad_fullnamelen + 1);
usr/src/uts/common/rpc/sec/auth_des.c
137
ad->ad_servername = mem_alloc(ad->ad_servernamelen + 1);
usr/src/uts/common/rpc/sec/auth_des.c
61
#define ALLOC(object_type) (object_type *) mem_alloc(sizeof (object_type))
usr/src/uts/common/rpc/sec_gss/rpcsec_gss_utils.c
158
if ((pdup = (rpc_gss_principal_t)mem_alloc(len)) == NULL)
usr/src/uts/common/rpc/xdr.c
484
*cpp = sp = (char *)mem_alloc(nodesize);
usr/src/uts/common/rpc/xdr.c
602
sp = (char *)mem_alloc(nodesize);
usr/src/uts/common/rpc/xdr_array.c
87
*addrp = target = (char *)mem_alloc(nodesize);
usr/src/uts/common/rpc/xdr_refer.c
77
*pp = loc = (caddr_t)mem_alloc(size);
usr/src/uts/common/rpc/xdr_sizeof.c
82
if ((xdrs->x_private = (caddr_t)mem_alloc(len)) == NULL) {
usr/src/uts/common/rpc/xdrrdma_sizeof.c
173
if ((xdrp->inline_buf = (caddr_t)mem_alloc(len)) == NULL) {
usr/src/uts/i86pc/dboot/dboot_startkern.c
2086
top_page_table = (paddr_t)(uintptr_t)mem_alloc(MMU_PAGESIZE);
usr/src/uts/i86pc/dboot/dboot_startkern.c
2112
bi->bi_pt_window = (native_ptr_t)(uintptr_t)mem_alloc(MMU_PAGESIZE);
usr/src/uts/i86pc/dboot/dboot_startkern.c
432
paddr_t new_table = (paddr_t)(uintptr_t)mem_alloc(MMU_PAGESIZE);
usr/src/uts/i86pc/dboot/dboot_xboot.h
64
extern void *mem_alloc(uint32_t size);