Home
last modified time | relevance | path

Searched refs:CHN_F_NBIO (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/sound/pcm/
H A Ddsp.c426 rdch->flags |= CHN_F_NBIO; in dsp_open()
463 wrch->flags |= CHN_F_NBIO; in dsp_open()
1010 rdch->flags |= CHN_F_NBIO; in dsp_ioctl()
1012 rdch->flags &= ~CHN_F_NBIO; in dsp_ioctl()
1018 wrch->flags |= CHN_F_NBIO; in dsp_ioctl()
1020 wrch->flags &= ~CHN_F_NBIO; in dsp_ioctl()
H A Dchannel.h359 #define CHN_F_NBIO 0x00000040 /* do non-blocking i/o */ macro
H A Dchannel.c492 } else if (c->flags & (CHN_F_NBIO | CHN_F_NOTRIGGER)) { in chn_write()
625 } else if (c->flags & (CHN_F_NBIO | CHN_F_NOTRIGGER)) in chn_read()