Home
last modified time | relevance | path

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

/trueos/sys/kern/
HDtty.c194 if (tty_opened(tp) || tp->t_flags & TF_OPENCLOSE) { in ttydev_leave()
200 tp->t_flags |= TF_OPENCLOSE; in ttydev_leave()
228 tp->t_flags &= ~TF_OPENCLOSE; in ttydev_leave()
259 while (tp->t_flags & TF_OPENCLOSE) { in ttydev_open()
266 tp->t_flags |= TF_OPENCLOSE; in ttydev_open()
327 done: tp->t_flags &= ~TF_OPENCLOSE; in ttydev_open()
1061 #define TF_ACTIVITY (TF_GONE|TF_OPENED|TF_HOOK|TF_OPENCLOSE) in tty_rel_free()
2101 { TF_OPENCLOSE, 'B' },
/trueos/sys/sys/
HDtty.h75 #define TF_OPENCLOSE 0x00080 /* Device is in open()/close(). */ macro
/trueos/usr.sbin/pstat/
HDpstat.c315 { TF_OPENCLOSE, 'B' },