Searched refs:IO_NDELAY (Results 1 – 19 of 19) sorted by relevance
| /openbsd/src/sys/dev/ |
| D | midi.c | 139 if (ioflag & IO_NDELAY) { in midiread() 270 if ((ioflag & IO_NDELAY) && MIDIBUF_ISFULL(mb) && (uio->uio_resid > 0)) { in midiwrite() 277 if (ioflag & IO_NDELAY) { in midiwrite()
|
| D | hotplug.c | 173 if (flags & IO_NDELAY) { in hotplugread()
|
| D | audio.c | 1614 if (ioflag & IO_NDELAY) { in audio_read() 1671 if (uio->uio_resid > 0 && (ioflag & IO_NDELAY)) { in audio_write() 1683 if (ioflag & IO_NDELAY) { in audio_write() 1936 if (ioflag & IO_NDELAY) { in audio_mixer_read()
|
| /openbsd/src/sys/miscfs/fifofs/ |
| D | fifo_vnops.c | 261 if (ap->a_ioflag & IO_NDELAY) in fifo_read() 266 if (ap->a_ioflag & IO_NDELAY) { in fifo_read() 288 if (ap->a_ioflag & IO_NDELAY) in fifo_write()
|
| /openbsd/src/sys/dev/wscons/ |
| D | wsevent.c | 210 if (flags & IO_NDELAY) { in wsevent_read()
|
| /openbsd/src/sys/kern/ |
| D | vfs_vnops.c | 369 error = VOP_READ(vp, uio, (fp->f_flag & FNONBLOCK) ? IO_NDELAY : 0, in vn_read() 400 ioflag |= IO_NDELAY; in vn_write()
|
| D | tty_pty.c | 302 if (flag & IO_NDELAY) in ptsread() 477 if (flag & IO_NDELAY) in ptcread() 584 if (flag & IO_NDELAY) { in ptcwrite()
|
| D | subr_log.c | 253 if (flag & IO_NDELAY) { in logread()
|
| D | tty.c | 1582 if (flag & IO_NDELAY) { in ttread() 1740 } else if (flag & IO_NDELAY) { in ttwrite() 1892 if (flag & IO_NDELAY) { in ttwrite()
|
| /openbsd/src/sys/dev/sbus/ |
| D | bpp.c | 285 if ((flags & IO_NDELAY) != 0) { in bppwrite()
|
| /openbsd/src/sys/dev/usb/ |
| D | uhid.c | 268 if (flag & IO_NDELAY) { in uhid_do_read()
|
| D | ugen.c | 518 if (flag & IO_NDELAY) { in ugen_do_read() 590 if (flag & IO_NDELAY) { in ugen_do_read()
|
| /openbsd/src/sys/sys/ |
| D | vnode.h | 201 #define IO_NDELAY 0x10 /* FNDELAY flag set in file table */ macro
|
| /openbsd/src/sys/net/ |
| D | if_pppx.c | 290 if (ISSET(ioflag, IO_NDELAY)) in pppxread() 1106 if (ISSET(ioflag, IO_NDELAY)) in pppacread()
|
| D | ppp_tty.c | 307 if (tp->t_state & TS_ASYNC || flag & IO_NDELAY) { in pppread()
|
| D | if_tun.c | 834 error = ifq_deq_sleep(&ifp->if_snd, &m0, ISSET(ioflag, IO_NDELAY), in tun_dev_read()
|
| D | bpf.c | 511 if (ISSET(ioflag, IO_NDELAY)) { in bpfread()
|
| /openbsd/src/sys/dev/pci/drm/ |
| D | drm_drv.c | 1871 if (ioflag & IO_NDELAY) { in drmread()
|
| /openbsd/src/sys/dev/pci/bktr/ |
| D | bktr_core.c | 1054 if (ioflag & IO_NDELAY) { in vbi_read()
|