Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/
H A Dtem.c143 tems.ts_active = NULL; in _init()
370 if (tems.ts_active == tem) in tem_destroy()
371 tems.ts_active = NULL; in tem_destroy()
675 struct tem_vt_state *active = tems.ts_active; in tems_modechange_callback()
1074 tems.ts_active = tem; in tem_activate()
1098 tems.ts_active = tobe; in tem_switch()
/illumos-gate/usr/src/boot/sys/sys/
H A Dtem_impl.h266 struct tem_vt_state *ts_active; member
/illumos-gate/usr/src/uts/common/sys/
H A Dtem_impl.h291 struct tem_vt_state *ts_active; member
/illumos-gate/usr/src/boot/common/
H A Dtem.c354 tems.ts_active = NULL; in tem_info_init()
595 struct tem_vt_state *active = tems.ts_active; in tems_modechange_callback()
610 struct tem_vt_state *active = tems.ts_active; in tems_modechange_callback()
742 struct tem_vt_state *active = tems.ts_active; in tem_save_state()
933 tems.ts_active = tem; in tem_activate()
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()
1500 tem_image_display(tems.ts_active, uy1, ux1, uy2 + 1, ux2 + 1); in gfx_term_drawrect()
1695 tem_image_display(tems.ts_active, in gfx_fb_putimage()