Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/
H A Dtem_impl.h108 typedef uint8_t text_color_t; typedef
111 text_color_t fg_color;
112 text_color_t bg_color;
167 text_color_t tvs_fg_color;
168 text_color_t tvs_bg_color;
173 text_color_t *tvs_fg_buf; /* fg_color attribute cache */
174 text_color_t *tvs_bg_buf; /* bg_color attribute cache */
256 text_color_t, text_color_t,
270 text_color_t, text_color_t,
291 void tem_safe_get_color(struct tem_vt_state *, text_color_t *,
[all …]
/titanic_41/usr/src/uts/common/io/
H A Dtem_safe.c141 text_color_t, text_color_t);
147 text_color_t fg_color, text_color_t bg_color);
149 text_color_t fg_color, text_color_t bg_color);
151 text_color_t fg_color, text_color_t bg_color);
155 static text_color_t fg_dim_xlate[] = { 1, 5, 3, 7, 2, 6, 4, 8 };
156 static text_color_t fg_brt_xlate[] = { 9, 13, 11, 15, 10, 14, 12, 0 };
157 static text_color_t bg_xlate[] = { 1, 5, 3, 7, 2, 6, 4, 0 };
931 text_color_t fg_color; in tem_safe_send_data()
932 text_color_t bg_color; in tem_safe_send_data()
1277 text_color_t fg_color, text_color_t bg_color, in tem_safe_text_display()
[all …]
H A Dtem.c215 text_color_t fg; in tem_internal_init()
216 text_color_t bg; in tem_internal_init()
217 size_t tc_size = sizeof (text_color_t); in tem_internal_init()
238 ptem->tvs_fg_buf = (text_color_t *)kmem_alloc(total, KM_SLEEP); in tem_internal_init()
239 ptem->tvs_bg_buf = (text_color_t *)kmem_alloc(total, KM_SLEEP); in tem_internal_init()