Symbol: tem_vt_state_t
usr/src/boot/common/gfx_fb.c
1309
tem_get_colors((tem_vt_state_t)tems.ts_active, &fg, &bg);
usr/src/boot/common/gfx_fb.c
1330
tem_get_colors((tem_vt_state_t)tems.ts_active, &fg, &bg);
usr/src/boot/common/tem.c
203
tem_write(tem_vt_state_t tem_arg, uint8_t *buf, ssize_t len)
usr/src/boot/common/tem.c
258
tem_initialized(tem_vt_state_t tem_arg)
usr/src/boot/common/tem.c
265
tem_vt_state_t
usr/src/boot/common/tem.c
272
return ((tem_vt_state_t)ptem);
usr/src/boot/common/tem.c
288
return ((tem_vt_state_t)ptem);
usr/src/boot/common/tem.c
2927
tem_get_colors(tem_vt_state_t tem_arg, text_color_t *fg, text_color_t *bg)
usr/src/boot/common/tem.c
294
return ((tem_vt_state_t)ptem);
usr/src/boot/common/tem.c
929
tem_activate(tem_vt_state_t tem_arg, bool unblank)
usr/src/boot/efi/libefi/efi_console.c
69
static tem_vt_state_t tem;
usr/src/boot/i386/libi386/vidconsole.c
80
static tem_vt_state_t tem;
usr/src/boot/sys/sys/tem.h
58
int tem_initialized(tem_vt_state_t);
usr/src/boot/sys/sys/tem.h
60
tem_vt_state_t tem_init(void);
usr/src/boot/sys/sys/tem.h
63
void tem_write(tem_vt_state_t, uint8_t *, ssize_t);
usr/src/boot/sys/sys/tem.h
67
void tem_activate(tem_vt_state_t, bool);
usr/src/boot/sys/sys/tem.h
68
void tem_switch(tem_vt_state_t, tem_vt_state_t);
usr/src/boot/sys/sys/tem.h
69
void tem_get_colors(tem_vt_state_t, text_color_t *, text_color_t *);
usr/src/boot/sys/sys/tem_impl.h
281
int tem_initialized(tem_vt_state_t);
usr/src/boot/sys/sys/tem_impl.h
283
tem_vt_state_t tem_init(void);
usr/src/boot/sys/sys/tem_impl.h
286
void tem_write(tem_vt_state_t, uint8_t *, ssize_t);
usr/src/boot/sys/sys/tem_impl.h
290
void tem_activate(tem_vt_state_t, bool);
usr/src/boot/sys/sys/tem_impl.h
291
void tem_get_colors(tem_vt_state_t, text_color_t *, text_color_t *);
usr/src/uts/common/io/tem.c
1029
tem_get_fbmode(tem_vt_state_t tem_arg)
usr/src/uts/common/io/tem.c
1043
tem_set_fbmode(tem_vt_state_t tem_arg, uchar_t fbmode, cred_t *credp)
usr/src/uts/common/io/tem.c
1069
tem_activate(tem_vt_state_t tem_arg, boolean_t unblank, cred_t *credp)
usr/src/uts/common/io/tem.c
1089
tem_switch(tem_vt_state_t tem_arg1, tem_vt_state_t tem_arg2, cred_t *credp)
usr/src/uts/common/io/tem.c
188
tem_write(tem_vt_state_t tem_arg, uchar_t *buf, ssize_t len, cred_t *credp)
usr/src/uts/common/io/tem.c
268
tem_initialized(tem_vt_state_t tem_arg)
usr/src/uts/common/io/tem.c
280
tem_vt_state_t
usr/src/uts/common/io/tem.c
309
return ((tem_vt_state_t)ptem);
usr/src/uts/common/io/tem.c
317
return ((tem_vt_state_t)ptem);
usr/src/uts/common/io/tem.c
357
tem_destroy(tem_vt_state_t tem_arg, cred_t *credp)
usr/src/uts/common/io/tem_safe.c
234
tem_vt_state_t tem_arg,
usr/src/uts/common/io/wscons.c
1222
static tem_vt_state_t
usr/src/uts/common/io/wscons.c
273
static tem_vt_state_t wc_get_screen_tem(vc_state_t *);
usr/src/uts/common/io/wscons.c
503
tem_vt_state_t ptem = NULL;
usr/src/uts/common/sys/tem.h
46
boolean_t tem_initialized(tem_vt_state_t);
usr/src/uts/common/sys/tem.h
48
tem_vt_state_t tem_init(cred_t *, queue_t *);
usr/src/uts/common/sys/tem.h
50
void tem_destroy(tem_vt_state_t, cred_t *);
usr/src/uts/common/sys/tem.h
54
void tem_write(tem_vt_state_t, uchar_t *, ssize_t, cred_t *);
usr/src/uts/common/sys/tem.h
56
void tem_safe_polled_write(tem_vt_state_t, unsigned char *, int);
usr/src/uts/common/sys/tem.h
62
void tem_activate(tem_vt_state_t, boolean_t, cred_t *);
usr/src/uts/common/sys/tem.h
64
void tem_switch(tem_vt_state_t, tem_vt_state_t, cred_t *);
usr/src/uts/common/sys/tem.h
66
uchar_t tem_get_fbmode(tem_vt_state_t);
usr/src/uts/common/sys/tem.h
68
void tem_set_fbmode(tem_vt_state_t, uchar_t, cred_t *);
usr/src/uts/common/sys/vt_impl.h
72
tem_vt_state_t vc_tem; /* Terminal emulator state */