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

/openbsd-current/sys/dev/
H A Dhotplug.c173 if (flags & IO_NDELAY) {
H A Dmidi.c135 /* if there is no data then sleep (unless IO_NDELAY flag is set) */
139 if (ioflag & IO_NDELAY) {
264 * If IO_NDELAY flag is set then check if there is enough room
270 if ((ioflag & IO_NDELAY) && MIDIBUF_ISFULL(mb) && (uio->uio_resid > 0)) {
277 if (ioflag & IO_NDELAY) {
H A Daudio.c1609 if (ioflag & IO_NDELAY) {
1661 * if IO_NDELAY flag is set then check if there is enough room
1666 if (uio->uio_resid > 0 && (ioflag & IO_NDELAY)) {
1678 if (ioflag & IO_NDELAY) {
1937 if (ioflag & IO_NDELAY) {
/openbsd-current/sys/dev/wscons/
H A Dwsevent.c161 if (flags & IO_NDELAY) {
/openbsd-current/sys/miscfs/fifofs/
H A Dfifo_vnops.c261 if (ap->a_ioflag & IO_NDELAY)
266 if (ap->a_ioflag & IO_NDELAY) {
288 if (ap->a_ioflag & IO_NDELAY)
/openbsd-current/sys/kern/
H A Dvfs_vnops.c369 error = VOP_READ(vp, uio, (fp->f_flag & FNONBLOCK) ? IO_NDELAY : 0,
400 ioflag |= IO_NDELAY;
H A Dtty_pty.c302 if (flag & IO_NDELAY)
477 if (flag & IO_NDELAY)
584 if (flag & IO_NDELAY) {
H A Dtty.c1584 if (flag & IO_NDELAY) {
1742 } else if (flag & IO_NDELAY) {
1894 if (flag & IO_NDELAY) {
H A Dsubr_log.c250 if (flag & IO_NDELAY) {
/openbsd-current/sys/dev/sbus/
H A Dbpp.c285 if ((flags & IO_NDELAY) != 0) {
/openbsd-current/sys/sys/
H A Dvnode.h201 #define IO_NDELAY 0x10 /* FNDELAY flag set in file table */ macro
/openbsd-current/sys/dev/usb/
H A Duhid.c268 if (flag & IO_NDELAY) {
H A Dugen.c518 if (flag & IO_NDELAY) {
590 if (flag & IO_NDELAY) {
/openbsd-current/sys/net/
H A Dif_pppx.c290 if (ISSET(ioflag, IO_NDELAY))
1110 if (ISSET(ioflag, IO_NDELAY))
H A Dppp_tty.c307 if (tp->t_state & TS_ASYNC || flag & IO_NDELAY) {
H A Dif_tun.c821 error = ifq_deq_sleep(&ifp->if_snd, &m0, ISSET(ioflag, IO_NDELAY),
H A Dbpf.c512 if (ISSET(ioflag, IO_NDELAY)) {
/openbsd-current/sys/dev/pci/drm/
H A Ddrm_drv.c1866 if (ioflag & IO_NDELAY) {
/openbsd-current/sys/dev/pci/bktr/
H A Dbktr_core.c1054 if (ioflag & IO_NDELAY) {

Completed in 201 milliseconds