Home
last modified time | relevance | path

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

/freebsd/sys/dev/sound/pcm/
H A Dbuffer.c417 sndbuf_getbufofs(struct snd_dbuf *b, unsigned int ofs) in sndbuf_getbufofs() function
596 bcopy(from, sndbuf_getbufofs(b, sndbuf_getfreeptr(b)), l); in sndbuf_acquire()
632 bcopy(sndbuf_getbufofs(b, sndbuf_getreadyptr(b)), to, l); in sndbuf_dispose()
H A Dbuffer.h84 void *sndbuf_getbufofs(struct snd_dbuf *b, unsigned int ofs);
H A Dchannel.c459 off = sndbuf_getbufofs(bs, p); in chn_write()
581 off = sndbuf_getbufofs(bs, p); in chn_read()
H A Ddsp.c1893 *offset = (uintptr_t)sndbuf_getbufofs(c->bufsoft, *offset); in dsp_mmap_single()