Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dtem_impl.h199 struct tem_vt_state { struct
200 queue_t *tvs_queue; /* read queue for console */
201 kmutex_t tvs_lock;
202 uchar_t tvs_fbmode; /* framebuffer mode */
203 uchar_t tvs_alpha; /* rgb alpha channel */
204 text_attr_t tvs_flags; /* flags for this x3.64 terminal */
205 int tvs_state; /* state in output esc seq processing */
206 uint_t tvs_stateflags; /* state of some features */
207 boolean_t tvs_gotparam; /* does output esc seq have a param */
209 int tvs_curparam; /* current param # of output esc seq */
[all …]
/illumos-gate/usr/src/boot/sys/sys/
H A Dtem_impl.h181 struct tem_vt_state { struct
182 uint8_t tvs_fbmode; /* framebuffer mode */
183 uint8_t tvs_alpha; /* rgb alpha channel */
184 text_attr_t tvs_flags; /* flags for this x3.64 terminal */
185 int tvs_state; /* state in output esc seq processing */
186 uint_t tvs_stateflags; /* state of some features */
187 bool tvs_gotparam; /* does output esc seq have a param */
189 int tvs_curparam; /* current param # of output esc seq */
190 int tvs_paramval; /* value of current param */
191 int tvs_params[TEM_MAXPARAMS]; /* parameters of output esc seq */
[all …]