Searched refs:mem_alloc (Results 1 – 7 of 7) sorted by relevance
| /f-stack/freebsd/x86/include/ |
| H A D | busdma_impl.h | 68 int (*mem_alloc)(bus_dma_tag_t dmat, void** vaddr, int flags, member
|
| H A D | bus_dma.h | 88 return (tc->impl->mem_alloc(dmat, vaddr, flags, mapp)); in bus_dmamem_alloc()
|
| /f-stack/freebsd/arm64/include/ |
| H A D | bus_dma_impl.h | 66 int (*mem_alloc)(bus_dma_tag_t dmat, void** vaddr, int flags, member
|
| H A D | bus_dma.h | 61 return (tc->impl->mem_alloc(dmat, vaddr, flags, mapp)); in bus_dmamem_alloc()
|
| /f-stack/freebsd/contrib/zlib/test/ |
| H A D | infcover.c | 71 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 D | busdma_bounce.c | 1472 .mem_alloc = bounce_bus_dmamem_alloc,
|
| /f-stack/freebsd/x86/x86/ |
| H A D | busdma_bounce.c | 1338 .mem_alloc = bounce_bus_dmamem_alloc,
|