Home
last modified time | relevance | path

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

/components/lwp/terminal/freebsd/
A Dtty_ttydisc.c106 tp->t_flags &= ~(TF_STOPPED | TF_HIWAT | TF_ZOMBIE); in ttydisc_close()
1050 tp->t_flags &= ~TF_STOPPED; in ttydisc_rint()
1158 if ((tp->t_flags & TF_STOPPED) == 0) in ttydisc_rint()
1160 tp->t_flags |= TF_STOPPED; in ttydisc_rint()
1173 tp->t_flags &= ~TF_STOPPED; in ttydisc_rint()
1399 if (tp->t_flags & TF_STOPPED) in ttydisc_getc()
1429 if (tp->t_flags & TF_STOPPED) in ttydisc_getc_uio()
1470 if (tp->t_flags & TF_STOPPED) in ttydisc_getc_poll()
A Dtty_compat.c261 tp->t_flags &= ~TF_STOPPED; in lwp_tty_signal_sessleader()
283 tp->t_flags &= ~TF_STOPPED; in lwp_tty_signal_pgrp()
A Dtty.c1354 tp->t_flags |= TF_STOPPED; in tty_generic_ioctl()
1358 tp->t_flags &= ~TF_STOPPED; in tty_generic_ioctl()
/components/lwp/terminal/
A Dterminal.h132 #define TF_STOPPED 0x01000 /* Output flow control - stopped. */ macro

Completed in 30 milliseconds