Searched refs:sndbuf_getbufofs (Results 1 – 4 of 4) sorted by relevance
| /freebsd-10-stable/sys/dev/sound/pcm/ |
| D | buffer.c | 425 sndbuf_getbufofs(struct snd_dbuf *b, unsigned int ofs) in sndbuf_getbufofs() function 626 bcopy(from, sndbuf_getbufofs(b, sndbuf_getfreeptr(b)), l); in sndbuf_acquire() 662 bcopy(sndbuf_getbufofs(b, sndbuf_getreadyptr(b)), to, l); in sndbuf_dispose()
|
| D | buffer.h | 90 void *sndbuf_getbufofs(struct snd_dbuf *b, unsigned int ofs);
|
| D | channel.c | 483 off = sndbuf_getbufofs(bs, p); in chn_write() 621 off = sndbuf_getbufofs(bs, p); in chn_read()
|
| D | dsp.c | 2269 *offset = (uintptr_t)sndbuf_getbufofs(c->bufsoft, *offset); in dsp_mmap_single()
|