Searched refs:IO_NDELAY (Results 1 – 4 of 4) sorted by relevance
173 else if (ioflag & IO_NDELAY) in ttydisc_read_canonical()229 else if (ioflag & IO_NDELAY) in ttydisc_read_raw_no_timer()280 else if (ioflag & IO_NDELAY) in ttydisc_read_raw_read_timer()329 else if (ioflag & IO_NDELAY) in ttydisc_read_raw_interbyte_timer()580 if (ioflag & IO_NDELAY) in ttydisc_write()
536 if (ioflag & IO_NDELAY && tp->t_flags & TF_BUSY_OUT) in ttydev_write()
144 ioflags |= IO_NDELAY; in tty_fops_read()195 ioflags |= IO_NDELAY; in tty_fops_write()
105 #define IO_NDELAY 0x0004 /* FNDELAY flag set in file table */ macro
Completed in 17 milliseconds