Searched refs:IO_NDELAY (Results 1 – 14 of 14) sorted by relevance
231 else if (ioflag & IO_NDELAY) in ttydisc_read_canonical()296 else if (ioflag & IO_NDELAY) in ttydisc_read_raw_no_timer()348 else if (ioflag & IO_NDELAY) in ttydisc_read_raw_read_timer()397 else if (ioflag & IO_NDELAY) in ttydisc_read_raw_interbyte_timer()631 if (ioflag & IO_NDELAY) { in ttydisc_write()
151 if (flag & IO_NDELAY) { in logread()
1085 ioflag |= IO_NDELAY; in vn_read()1162 ioflag |= IO_NDELAY; in vn_write()
538 if (ioflag & IO_NDELAY && tp->t_flags & TF_BUSY_OUT) { in ttydev_write()
460 if (flag & IO_NDELAY) in ngdread()
578 if (ioflag & IO_NDELAY) in cuse_client_send_command_locked()1856 (fflag & O_NONBLOCK) ? IO_NDELAY : 0); in cuse_client_ioctl()1914 0, temp, pcc->fflags, IO_NDELAY); in cuse_client_poll()
268 if (ioflag & IO_NDELAY) { in evtchn_read()
1447 if (ioflag & IO_NDELAY) { in usb_read()1565 if (ioflag & IO_NDELAY) { in usb_write()
819 if ((ioflag & IO_NDELAY) == 0) { in targread()
319 #define IO_NDELAY 0x0004 /* FNDELAY flag set in file table */ macro
808 while ((ioflag & IO_NDELAY) == 0 && fifo_empty(sc, &sc->rfifo)) { in cyaparead()
2140 CTASSERT(O_NONBLOCK == IO_NDELAY);
796 if (fflag & IO_NDELAY) in fuse_vnop_close()
4294 if (ioflags & IO_NDELAY) in ioflags()