Searched refs:mem_alloc (Results 1 - 25 of 25) sorted by relevance

/netbsd-current/sys/arch/hpc/hpc/platid_gen/
H A Dplatid_gen.h47 void *mem_alloc(int);
H A Dgram.y149 mem_alloc(size)
170 res = mem_alloc(sizeof(node_t));
/netbsd-current/common/include/rpc/
H A Dtypes.h71 #define mem_alloc(bsize) kmem_alloc(bsize, KM_SLEEP) macro
76 #define mem_alloc(bsize) calloc((size_t)1, bsize) macro
/netbsd-current/sys/dev/pcmcia/
H A Dpcmciachip.h61 int (*mem_alloc)(pcmcia_chipset_handle_t, bus_size_t, member in struct:pcmcia_chip_functions
99 ((*(tag)->mem_alloc)((handle), (size), (pcmhp)))
/netbsd-current/lib/libc/rpc/
H A Dxdr_reference.c89 *pp = loc = mem_alloc(size);
H A Dauth_unix.c120 auth = mem_alloc(sizeof(*auth));
127 au = mem_alloc(sizeof(*au));
160 au->au_origcred.oa_base = mem_alloc((size_t)len);
162 if ((au->au_origcred.oa_base = mem_alloc((size_t)len)) == NULL) {
H A Dsvc_dg.c132 xprt = mem_alloc(sizeof (SVCXPRT));
137 su = mem_alloc(sizeof (*su));
156 xprt->xp_ltaddr.buf = mem_alloc(sizeof (struct sockaddr_storage));
211 xprt->xp_rtaddr.buf = mem_alloc(alen);
355 mem_alloc((sizeof (type) * (size)))
520 newbuf = mem_alloc(su->su_iosz);
H A Dsvc_auth.c207 asp = mem_alloc(sizeof (*asp));
H A Dsvc_vc.c145 r = mem_alloc(sizeof(*r));
153 xprt = mem_alloc(sizeof(SVCXPRT));
182 xprt->xp_ltaddr.buf = mem_alloc((size_t)sslocal.ss_len);
224 ret->xp_ltaddr.buf = mem_alloc((size_t)ss.ss_len);
237 ret->xp_rtaddr.buf = mem_alloc((size_t)ss.ss_len);
269 xprt = mem_alloc(sizeof(SVCXPRT));
273 cd = mem_alloc(sizeof(struct cf_conn));
338 newxprt->xp_rtaddr.buf = mem_alloc(len);
509 xprt->xp_p2 = mem_alloc(SOCKCREDSIZE(sc->sc_ngroups));
H A Drpc_callmsg.c143 oa->oa_base = mem_alloc(oa->oa_length);
178 oa->oa_base = mem_alloc(oa->oa_length);
H A Dclnt_vc.c208 h = mem_alloc(sizeof(*h));
215 ct = mem_alloc(sizeof(*ct));
232 vc_fd_locks = mem_alloc(fd_allocsz);
240 vc_cv = mem_alloc(cv_allocsz);
H A Dclnt_dg.c188 dg_fd_locks = mem_alloc(fd_allocsz);
196 dg_cv = mem_alloc(cv_allocsz);
234 if ((cl = mem_alloc(sizeof (CLIENT))) == NULL)
H A Dsvc_simple.c171 if (((xdrbuf = mem_alloc((size_t)recvsz)) == NULL) ||
H A Dsvc.c288 s = mem_alloc(sizeof (struct svc_callout));
372 s = mem_alloc(sizeof(struct svc_callout));
H A Dxdr_rec.c190 RECSTREAM *rstrm = mem_alloc(sizeof(RECSTREAM));
/netbsd-current/common/lib/libc/rpc/
H A Dxdr_array.c116 *addrp = target = mem_alloc(nodesize);
H A Dxdr.c633 *cpp = sp = mem_alloc(nodesize);
792 *cpp = sp = mem_alloc(nodesize);
/netbsd-current/sys/dev/acpi/
H A Dacpi_srat.c94 mem_alloc(void) function
198 mementry = mem_alloc();
269 mem = mem_alloc();
/netbsd-current/sys/arch/hpcmips/vr/
H A Dvrecu.c79 .mem_alloc = pcic_chip_mem_alloc,
/netbsd-current/common/dist/zlib/test/
H A Dinfcover.c71 local void *mem_alloc(void *mem, unsigned count, unsigned size) function
171 strm->zalloc = mem_alloc;
/netbsd-current/external/gpl3/gdb/dist/zlib/test/
H A Dinfcover.c71 local void *mem_alloc(void *mem, unsigned count, unsigned size) function
171 strm->zalloc = mem_alloc;
/netbsd-current/external/gpl3/binutils/dist/zlib/test/
H A Dinfcover.c71 local void *mem_alloc(void *mem, unsigned count, unsigned size) function
171 strm->zalloc = mem_alloc;
/netbsd-current/external/gpl3/gdb.old/dist/zlib/test/
H A Dinfcover.c71 local void *mem_alloc(void *mem, unsigned count, unsigned size) function
171 strm->zalloc = mem_alloc;
/netbsd-current/external/gpl3/binutils.old/dist/zlib/test/
H A Dinfcover.c71 local void *mem_alloc(void *mem, unsigned count, unsigned size) function
171 strm->zalloc = mem_alloc;
/netbsd-current/sys/arch/evbsh3/ap_ms104_sh4/
H A Dshpcmcia.c87 .mem_alloc = shpcmcia_chip_mem_alloc,

Completed in 375 milliseconds