Searched defs:tem_vt_state (Results 1 – 2 of 2) sorted by relevance
199 struct tem_vt_state { struct200 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 …]
181 struct tem_vt_state { struct182 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 …]