Symbol: SIO_REC
lib/libsndio/sio.c
324
if (!hdl->started || !(hdl->mode & SIO_REC)) {
lib/libsndio/sio.c
435
if ((hdl->mode & SIO_REC) && !sio_rdrop(hdl))
lib/libsndio/sio.c
469
rbpf = (hdl->mode & SIO_REC) ? hdl->par.bps * hdl->par.rchan : 1;
lib/libsndio/sio.c
474
rpos = (hdl->mode & SIO_REC) ?
lib/libsndio/sio.c
50
if ((mode & (SIO_PLAY | SIO_REC)) == 0)
lib/libsndio/sio.c
57
if ((mode & SIO_REC) == 0)
lib/libsndio/sio.c
587
if (hdl->mode & SIO_REC) {
lib/libsndio/sio.c
59
if (mode == (SIO_PLAY | SIO_REC) || str == NULL)
lib/libsndio/sio.c
622
if (hdl->mode & SIO_REC)
lib/libsndio/sio_aucat.c
294
if (hdl->sio.mode & SIO_REC)
lib/libsndio/sio_aucat.c
334
if (hdl->sio.mode & SIO_REC)
lib/libsndio/sio_sun.c
119
if (rchan && (hdl->sio.mode & SIO_REC))
lib/libsndio/sio_sun.c
210
if (hdl->sio.mode & SIO_REC) {
lib/libsndio/sio_sun.c
297
if (mode == (SIO_PLAY | SIO_REC))
lib/libsndio/sio_sun.c
426
if (hdl->sio.mode & SIO_REC)
lib/libsndio/sio_sun.c
567
if (hdl->sio.mode & SIO_REC) {
lib/libsndio/sio_sun.c
573
switch (hdl->sio.mode & (SIO_PLAY | SIO_REC)) {
lib/libsndio/sio_sun.c
577
case SIO_REC:
lib/libsndio/sio_sun.c
589
if (hdl->sio.mode & SIO_REC)
regress/lib/libsndio/cap/cap.c
65
unsigned mode = SIO_PLAY | SIO_REC;
regress/lib/libsndio/cap/cap.c
71
mode &= ~SIO_REC;
regress/lib/libsndio/fd/fd.c
268
mode |= SIO_REC;
regress/lib/libsndio/rec/rec.c
91
hdl = sio_open(SIO_DEVANY, SIO_REC, 0);
usr.bin/aucat/aucat.c
1020
if (dev_mode & SIO_REC) {
usr.bin/aucat/aucat.c
1112
if (mode & SIO_REC)
usr.bin/aucat/aucat.c
1412
if (!slot_new(optarg, SIO_REC,
usr.bin/aucat/aucat.c
1417
mode |= SIO_REC;
usr.bin/aucat/aucat.c
1450
if (mode != (SIO_PLAY | SIO_REC)) {
usr.bin/aucat/aucat.c
174
if (mode & SIO_REC) {
usr.bin/aucat/aucat.c
340
if (s->mode & SIO_REC) {
usr.bin/aucat/aucat.c
418
if (s->mode & SIO_REC)
usr.bin/aucat/aucat.c
624
if (s->mode == SIO_REC) {
usr.bin/aucat/aucat.c
637
if (mode & SIO_REC)
usr.bin/aucat/aucat.c
657
if (mode & SIO_REC) {
usr.bin/aucat/aucat.c
666
if (mode & SIO_REC) {
usr.bin/aucat/aucat.c
688
if (dev_mode & SIO_REC)
usr.bin/aucat/aucat.c
939
if (s->pstate == SLOT_INIT || !(s->mode & SIO_REC))
usr.bin/aucat/aucat.c
958
if ((s->mode & SIO_REC) &&
usr.bin/aucat/aucat.c
985
dev_mode = SIO_PLAY | SIO_REC;
usr.bin/sndiod/fdpass.c
276
if (d == NULL || !(mode & (SIO_PLAY | SIO_REC))) {
usr.bin/sndiod/siofile.c
107
unsigned int rate, mode = SIO_PLAY | SIO_REC;
usr.bin/sndiod/siofile.c
111
if (mode != (SIO_PLAY | SIO_REC))
usr.bin/sndiod/siofile.c
117
d->sio.hdl = fdpass_sio_open(d->num, SIO_REC);
usr.bin/sndiod/siofile.c
119
mode = SIO_REC;
usr.bin/sndiod/siofile.c
140
if (d->mode & SIO_REC)
usr.bin/sndiod/siofile.c
165
if (mode & SIO_REC)
usr.bin/sndiod/siofile.c
197
if ((d->mode & SIO_REC) && par.rchan > NCHAN_MAX) {
usr.bin/sndiod/siofile.c
222
if (d->mode & SIO_REC)