/src/sys/dev/isa/ |
isadmavar.h | 82 * Memory list used by _isa_malloc(). 134 #define _isa_malloc(dma_state, c, s, p, f) \ macro 135 _isa_malloc(dma_state, c, s, f) 138 void *_isa_malloc(struct isa_dma_state *, int, size_t,
|
isadmavar.h | 82 * Memory list used by _isa_malloc(). 134 #define _isa_malloc(dma_state, c, s, p, f) \ macro 135 _isa_malloc(dma_state, c, s, f) 138 void *_isa_malloc(struct isa_dma_state *, int, size_t,
|
isadma.c | 726 _isa_malloc(struct isa_dma_state *ids, int chan, size_t size, struct malloc_type *pool, int flags) function in typeref:typename:void *
|
isadma.c | 726 _isa_malloc(struct isa_dma_state *ids, int chan, size_t size, struct malloc_type *pool, int flags) function in typeref:typename:void *
|