Home
last modified time | relevance | path

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

/components/lwp/terminal/freebsd/
A Dtty.c404 tp->t_revokecnt++; in ttydev_close()
1027 int revokecnt = tp->t_revokecnt; in tty_wait()
1039 if (tp->t_revokecnt != revokecnt) in tty_wait()
1048 int revokecnt = tp->t_revokecnt; in tty_timedwait()
1060 if (tp->t_revokecnt != revokecnt) in tty_timedwait()
A Dtty_compat.c103 int revokecnt = tp->t_revokecnt; in lwp_tty_bg_stop()
139 if (tp->t_revokecnt != revokecnt) in lwp_tty_bg_stop()
/components/lwp/terminal/
A Dterminal.h140 unsigned int t_revokecnt; /* (t) revoke() count. */ member

Completed in 19 milliseconds