Home
last modified time | relevance | path

Searched refs:TF_INDEVCLOSE (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/sys/
H A Dtty.h90 #define TF_INDEVCLOSE 0x80000 /* In ttydev_close() */ macro
/freebsd/sys/kern/
H A Dtty.c242 tp->t_flags &= ~TF_INDEVCLOSE; in ttydev_leave()
382 if ((tp->t_flags & TF_INDEVCLOSE) != 0) { in ttydev_close()
386 tp->t_flags |= TF_INDEVCLOSE; in ttydev_close()
400 tp->t_flags &= ~TF_INDEVCLOSE; in ttydev_close()
1167 tp->t_flags &= ~TF_INDEVCLOSE; in tty_rel_free()
1179 tp->t_flags &= ~TF_INDEVCLOSE; in tty_rel_free()