Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/kern/
Dtty_ttydisc.c97 tp->t_flags &= ~(TF_STOPPED|TF_HIWAT|TF_ZOMBIE); in ttydisc_close()
155 if (tp->t_flags & TF_ZOMBIE) in ttydisc_read_canonical()
210 if (tp->t_flags & TF_ZOMBIE) in ttydisc_read_raw_no_timer()
262 if (tp->t_flags & TF_ZOMBIE) in ttydisc_read_raw_read_timer()
311 if (tp->t_flags & TF_ZOMBIE) in ttydisc_read_raw_interbyte_timer()
463 if (tp->t_flags & TF_ZOMBIE) in ttydisc_write()
553 if (tp->t_flags & TF_ZOMBIE) { in ttydisc_write()
615 tp->t_flags |= TF_ZOMBIE; in ttydisc_modem()
Dtty.c655 if (tp->t_flags & TF_ZOMBIE) { in ttydev_poll()
713 if (tty_gone(tp) || tp->t_flags & TF_ZOMBIE) { in tty_kqops_read_event()
2271 { TF_ZOMBIE, 'Z' },
/freebsd-12-stable/sys/sys/
Dtty.h87 #define TF_ZOMBIE 0x08000 /* Modem disconnect received. */ macro
/freebsd-12-stable/usr.sbin/pstat/
Dpstat.c327 { TF_ZOMBIE, 'Z' },