Symbol: text_color_t
usr/src/boot/common/gfx_fb.c
1304
text_color_t fg, bg;
usr/src/boot/common/gfx_fb.c
1325
text_color_t fg, bg;
usr/src/boot/common/tem.c
146
static void tem_get_attr(struct tem_vt_state *, text_color_t *,
usr/src/boot/common/tem.c
147
text_color_t *, text_attr_t *, uint8_t);
usr/src/boot/common/tem.c
149
text_color_t *, text_color_t *, term_char_t *);
usr/src/boot/common/tem.c
150
static void tem_set_color(text_color_t *, color_t *);
usr/src/boot/common/tem.c
164
text_color_t fg_color, text_color_t bg_color);
usr/src/boot/common/tem.c
1837
text_color_t fg;
usr/src/boot/common/tem.c
1838
text_color_t bg;
usr/src/boot/common/tem.c
2307
text_color_t bg, fg;
usr/src/boot/common/tem.c
2470
text_color_t fg, bg;
usr/src/boot/common/tem.c
2534
text_color_t fg_color;
usr/src/boot/common/tem.c
2535
text_color_t bg_color;
usr/src/boot/common/tem.c
2790
text_color_t fg, bg;
usr/src/boot/common/tem.c
2830
tem_char_t c, text_color_t fg, text_color_t bg)
usr/src/boot/common/tem.c
2842
tem_get_attr(struct tem_vt_state *tem, text_color_t *fg,
usr/src/boot/common/tem.c
2843
text_color_t *bg, text_attr_t *attr, uint8_t flag)
usr/src/boot/common/tem.c
2858
tem_get_color(struct tem_vt_state *tem, text_color_t *fg, text_color_t *bg,
usr/src/boot/common/tem.c
2913
tem_set_color(text_color_t *t, color_t *c)
usr/src/boot/common/tem.c
2927
tem_get_colors(tem_vt_state_t tem_arg, text_color_t *fg, text_color_t *bg)
usr/src/boot/sys/sys/tem.h
69
void tem_get_colors(tem_vt_state_t, text_color_t *, text_color_t *);
usr/src/boot/sys/sys/tem_impl.h
145
text_color_t fg_color;
usr/src/boot/sys/sys/tem_impl.h
146
text_color_t bg_color;
usr/src/boot/sys/sys/tem_impl.h
167
text_color_t tc_fg_color;
usr/src/boot/sys/sys/tem_impl.h
168
text_color_t tc_bg_color;
usr/src/boot/sys/sys/tem_impl.h
206
text_color_t tvs_fg_color; /* console foreground */
usr/src/boot/sys/sys/tem_impl.h
207
text_color_t tvs_bg_color; /* console background */
usr/src/boot/sys/sys/tem_impl.h
291
void tem_get_colors(tem_vt_state_t, text_color_t *, text_color_t *);
usr/src/uts/common/io/tem.c
214
text_color_t fg;
usr/src/uts/common/io/tem.c
215
text_color_t bg;
usr/src/uts/common/io/tem_safe.c
1284
text_color_t fg;
usr/src/uts/common/io/tem_safe.c
1285
text_color_t bg;
usr/src/uts/common/io/tem_safe.c
159
text_color_t *, text_color_t *, term_char_t *);
usr/src/uts/common/io/tem_safe.c
160
static void tem_safe_set_color(text_color_t *, color_t *);
usr/src/uts/common/io/tem_safe.c
171
text_color_t fg_color, text_color_t bg_color);
usr/src/uts/common/io/tem_safe.c
173
text_color_t fg_color, text_color_t bg_color);
usr/src/uts/common/io/tem_safe.c
175
text_color_t fg_color, text_color_t bg_color);
usr/src/uts/common/io/tem_safe.c
177
text_color_t fg_color, text_color_t bg_color);
usr/src/uts/common/io/tem_safe.c
179
text_color_t fg_color, text_color_t bg_color);
usr/src/uts/common/io/tem_safe.c
1793
text_color_t bg, fg;
usr/src/uts/common/io/tem_safe.c
1995
text_color_t fg, bg;
usr/src/uts/common/io/tem_safe.c
1997
text_color_t, text_color_t);
usr/src/uts/common/io/tem_safe.c
2093
text_color_t fg_color;
usr/src/uts/common/io/tem_safe.c
2094
text_color_t bg_color;
usr/src/uts/common/io/tem_safe.c
2439
text_color_t fg, bg;
usr/src/uts/common/io/tem_safe.c
2481
bit_to_pix4(struct tem_vt_state *tem, tem_char_t c, text_color_t fg,
usr/src/uts/common/io/tem_safe.c
2482
text_color_t bg)
usr/src/uts/common/io/tem_safe.c
2490
bit_to_pix8(struct tem_vt_state *tem, tem_char_t c, text_color_t fg,
usr/src/uts/common/io/tem_safe.c
2491
text_color_t bg)
usr/src/uts/common/io/tem_safe.c
2499
bit_to_pix16(struct tem_vt_state *tem, tem_char_t c, text_color_t fg,
usr/src/uts/common/io/tem_safe.c
2500
text_color_t bg)
usr/src/uts/common/io/tem_safe.c
2509
bit_to_pix24(struct tem_vt_state *tem, tem_char_t c, text_color_t fg,
usr/src/uts/common/io/tem_safe.c
2510
text_color_t bg)
usr/src/uts/common/io/tem_safe.c
2519
bit_to_pix32(struct tem_vt_state *tem, tem_char_t c, text_color_t fg,
usr/src/uts/common/io/tem_safe.c
2520
text_color_t bg)
usr/src/uts/common/io/tem_safe.c
2532
tem_safe_get_attr(struct tem_vt_state *tem, text_color_t *fg,
usr/src/uts/common/io/tem_safe.c
2533
text_color_t *bg, text_attr_t *attr, uint8_t flag)
usr/src/uts/common/io/tem_safe.c
2548
tem_safe_get_color(struct tem_vt_state *tem, text_color_t *fg,
usr/src/uts/common/io/tem_safe.c
2549
text_color_t *bg, term_char_t *c)
usr/src/uts/common/io/tem_safe.c
2622
tem_safe_set_color(text_color_t *t, color_t *c)
usr/src/uts/common/sys/tem_impl.h
161
text_color_t fg_color;
usr/src/uts/common/sys/tem_impl.h
162
text_color_t bg_color;
usr/src/uts/common/sys/tem_impl.h
185
text_color_t tc_fg_color;
usr/src/uts/common/sys/tem_impl.h
186
text_color_t tc_bg_color;
usr/src/uts/common/sys/tem_impl.h
227
text_color_t tvs_fg_color; /* console foreground */
usr/src/uts/common/sys/tem_impl.h
228
text_color_t tvs_bg_color; /* console background */
usr/src/uts/common/sys/tem_impl.h
351
void tem_safe_get_attr(struct tem_vt_state *, text_color_t *,
usr/src/uts/common/sys/tem_impl.h
352
text_color_t *, text_attr_t *, uint8_t);