Home
last modified time | relevance | path

Searched refs:TF_BUSY_OUT (Results 1 – 2 of 2) sorted by relevance

/components/lwp/terminal/
A Dterminal.h138 #define TF_BUSY_OUT 0x40000 /* Process busy in write(). */ macro
139 #define TF_BUSY (TF_BUSY_IN | TF_BUSY_OUT)
/components/lwp/terminal/freebsd/
A Dtty.c536 if (ioflag & IO_NDELAY && tp->t_flags & TF_BUSY_OUT) in ttydev_write()
544 while (tp->t_flags & TF_BUSY_OUT) in ttydev_write()
551 tp->t_flags |= TF_BUSY_OUT; in ttydev_write()
559 tp->t_flags &= ~TF_BUSY_OUT; in ttydev_write()

Completed in 6 milliseconds