/titanic_41/usr/src/lib/libbc/inc/include/rpc/ |
H A D | types.h | 54 #define mem_alloc(bsize) malloc(bsize) macro 58 #define mem_alloc(bsize) kmem_alloc((u_int)bsize) macro
|
/titanic_41/usr/src/uts/common/rpc/ |
H A D | types.h | 91 #define mem_alloc(bsize) malloc(bsize) macro 96 #define mem_alloc(bsize) kmem_alloc(bsize, KM_SLEEP) macro
|
H A D | rpc_calmsg.c | 117 mem_alloc(oa->oa_length); in xdr_callmsg() 142 mem_alloc(oa->oa_length); in xdr_callmsg()
|
H A D | xdr_refer.c | 79 *pp = loc = (caddr_t)mem_alloc(size); in xdr_reference()
|
H A D | xdr_array.c | 87 *addrp = target = (char *)mem_alloc(nodesize); in xdr_array()
|
H A D | xdr_sizeof.c | 81 if ((xdrs->x_private = (caddr_t)mem_alloc(len)) == NULL) { in x_inline()
|
H A D | rpcsec_defs.h | 109 (dest).value = (void *) mem_alloc((dest).length); \
|
H A D | xdr.c | 484 *cpp = sp = (char *)mem_alloc(nodesize); in xdr_bytes() 602 sp = (char *)mem_alloc(nodesize); in xdr_string()
|
H A D | xdrrdma_sizeof.c | 171 if ((xdrp->inline_buf = (caddr_t)mem_alloc(len)) == NULL) { in x_inline()
|
/titanic_41/usr/src/lib/libnisdb/ |
H A D | db_index_entry_c.c | 92 mem_alloc(sizeof (db_index_entry)); 184 mem_alloc(sizeof (db_free_entry));
|
/titanic_41/usr/src/ucblib/librpcsoc/ |
H A D | svc_udp.c | 143 su = (struct svcudp_data *)mem_alloc(sizeof (*su)); 152 if ((rpc_buffer(xprt) = (char *)mem_alloc(su->su_iosz)) == NULL) { 300 (type *) mem_alloc((unsigned) (sizeof (type) * (size))) 441 newbuf = (char *)mem_alloc(su->su_iosz);
|
H A D | svc_tcp.c | 141 r = (struct tcp_rendezvous *)mem_alloc(sizeof (*r)); 198 cd = (struct tcp_conn *)mem_alloc(sizeof (struct tcp_conn));
|
H A D | clnt_tcp.c | 124 h = (CLIENT *)mem_alloc(sizeof (*h)); 131 ct = (struct ct_data *)mem_alloc(sizeof (*ct));
|
H A D | clnt_udp.c | 128 cl = (CLIENT *)mem_alloc(sizeof (CLIENT)); 137 cu = (struct cu_data *)mem_alloc(sizeof (*cu) + sendsz + recvsz);
|
/titanic_41/usr/src/uts/i86pc/dboot/ |
H A D | dboot_xboot.h | 66 extern void *mem_alloc(uint32_t size);
|
H A D | dboot_startkern.c | 377 paddr_t new_table = (paddr_t)(uintptr_t)mem_alloc(MMU_PAGESIZE); in make_ptable() 1282 mem_alloc(uint32_t size) in mem_alloc() function 1309 top_page_table = (paddr_t)(uintptr_t)mem_alloc(MMU_PAGESIZE); in build_page_tables() 1335 bi->bi_pt_window = (uintptr_t)mem_alloc(MMU_PAGESIZE); in build_page_tables()
|
/titanic_41/usr/src/lib/fm/topo/modules/sun4v/platform-mem/ |
H A D | mem_mdesc.c | 35 mem_alloc(size_t size) in mem_alloc() function 434 if ((lhp = ldom_init(mem_alloc, mem_free)) == NULL) { in mem_mdesc_init() 449 if ((mdp = md_init_intern(bufp, mem_alloc, mem_free)) == NULL || in mem_mdesc_init() 457 listp = mem_alloc(sizeof (mde_cookie_t) * num_nodes); in mem_mdesc_init()
|
H A D | mem_mdesc.h | 93 extern void *mem_alloc(size_t);
|
H A D | mem.c | 384 if ((lhp = ldom_init(mem_alloc, mem_free)) == NULL) { in mem_page_isretired() 409 if ((lhp = ldom_init(mem_alloc, mem_free)) == NULL) { in mem_page_retire() 434 if ((lhp = ldom_init(mem_alloc, mem_free)) == NULL) { in mem_page_unretire()
|
/titanic_41/usr/src/uts/common/rpc/sec/ |
H A D | auth_des.c | 63 #define ALLOC(object_type) (object_type *) mem_alloc(sizeof (object_type)) 136 ad->ad_fullname = mem_alloc(ad->ad_fullnamelen + 1); in authdes_create() 139 ad->ad_servername = mem_alloc(ad->ad_servernamelen + 1); in authdes_create()
|
/titanic_41/usr/src/lib/krb5/plugins/kdb/db2/ |
H A D | pol_xdr.c | 62 *objp = (char *) mem_alloc(size); in xdr_nullstring()
|
/titanic_41/usr/src/cmd/rexd/ |
H A D | rex.c | 85 mem_alloc((unsigned)(count+1)*sizeof (char **)); in xdr_argv()
|
/titanic_41/usr/src/uts/common/rpc/sec_gss/ |
H A D | rpcsec_gss_utils.c | 160 if ((pdup = (rpc_gss_principal_t)mem_alloc(len)) == NULL)
|
/titanic_41/usr/src/stand/lib/fs/nfs/ |
H A D | xdr_rec.c | 134 RECSTREAM *rstrm = (RECSTREAM *)mem_alloc(sizeof (RECSTREAM)); in xdrrec_create() 148 rstrm->the_buffer = mem_alloc(sendsize + recvsize + BYTES_PER_XDR_UNIT); in xdrrec_create()
|
/titanic_41/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/ |
H A D | princ_xdr.c | 61 *objp = (char *) mem_alloc(size); in ldap_xdr_nullstring()
|