Home
last modified time | relevance | path

Searched refs:IO_NDELAY (Results 1 – 19 of 19) sorted by relevance

/openbsd/src/sys/dev/
Dmidi.c139 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()
Dhotplug.c173 if (flags & IO_NDELAY) { in hotplugread()
Daudio.c1614 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/
Dfifo_vnops.c261 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/
Dwsevent.c210 if (flags & IO_NDELAY) { in wsevent_read()
/openbsd/src/sys/kern/
Dvfs_vnops.c369 error = VOP_READ(vp, uio, (fp->f_flag & FNONBLOCK) ? IO_NDELAY : 0, in vn_read()
400 ioflag |= IO_NDELAY; in vn_write()
Dtty_pty.c302 if (flag & IO_NDELAY) in ptsread()
477 if (flag & IO_NDELAY) in ptcread()
584 if (flag & IO_NDELAY) { in ptcwrite()
Dsubr_log.c253 if (flag & IO_NDELAY) { in logread()
Dtty.c1582 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/
Dbpp.c285 if ((flags & IO_NDELAY) != 0) { in bppwrite()
/openbsd/src/sys/dev/usb/
Duhid.c268 if (flag & IO_NDELAY) { in uhid_do_read()
Dugen.c518 if (flag & IO_NDELAY) { in ugen_do_read()
590 if (flag & IO_NDELAY) { in ugen_do_read()
/openbsd/src/sys/sys/
Dvnode.h201 #define IO_NDELAY 0x10 /* FNDELAY flag set in file table */ macro
/openbsd/src/sys/net/
Dif_pppx.c290 if (ISSET(ioflag, IO_NDELAY)) in pppxread()
1106 if (ISSET(ioflag, IO_NDELAY)) in pppacread()
Dppp_tty.c307 if (tp->t_state & TS_ASYNC || flag & IO_NDELAY) { in pppread()
Dif_tun.c834 error = ifq_deq_sleep(&ifp->if_snd, &m0, ISSET(ioflag, IO_NDELAY), in tun_dev_read()
Dbpf.c511 if (ISSET(ioflag, IO_NDELAY)) { in bpfread()
/openbsd/src/sys/dev/pci/drm/
Ddrm_drv.c1871 if (ioflag & IO_NDELAY) { in drmread()
/openbsd/src/sys/dev/pci/bktr/
Dbktr_core.c1054 if (ioflag & IO_NDELAY) { in vbi_read()