Home
last modified time | relevance | path

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

/f-stack/freebsd/x86/include/
H A Dbusdma_impl.h68 int (*mem_alloc)(bus_dma_tag_t dmat, void** vaddr, int flags, member
H A Dbus_dma.h88 return (tc->impl->mem_alloc(dmat, vaddr, flags, mapp)); in bus_dmamem_alloc()
/f-stack/freebsd/arm64/include/
H A Dbus_dma_impl.h66 int (*mem_alloc)(bus_dma_tag_t dmat, void** vaddr, int flags, member
H A Dbus_dma.h61 return (tc->impl->mem_alloc(dmat, vaddr, flags, mapp)); in bus_dmamem_alloc()
/f-stack/freebsd/contrib/zlib/test/
H A Dinfcover.c71 local void *mem_alloc(void *mem, unsigned count, unsigned size) in mem_alloc() function
171 strm->zalloc = mem_alloc; in mem_setup()
/f-stack/freebsd/arm64/arm64/
H A Dbusdma_bounce.c1472 .mem_alloc = bounce_bus_dmamem_alloc,
/f-stack/freebsd/x86/x86/
H A Dbusdma_bounce.c1338 .mem_alloc = bounce_bus_dmamem_alloc,