Home
last modified time | relevance | path

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

/dragonfly/sys/dev/sound/pci/
H A Demu10k1.c163 bus_dmamap_t buf_map; member
1372 buf = emu_malloc(sc, sz, &blk->buf_addr, &blk->buf_map); in emu_memalloc()
1415 emu_free(sc, buf, blk->buf_map); in emu_memfree()
H A Demu10kx.c274 bus_dmamap_t buf_map; member
1127 membuf = emu_malloc(mem, sz, &blk->buf_addr, &blk->buf_map); in emu_memalloc()
1165 emu_free(mem, membuf, blk->buf_map); in emu_memfree()