Searched refs:mem_alloc (Results 26 - 41 of 41) sorted by relevance

12

/freebsd-11.0-release/lib/libc/rpc/
H A Dclnt_dg.c186 dg_fd_locks = (int *) mem_alloc(fd_allocsz);
195 dg_cv = (cond_t *) mem_alloc(cv_allocsz);
234 if ((cl = mem_alloc(sizeof (CLIENT))) == NULL)
241 cu = mem_alloc(sizeof (*cu) + sendsz + recvsz);
H A Dclnt_vc.c182 cl = (CLIENT *)mem_alloc(sizeof (*cl));
183 ct = (struct ct_data *)mem_alloc(sizeof (*ct));
200 vc_fd_locks = (int *) mem_alloc(fd_allocsz);
210 vc_cv = (cond_t *) mem_alloc(cv_allocsz);
/freebsd-11.0-release/sys/rpc/rpcsec_gss/
H A Drpcsec_gss.c383 auth = mem_alloc(sizeof(*auth));
389 gd = mem_alloc(sizeof(*gd));
558 pr = mem_alloc(sizeof(struct rpc_pending_request));
649 gd->gd_verf.value = mem_alloc(verf->oa_length);
/freebsd-11.0-release/lib/libz/test/
H A Dinfcover.c71 local void *mem_alloc(void *mem, unsigned count, unsigned size) function
171 strm->zalloc = mem_alloc;
/freebsd-11.0-release/sys/rpc/
H A Dclnt_bck.c132 cl = (CLIENT *)mem_alloc(sizeof (*cl));
133 ct = (struct ct_data *)mem_alloc(sizeof (*ct));
H A Dclnt_dg.c217 cl = mem_alloc(sizeof (CLIENT));
224 cu = mem_alloc(sizeof (*cu));
291 cs = mem_alloc(sizeof(*cs));
H A Dsvc.c849 xprt = mem_alloc(sizeof(SVCXPRT));
850 ext = mem_alloc(sizeof(SVCXPRT_EXT));
1106 st = mem_alloc(sizeof(*st));
H A Dclnt_vc.c144 cl = (CLIENT *)mem_alloc(sizeof (*cl));
145 ct = (struct ct_data *)mem_alloc(sizeof (*ct));
H A Dsvc_vc.c237 cd = mem_alloc(sizeof(*cd));
298 cd = mem_alloc(sizeof(*cd));
/freebsd-11.0-release/sys/arm64/arm64/
H A Dbusdma_machdep.c265 return (tc->impl->mem_alloc(dmat, vaddr, flags, mapp));
H A Dbusdma_bounce.c1304 .mem_alloc = bounce_bus_dmamem_alloc,
/freebsd-11.0-release/sys/x86/x86/
H A Dbusdma_machdep.c261 return (tc->impl->mem_alloc(dmat, vaddr, flags, mapp));
H A Dbusdma_bounce.c1257 .mem_alloc = bounce_bus_dmamem_alloc,
/freebsd-11.0-release/tools/bus_space/examples/
H A Dam79c900_diag.py224 dmamem = busdma.mem_alloc(mem_tag, 0)
/freebsd-11.0-release/sys/x86/iommu/
H A Dbusdma_dmar.c813 .mem_alloc = dmar_bus_dmamem_alloc,
/freebsd-11.0-release/usr.sbin/gssd/
H A Dgssd.c762 mem_alloc(len * sizeof(int));

Completed in 110 milliseconds

12