Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dtty_ttydisc.c97 tp->t_flags &= ~(TF_STOPPED|TF_HIWAT|TF_ZOMBIE); in ttydisc_close()
156 if (tp->t_flags & TF_ZOMBIE) in ttydisc_read_canonical()
211 if (tp->t_flags & TF_ZOMBIE) in ttydisc_read_raw_no_timer()
263 if (tp->t_flags & TF_ZOMBIE) in ttydisc_read_raw_read_timer()
312 if (tp->t_flags & TF_ZOMBIE) in ttydisc_read_raw_interbyte_timer()
464 if (tp->t_flags & TF_ZOMBIE) in ttydisc_write()
566 if (tp->t_flags & TF_ZOMBIE) { in ttydisc_write()
628 tp->t_flags |= TF_ZOMBIE; in ttydisc_modem()
H A Dtty.c663 if (tp->t_flags & TF_ZOMBIE) { in ttydev_poll()
721 if (tty_gone(tp) || tp->t_flags & TF_ZOMBIE) { in tty_kqops_read_event()
2283 { TF_ZOMBIE, 'Z' },
/f-stack/freebsd/sys/
H A Dtty.h87 #define TF_ZOMBIE 0x08000 /* Modem disconnect received. */ macro