Searched refs:TF_BUSY_OUT (Results 1 – 2 of 2) sorted by relevance
90 #define TF_BUSY_OUT 0x40000 /* Process busy in write(). */ macro91 #define TF_BUSY (TF_BUSY_IN|TF_BUSY_OUT)
540 if (ioflag & IO_NDELAY && tp->t_flags & TF_BUSY_OUT) { in ttydev_write()545 while (tp->t_flags & TF_BUSY_OUT) { in ttydev_write()551 tp->t_flags |= TF_BUSY_OUT; in ttydev_write()553 tp->t_flags &= ~TF_BUSY_OUT; in ttydev_write()2289 { TF_BUSY_OUT, 'o' },