Searched refs:tem_vt_state_t (Results 1 – 11 of 11) sorted by relevance
/illumos-gate/usr/src/uts/common/sys/ |
H A D | tem.h | 44 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 D | vt_impl.h | 72 tem_vt_state_t vc_tem; /* Terminal emulator state */
|
/illumos-gate/usr/src/boot/sys/sys/ |
H A D | tem.h | 46 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 D | tem_impl.h | 235 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 D | tem.c | 188 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 D | wscons.c | 273 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 D | tem_safe.c | 234 tem_vt_state_t tem_arg, in tem_safe_polled_write()
|
/illumos-gate/usr/src/boot/common/ |
H A D | tem.c | 203 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 D | gfx_fb.c | 1309 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 D | vidconsole.c | 80 static tem_vt_state_t tem;
|
/illumos-gate/usr/src/boot/efi/libefi/ |
H A D | efi_console.c | 69 static tem_vt_state_t tem;
|