Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/sys/
HDtty.h88 #define TF_BUSY_OUT 0x40000 /* Process busy in write(). */ macro
89 #define TF_BUSY (TF_BUSY_IN|TF_BUSY_OUT)
/freebsd-13-stable/sys/kern/
HDtty.c538 if (ioflag & IO_NDELAY && tp->t_flags & TF_BUSY_OUT) { in ttydev_write()
543 while (tp->t_flags & TF_BUSY_OUT) { in ttydev_write()
549 tp->t_flags |= TF_BUSY_OUT; in ttydev_write()
553 tp->t_flags &= ~TF_BUSY_OUT; in ttydev_write()
2313 { TF_BUSY_OUT, 'o' },
/freebsd-13-stable/usr.sbin/pstat/
HDpstat.c333 { TF_BUSY_OUT, 'o' },