Home
last modified time | relevance | path

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

/components/lwp/terminal/freebsd/
A Dtty_ttydisc.c173 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()
A Dtty.c536 if (ioflag & IO_NDELAY && tp->t_flags & TF_BUSY_OUT) in ttydev_write()
/components/lwp/terminal/
A Dtty_device.c144 ioflags |= IO_NDELAY; in tty_fops_read()
195 ioflags |= IO_NDELAY; in tty_fops_write()
A Dbsd_porting.h105 #define IO_NDELAY 0x0004 /* FNDELAY flag set in file table */ macro

Completed in 17 milliseconds