Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/sys/sys/
H A Dtem_impl.h141 } text_color_t; typedef
145 text_color_t fg_color;
146 text_color_t bg_color;
167 text_color_t tc_fg_color;
168 text_color_t tc_bg_color;
206 text_color_t tvs_fg_color; /* console foreground */
207 text_color_t tvs_bg_color; /* console background */
291 void tem_get_colors(tem_vt_state_t, text_color_t *, text_color_t *);
H A Dtem.h42 typedef uint8_t text_color_t; typedef
69 void tem_get_colors(tem_vt_state_t, text_color_t *, text_color_t *);
/illumos-gate/usr/src/uts/common/sys/
H A Dtem_impl.h156 } text_color_t; typedef
161 text_color_t fg_color;
162 text_color_t bg_color;
185 text_color_t tc_fg_color;
186 text_color_t tc_bg_color;
227 text_color_t tvs_fg_color; /* console foreground */
228 text_color_t tvs_bg_color; /* console background */
351 void tem_safe_get_attr(struct tem_vt_state *, text_color_t *,
352 text_color_t *, text_attr_t *, uint8_t);
/illumos-gate/usr/src/uts/common/io/
H A Dtem_safe.c159 text_color_t *, text_color_t *, term_char_t *);
160 static void tem_safe_set_color(text_color_t *, color_t *);
171 text_color_t fg_color, text_color_t bg_color);
173 text_color_t fg_color, text_color_t bg_color);
175 text_color_t fg_color, text_color_t bg_color);
177 text_color_t fg_color, text_color_t bg_color);
179 text_color_t fg_color, text_color_t bg_color);
1284 text_color_t fg; in tem_safe_outch()
1285 text_color_t bg; in tem_safe_outch()
1793 text_color_t bg, fg; in tem_safe_text_display()
[all …]
H A Dtem.c214 text_color_t fg; in tem_internal_init()
215 text_color_t bg; in tem_internal_init()
/illumos-gate/usr/src/boot/common/
H A Dtem.c146 static void tem_get_attr(struct tem_vt_state *, text_color_t *,
147 text_color_t *, text_attr_t *, uint8_t);
149 text_color_t *, text_color_t *, term_char_t *);
150 static void tem_set_color(text_color_t *, color_t *);
164 text_color_t fg_color, text_color_t bg_color);
1837 text_color_t fg; in tem_outch()
1838 text_color_t bg; in tem_outch()
2307 text_color_t bg, fg; in tem_text_display()
2470 text_color_t fg, bg; in tem_pix_bit2pix()
2534 text_color_t fg_color; in tem_cls()
[all …]
H A Dgfx_fb.c1304 text_color_t fg, bg; in gfx_fb_setpixel()
1325 text_color_t fg, bg; in gfx_fb_drawrect()