Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/kern/
HDtty_ttydisc.c103 tp->t_flags &= ~(TF_STOPPED|TF_HIWAT|TF_ZOMBIE); in ttydisc_close()
230 if (tp->t_flags & TF_ZOMBIE) in ttydisc_read_canonical()
295 if (tp->t_flags & TF_ZOMBIE) in ttydisc_read_raw_no_timer()
347 if (tp->t_flags & TF_ZOMBIE) in ttydisc_read_raw_read_timer()
396 if (tp->t_flags & TF_ZOMBIE) in ttydisc_read_raw_interbyte_timer()
548 if (tp->t_flags & TF_ZOMBIE) in ttydisc_write()
650 if (tp->t_flags & TF_ZOMBIE) { in ttydisc_write()
712 tp->t_flags |= TF_ZOMBIE; in ttydisc_modem()
HDtty.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()
2316 { TF_ZOMBIE, 'Z' },
/freebsd-14-stable/sys/sys/
HDtty.h85 #define TF_ZOMBIE 0x08000 /* Modem disconnect received. */ macro
/freebsd-14-stable/usr.sbin/pstat/
HDpstat.c327 { TF_ZOMBIE, 'Z' },