Home
last modified time | relevance | path

Searched defs:lwp_tty (Results 1 – 1 of 1) sorted by relevance

/components/lwp/terminal/
A Dterminal.h109 struct lwp_tty struct
112 struct rt_mutex *t_mtx; /* TTY lock. */
114 rt_list_t t_list; /* (l) TTY list entry. */
116 unsigned int t_flags; /* (t) Terminal option flags. */
140 unsigned int t_revokecnt; /* (t) revoke() count. */
143 struct ttyinq t_inq; /* (t) Input queue. */
144 size_t t_inlow; /* (t) Input low watermark. */
145 struct ttyoutq t_outq; /* (t) Output queue. */
146 size_t t_outlow; /* (t) Output low watermark. */
177 struct lwp_ttydevsw *t_devsw; /* (c) Driver hooks. */ argument
[all …]

Completed in 10 milliseconds