m_pool_s
static void *___sym_malloc(m_pool_s *mp, int size)
static void ___sym_mfree(m_pool_s *mp, void *ptr, int size)
static void *__sym_calloc2(m_pool_s *mp, int size, char *name, int uflags)
static void __sym_mfree(m_pool_s *mp, void *ptr, int size, char *name)
static m_addr_t ___mp0_getp(m_pool_s *mp)
static void ___mp0_freep(m_pool_s *mp, m_addr_t m)
static m_pool_s mp0 = {0, 0, ___mp0_getp, ___mp0_freep};
static m_pool_s mp0 = {0, 0, ___mp0_getp};
static m_addr_t ___dma_getp(m_pool_s *mp)
static void ___dma_freep(m_pool_s *mp, m_addr_t m)
static __inline m_pool_s *___get_dma_pool(bus_dma_tag_t dev_dmat)
m_pool_s *mp;
static m_pool_s *___cre_dma_pool(bus_dma_tag_t dev_dmat)
m_pool_s *mp = NULL;
static void ___del_dma_pool(m_pool_s *p)
m_pool_s *mp;