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

/freebsd-11-stable/sys/dev/sound/pcm/
H A Dbuffer.h90 void *sndbuf_getbufofs(struct snd_dbuf *b, unsigned int ofs);
H A Dbuffer.c425 sndbuf_getbufofs(struct snd_dbuf *b, unsigned int ofs) function
626 bcopy(from, sndbuf_getbufofs(b, sndbuf_getfreeptr(b)), l);
662 bcopy(sndbuf_getbufofs(b, sndbuf_getreadyptr(b)), to, l);
H A Dchannel.c474 off = sndbuf_getbufofs(bs, p);
612 off = sndbuf_getbufofs(bs, p);
H A Ddsp.c2272 *offset = (uintptr_t)sndbuf_getbufofs(c->bufsoft, *offset);

Completed in 105 milliseconds