Home
last modified time | relevance | path

Searched refs:tvs_fg_buf (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/uts/common/io/
H A Dtem.c238 ptem->tvs_fg_buf = (text_color_t *)kmem_alloc(total, KM_SLEEP); in tem_internal_init()
249 ptem->tvs_fg_buf[(i * width +j) * tc_size] = fg; in tem_internal_init()
335 if (tem->tvs_fg_buf != NULL) in tem_free_buf()
336 kmem_free(tem->tvs_fg_buf, tem->tvs_color_buf_size); in tem_free_buf()
H A Dtem_safe.c2243 pfgcolor = tem->tvs_fg_buf + (row * width + col); in tem_safe_virtual_display()
2334 i_virtual_copy((unsigned char *)tem->tvs_fg_buf, in tem_safe_virtual_copy()
2412 tem->tvs_fg_buf[(row * width + col) * tc_size]; in tem_safe_unblank_screen()
/titanic_41/usr/src/uts/common/sys/
H A Dtem_impl.h173 text_color_t *tvs_fg_buf; /* fg_color attribute cache */ member