tem_vt_state_t
tem_get_colors((tem_vt_state_t)tems.ts_active, &fg, &bg);
tem_get_colors((tem_vt_state_t)tems.ts_active, &fg, &bg);
tem_write(tem_vt_state_t tem_arg, uint8_t *buf, ssize_t len)
tem_initialized(tem_vt_state_t tem_arg)
tem_vt_state_t
return ((tem_vt_state_t)ptem);
return ((tem_vt_state_t)ptem);
tem_get_colors(tem_vt_state_t tem_arg, text_color_t *fg, text_color_t *bg)
return ((tem_vt_state_t)ptem);
tem_activate(tem_vt_state_t tem_arg, bool unblank)
static tem_vt_state_t tem;
static tem_vt_state_t tem;
int tem_initialized(tem_vt_state_t);
tem_vt_state_t tem_init(void);
void tem_write(tem_vt_state_t, uint8_t *, ssize_t);
void tem_activate(tem_vt_state_t, bool);
void tem_switch(tem_vt_state_t, tem_vt_state_t);
void tem_get_colors(tem_vt_state_t, text_color_t *, text_color_t *);
int tem_initialized(tem_vt_state_t);
tem_vt_state_t tem_init(void);
void tem_write(tem_vt_state_t, uint8_t *, ssize_t);
void tem_activate(tem_vt_state_t, bool);
void tem_get_colors(tem_vt_state_t, text_color_t *, text_color_t *);
tem_get_fbmode(tem_vt_state_t tem_arg)
tem_set_fbmode(tem_vt_state_t tem_arg, uchar_t fbmode, cred_t *credp)
tem_activate(tem_vt_state_t tem_arg, boolean_t unblank, cred_t *credp)
tem_switch(tem_vt_state_t tem_arg1, tem_vt_state_t tem_arg2, cred_t *credp)
tem_write(tem_vt_state_t tem_arg, uchar_t *buf, ssize_t len, cred_t *credp)
tem_initialized(tem_vt_state_t tem_arg)
tem_vt_state_t
return ((tem_vt_state_t)ptem);
return ((tem_vt_state_t)ptem);
tem_destroy(tem_vt_state_t tem_arg, cred_t *credp)
tem_vt_state_t tem_arg,
static tem_vt_state_t
static tem_vt_state_t wc_get_screen_tem(vc_state_t *);
tem_vt_state_t ptem = NULL;
boolean_t tem_initialized(tem_vt_state_t);
tem_vt_state_t tem_init(cred_t *, queue_t *);
void tem_destroy(tem_vt_state_t, cred_t *);
void tem_write(tem_vt_state_t, uchar_t *, ssize_t, cred_t *);
void tem_safe_polled_write(tem_vt_state_t, unsigned char *, int);
void tem_activate(tem_vt_state_t, boolean_t, cred_t *);
void tem_switch(tem_vt_state_t, tem_vt_state_t, cred_t *);
uchar_t tem_get_fbmode(tem_vt_state_t);
void tem_set_fbmode(tem_vt_state_t, uchar_t, cred_t *);
tem_vt_state_t vc_tem; /* Terminal emulator state */