Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/sys/
Dtty.h87 #define TF_BUSY_OUT 0x40000 /* Process busy in write(). */ macro
88 #define TF_BUSY (TF_BUSY_IN|TF_BUSY_OUT)
/freebsd-10-stable/sys/kern/
Dtty.c485 if (ioflag & IO_NDELAY && tp->t_flags & TF_BUSY_OUT) { in ttydev_write()
490 while (tp->t_flags & TF_BUSY_OUT) { in ttydev_write()
496 tp->t_flags |= TF_BUSY_OUT; in ttydev_write()
498 tp->t_flags &= ~TF_BUSY_OUT; in ttydev_write()
2155 { TF_BUSY_OUT, 'o' },
/freebsd-10-stable/usr.sbin/pstat/
Dpstat.c331 { TF_BUSY_OUT, 'o' },