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

/freebsd-13-stable/sys/dev/sound/pcm/
H A Dbuffer.h92 void *sndbuf_getbufofs(struct snd_dbuf *b, unsigned int ofs);
H A Dbuffer.c427 sndbuf_getbufofs(struct snd_dbuf *b, unsigned int ofs) function
628 bcopy(from, sndbuf_getbufofs(b, sndbuf_getfreeptr(b)), l);
664 bcopy(sndbuf_getbufofs(b, sndbuf_getreadyptr(b)), to, l);
H A Dchannel.c481 off = sndbuf_getbufofs(bs, p);
619 off = sndbuf_getbufofs(bs, p);
H A Ddsp.c2278 *offset = (uintptr_t)sndbuf_getbufofs(c->bufsoft, *offset);

Completed in 167 milliseconds