Home
last modified time | relevance | path

Searched refs:tem_vt_state (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dtem_impl.h199 struct tem_vt_state { struct
246 _NOTE(MUTEX_PROTECTS_DATA(tem_vt_state::tvs_lock, tem_vt_state)) argument
251 void (*tsc_copy)(struct tem_vt_state *,
254 void (*tsc_cursor)(struct tem_vt_state *, short, cred_t *,
256 void (*tsc_bit2pix)(struct tem_vt_state *, term_char_t *);
257 void (*tsc_cls)(struct tem_vt_state *, int,
291 struct tem_vt_state *ts_active;
321 void tem_safe_text_copy(struct tem_vt_state *,
328 void tem_safe_text_cls(struct tem_vt_state *,
333 void tem_safe_pix_copy(struct tem_vt_state *,
[all …]
/illumos-gate/usr/src/boot/common/
H A Dtem.c193 tem_add(struct tem_vt_state *tem) in tem_add()
205 struct tem_vt_state *tem = (struct tem_vt_state *)tem_arg; in tem_write()
260 struct tem_vt_state *ptem = (struct tem_vt_state *)tem_arg; in tem_initialized()
268 struct tem_vt_state *ptem; in tem_init()
346 struct tem_vt_state *p; in tem_info_init()
582 struct tem_vt_state *p; in tems_modechange_callback()
931 struct tem_vt_state *tem = (struct tem_vt_state *)tem_arg; in tem_activate()
1871 tem_cr(struct tem_vt_state *tem) in tem_cr()
1879 tem_lf(struct tem_vt_state *tem) in tem_lf()
2531 tem_cls(struct tem_vt_state *tem) in tem_cls()
[all …]
/illumos-gate/usr/src/uts/common/io/
H A Dtem_safe.c122 static void tem_safe_lf(struct tem_vt_state *,
197 struct tem_vt_state *tem, in tem_safe_check_first_time()
238 struct tem_vt_state *tem = (struct tem_vt_state *)tem_arg; in tem_safe_polled_write()
373 struct tem_vt_state *tem, in tem_safe_terminal_emulate()
590 tem_safe_selgraph(struct tem_vt_state *tem) in tem_safe_selgraph()
1322 tem_safe_cr(struct tem_vt_state *tem) in tem_safe_cr()
1330 tem_safe_lf(struct tem_vt_state *tem, in tem_safe_lf()
2134 tem_safe_cls(struct tem_vt_state *tem, in tem_safe_cls()
2192 tem_safe_tab(struct tem_vt_state *tem, in tem_safe_tab()
2215 tem_safe_set_tab(struct tem_vt_state *tem) in tem_safe_set_tab()
[all …]
H A Dtem.c190 struct tem_vt_state *tem = (struct tem_vt_state *)tem_arg; in tem_write()
270 struct tem_vt_state *ptem = (struct tem_vt_state *)tem_arg; in tem_initialized()
283 struct tem_vt_state *ptem; in tem_init()
359 struct tem_vt_state *tem = (struct tem_vt_state *)tem_arg; in tem_destroy()
406 struct tem_vt_state *p; in tem_info_init()
652 struct tem_vt_state *p; in tems_modechange_callback()
1031 struct tem_vt_state *tem = (struct tem_vt_state *)tem_arg; in tem_get_fbmode()
1045 struct tem_vt_state *tem = (struct tem_vt_state *)tem_arg; in tem_set_fbmode()
1071 struct tem_vt_state *tem = (struct tem_vt_state *)tem_arg; in tem_activate()
1091 struct tem_vt_state *cur = (struct tem_vt_state *)tem_arg1; in tem_switch()
[all …]
/illumos-gate/usr/src/boot/sys/sys/
H A Dtem_impl.h181 struct tem_vt_state { struct
223 void (*tsc_display)(struct tem_vt_state *, term_char_t *, int, argument
225 void (*tsc_copy)(struct tem_vt_state *,
228 void (*tsc_cursor)(struct tem_vt_state *, short);
229 void (*tsc_bit2pix)(struct tem_vt_state *, term_char_t *);
230 void (*tsc_cls)(struct tem_vt_state *, int, screen_pos_t, screen_pos_t);
266 struct tem_vt_state *ts_active;
292 void tem_image_display(struct tem_vt_state *, screen_pos_t, screen_pos_t,