Home
last modified time | relevance | path

Searched refs:sndbuf_getbufofs (Results 1 – 4 of 4) sorted by relevance

/freebsd-12-stable/sys/dev/sound/pcm/
Dbuffer.c427 sndbuf_getbufofs(struct snd_dbuf *b, unsigned int ofs) in sndbuf_getbufofs() function
628 bcopy(from, sndbuf_getbufofs(b, sndbuf_getfreeptr(b)), l); in sndbuf_acquire()
664 bcopy(sndbuf_getbufofs(b, sndbuf_getreadyptr(b)), to, l); in sndbuf_dispose()
Dbuffer.h92 void *sndbuf_getbufofs(struct snd_dbuf *b, unsigned int ofs);
Dchannel.c476 off = sndbuf_getbufofs(bs, p); in chn_write()
614 off = sndbuf_getbufofs(bs, p); in chn_read()
Ddsp.c2279 *offset = (uintptr_t)sndbuf_getbufofs(c->bufsoft, *offset); in dsp_mmap_single()