Home
last modified time | relevance | path

Searched refs:tem_vt_state_t (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dtem.h44 typedef struct __tem_vt_state *tem_vt_state_t; typedef
46 boolean_t tem_initialized(tem_vt_state_t);
48 tem_vt_state_t tem_init(cred_t *, queue_t *);
50 void tem_destroy(tem_vt_state_t, cred_t *);
54 void tem_write(tem_vt_state_t, uchar_t *, ssize_t, cred_t *);
56 void tem_safe_polled_write(tem_vt_state_t, unsigned char *, int);
62 void tem_activate(tem_vt_state_t, boolean_t, cred_t *);
64 void tem_switch(tem_vt_state_t, tem_vt_state_t, cred_t *);
66 uchar_t tem_get_fbmode(tem_vt_state_t);
68 void tem_set_fbmode(tem_vt_state_t, uchar_t, cred_t *);
H A Dvt_impl.h72 tem_vt_state_t vc_tem; /* Terminal emulator state */
/illumos-gate/usr/src/boot/sys/sys/
H A Dtem.h46 typedef struct __tem_vt_state *tem_vt_state_t; typedef
58 int tem_initialized(tem_vt_state_t);
60 tem_vt_state_t tem_init(void);
63 void tem_write(tem_vt_state_t, uint8_t *, ssize_t);
67 void tem_activate(tem_vt_state_t, bool);
68 void tem_switch(tem_vt_state_t, tem_vt_state_t);
69 void tem_get_colors(tem_vt_state_t, text_color_t *, text_color_t *);
H A Dtem_impl.h235 typedef struct __tem_vt_state *tem_vt_state_t; typedef
281 int tem_initialized(tem_vt_state_t);
283 tem_vt_state_t tem_init(void);
286 void tem_write(tem_vt_state_t, uint8_t *, ssize_t);
290 void tem_activate(tem_vt_state_t, bool);
291 void tem_get_colors(tem_vt_state_t, text_color_t *, text_color_t *);
/illumos-gate/usr/src/uts/common/io/
H A Dtem.c188 tem_write(tem_vt_state_t tem_arg, uchar_t *buf, ssize_t len, cred_t *credp) in tem_write()
268 tem_initialized(tem_vt_state_t tem_arg) in tem_initialized()
280 tem_vt_state_t
309 return ((tem_vt_state_t)ptem); in tem_init()
317 return ((tem_vt_state_t)ptem); in tem_init()
357 tem_destroy(tem_vt_state_t tem_arg, cred_t *credp) in tem_destroy()
1029 tem_get_fbmode(tem_vt_state_t tem_arg) in tem_get_fbmode()
1043 tem_set_fbmode(tem_vt_state_t tem_arg, uchar_t fbmode, cred_t *credp) in tem_set_fbmode()
1069 tem_activate(tem_vt_state_t tem_arg, boolean_t unblank, cred_t *credp) in tem_activate()
1089 tem_switch(tem_vt_state_t tem_arg1, tem_vt_state_t tem_arg2, cred_t *credp) in tem_switch()
H A Dwscons.c273 static tem_vt_state_t wc_get_screen_tem(vc_state_t *);
503 tem_vt_state_t ptem = NULL; in wcuwsrv()
1222 static tem_vt_state_t
H A Dtem_safe.c234 tem_vt_state_t tem_arg, in tem_safe_polled_write()
/illumos-gate/usr/src/boot/common/
H A Dtem.c203 tem_write(tem_vt_state_t tem_arg, uint8_t *buf, ssize_t len) in tem_write()
258 tem_initialized(tem_vt_state_t tem_arg) in tem_initialized()
265 tem_vt_state_t
272 return ((tem_vt_state_t)ptem); in tem_init()
288 return ((tem_vt_state_t)ptem); in tem_init()
294 return ((tem_vt_state_t)ptem); in tem_init()
929 tem_activate(tem_vt_state_t tem_arg, bool unblank) in tem_activate()
2927 tem_get_colors(tem_vt_state_t tem_arg, text_color_t *fg, text_color_t *bg) in tem_get_colors()
H A Dgfx_fb.c1309 tem_get_colors((tem_vt_state_t)tems.ts_active, &fg, &bg); in gfx_fb_setpixel()
1330 tem_get_colors((tem_vt_state_t)tems.ts_active, &fg, &bg); in gfx_fb_drawrect()
/illumos-gate/usr/src/boot/i386/libi386/
H A Dvidconsole.c80 static tem_vt_state_t tem;
/illumos-gate/usr/src/boot/efi/libefi/
H A Defi_console.c66 static tem_vt_state_t tem;