Searched refs:IO_NDELAY (Results 1 – 7 of 7) sorted by relevance
158 else if (ioflag & IO_NDELAY) in ttydisc_read_canonical()213 else if (ioflag & IO_NDELAY) in ttydisc_read_raw_no_timer()265 else if (ioflag & IO_NDELAY) in ttydisc_read_raw_read_timer()314 else if (ioflag & IO_NDELAY) in ttydisc_read_raw_interbyte_timer()548 if (ioflag & IO_NDELAY) { in ttydisc_write()
156 if (flag & IO_NDELAY) { in logread()
991 ioflag |= IO_NDELAY; in vn_read()1067 ioflag |= IO_NDELAY; in vn_write()
540 if (ioflag & IO_NDELAY && tp->t_flags & TF_BUSY_OUT) { in ttydev_write()
426 if (flag & IO_NDELAY) in ngdread()
318 #define IO_NDELAY 0x0004 /* FNDELAY flag set in file table */ macro
4397 if (ioflags & IO_NDELAY) in ioflags()