Searched refs:dma_entry (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/sys/arch/atari/dev/
H A Ddma.c64 typedef struct dma_entry { struct
65 TAILQ_ENTRY(dma_entry) entries; /* List pointers */
80 static TAILQ_HEAD(freehead, dma_entry) dma_free;
81 static TAILQ_HEAD(acthead, dma_entry) dma_active;

Completed in 67 milliseconds