m_pool_ident_t
m_pool_ident_t dev_dmat; /* Identifies the pool (see above) */
void *__sym_calloc_dma(m_pool_ident_t dev_dmat, int size, char *name);
void __sym_mfree_dma(m_pool_ident_t dev_dmat, void *m, int size, char *name);
dma_addr_t __vtobus(m_pool_ident_t dev_dmat, void *m);
m_pool_ident_t bus_dmat;
static inline m_pool_p ___get_dma_pool(m_pool_ident_t dev_dmat)
static m_pool_p ___cre_dma_pool(m_pool_ident_t dev_dmat)
void *__sym_calloc_dma(m_pool_ident_t dev_dmat, int size, char *name)
void __sym_mfree_dma(m_pool_ident_t dev_dmat, void *m, int size, char *name)
dma_addr_t __vtobus(m_pool_ident_t dev_dmat, void *m)