coram_dma
struct coram_dma *p;
p = kmem_alloc(sizeof(struct coram_dma), KM_SLEEP);
kmem_free(p, sizeof(struct coram_dma));
struct coram_dma *p)
struct coram_dma *p;
struct coram_dma **pp;
kmem_free(p, sizeof(struct coram_dma));
coram_freemem(struct coram_softc *sc, struct coram_dma *p)
struct coram_dma *p;
static int coram_allocmem(struct coram_softc *, size_t, size_t, struct coram_dma *);
static int coram_freemem(struct coram_softc *, struct coram_dma *);
struct coram_dma *p;
struct coram_dma * next;
struct coram_dma * sc_dma;
struct coram_dma * sc_tsbuf;