Symbol: SIO_PLAY
lib/libsndio/sio.c
361
if (!hdl->started || !(hdl->mode & SIO_PLAY)) {
lib/libsndio/sio.c
433
if ((hdl->mode & SIO_PLAY) && !sio_wsil(hdl))
lib/libsndio/sio.c
470
wbpf = (hdl->mode & SIO_PLAY) ? hdl->par.bps * hdl->par.pchan : 1;
lib/libsndio/sio.c
476
wpos = (hdl->mode & SIO_PLAY) ?
lib/libsndio/sio.c
50
if ((mode & (SIO_PLAY | SIO_REC)) == 0)
lib/libsndio/sio.c
55
if ((mode & SIO_PLAY) == 0)
lib/libsndio/sio.c
59
if (mode == (SIO_PLAY | SIO_REC) || str == NULL)
lib/libsndio/sio.c
599
if (hdl->mode & SIO_PLAY)
lib/libsndio/sio.c
619
if (hdl->mode & SIO_PLAY)
lib/libsndio/sio.c
624
if ((hdl->mode & SIO_PLAY) && hdl->wused < 0) {
lib/libsndio/sio_aucat.c
296
if (hdl->sio.mode & SIO_PLAY)
lib/libsndio/sio_aucat.c
332
if (hdl->sio.mode & SIO_PLAY)
lib/libsndio/sio_sun.c
117
if (pchan && (hdl->sio.mode & SIO_PLAY))
lib/libsndio/sio_sun.c
198
if (hdl->sio.mode & SIO_PLAY) {
lib/libsndio/sio_sun.c
297
if (mode == (SIO_PLAY | SIO_REC))
lib/libsndio/sio_sun.c
300
flags = (mode & SIO_PLAY) ? O_WRONLY : O_RDONLY;
lib/libsndio/sio_sun.c
375
if (hdl->sio.mode & SIO_PLAY) {
lib/libsndio/sio_sun.c
424
if (hdl->sio.mode & SIO_PLAY)
lib/libsndio/sio_sun.c
563
if (hdl->sio.mode & SIO_PLAY) {
lib/libsndio/sio_sun.c
573
switch (hdl->sio.mode & (SIO_PLAY | SIO_REC)) {
lib/libsndio/sio_sun.c
574
case SIO_PLAY:
lib/libsndio/sio_sun.c
587
if (hdl->sio.mode & SIO_PLAY)
regress/lib/libsndio/cap/cap.c
65
unsigned mode = SIO_PLAY | SIO_REC;
regress/lib/libsndio/cap/cap.c
74
mode &= ~SIO_PLAY;
regress/lib/libsndio/fd/fd.c
270
mode |= SIO_PLAY;
regress/lib/libsndio/play/play.c
100
hdl = sio_open(SIO_DEVANY, SIO_PLAY, 0);
regress/lib/libsndio/vol/vol.c
101
hdl = sio_open(SIO_DEVANY, SIO_PLAY, 0);
usr.bin/aucat/aucat.c
1043
if (dev_mode & SIO_PLAY) {
usr.bin/aucat/aucat.c
1110
if (mode & SIO_PLAY)
usr.bin/aucat/aucat.c
1387
if (!slot_new(optarg, SIO_PLAY,
usr.bin/aucat/aucat.c
1391
mode |= SIO_PLAY;
usr.bin/aucat/aucat.c
1450
if (mode != (SIO_PLAY | SIO_REC)) {
usr.bin/aucat/aucat.c
170
if (mode & SIO_PLAY) {
usr.bin/aucat/aucat.c
207
s->mode == SIO_PLAY ? "play" : "rec",
usr.bin/aucat/aucat.c
211
if (s->mode == SIO_PLAY) {
usr.bin/aucat/aucat.c
275
mode == SIO_PLAY ? AFILE_FREAD : AFILE_FWRITE,
usr.bin/aucat/aucat.c
325
if (s->mode & SIO_PLAY) {
usr.bin/aucat/aucat.c
406
if (s->mode & SIO_PLAY)
usr.bin/aucat/aucat.c
420
if (s->mode & SIO_PLAY)
usr.bin/aucat/aucat.c
620
if (s->mode == SIO_PLAY) {
usr.bin/aucat/aucat.c
635
if (mode & SIO_PLAY)
usr.bin/aucat/aucat.c
653
if (mode & SIO_PLAY) {
usr.bin/aucat/aucat.c
662
if (mode & SIO_PLAY) {
usr.bin/aucat/aucat.c
686
if (dev_mode & SIO_PLAY)
usr.bin/aucat/aucat.c
740
dev_prime = (dev_mode & SIO_PLAY) ? dev_bufsz / dev_round : 0;
usr.bin/aucat/aucat.c
915
if (s->pstate == SLOT_INIT || !(s->mode & SIO_PLAY))
usr.bin/aucat/aucat.c
955
if ((s->mode & SIO_PLAY) &&
usr.bin/aucat/aucat.c
985
dev_mode = SIO_PLAY | SIO_REC;
usr.bin/cdio/rip.c
468
info->hdl = sio_open(NULL, SIO_PLAY, 0);
usr.bin/sndiod/fdpass.c
276
if (d == NULL || !(mode & (SIO_PLAY | SIO_REC))) {
usr.bin/sndiod/siofile.c
107
unsigned int rate, mode = d->reqmode & (SIO_PLAY | SIO_REC);
usr.bin/sndiod/siofile.c
111
if (mode != (SIO_PLAY | SIO_REC))
usr.bin/sndiod/siofile.c
113
d->sio.hdl = fdpass_sio_open(d->num, SIO_PLAY);
usr.bin/sndiod/siofile.c
115
mode = SIO_PLAY;
usr.bin/sndiod/siofile.c
124
d->path, mode == SIO_PLAY ? "play-only" : "rec-only");
usr.bin/sndiod/siofile.c
138
if (d->mode & SIO_PLAY)
usr.bin/sndiod/siofile.c
163
if (mode & SIO_PLAY)
usr.bin/sndiod/siofile.c
193
if ((d->mode & SIO_PLAY) && par.pchan > NCHAN_MAX) {
usr.bin/sndiod/siofile.c
220
if (d->mode & SIO_PLAY)