Home
last modified time | relevance | path

Searched refs:emu_setmap (Results 1 – 2 of 2) sorted by relevance

/NextBSD/sys/dev/sound/pci/
HDemu10k1.c1307 emu_setmap(void *arg, bus_dma_segment_t *segs, int nseg, int error) in emu_setmap() function
1329 if (bus_dmamap_load(sc->parent_dmat, *map, buf, sz, emu_setmap, addr, 0) in emu_malloc()
HDemu10kx.c382 static void emu_setmap(void *arg, bus_dma_segment_t * segs, int nseg, int error);
1049 emu_setmap(void *arg, bus_dma_segment_t * segs, int nseg, int error) in emu_setmap() function
1075 if ((error = bus_dmamap_load(mem->dmat, *map, dmabuf, sz, emu_setmap, addr, 0)) || !*addr) { in emu_malloc()