Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/common/
H A Dtem.c1850 tem->tvs_outbuf[tem->tvs_outindex].tc_fg_color = fg; in tem_outch()
2185 src[width].tc_fg_color.n != dst[width].tc_fg_color.n || in tem_copy_width()
2373 tem_get_attr(tem, &c.tc_fg_color, &c.tc_bg_color, &attr, in tem_text_cls()
2547 tem_get_attr(tem, &c.tc_fg_color, &c.tc_bg_color, &attr, in tem_cls()
2801 tem_get_attr(tem, &c.tc_fg_color, &c.tc_bg_color, &attr, in tem_pix_cursor()
2863 *fg = c->tc_fg_color; in tem_get_color()
2875 c->tc_fg_color.n < XLATE_NCOLORS) { in tem_get_color()
2878 fg->n = brt_xlate[c->tc_fg_color.n]; in tem_get_color()
2880 fg->n = dim_xlate[c->tc_fg_color.n]; in tem_get_color()
2933 tem_get_attr(tem, &c.tc_fg_color, &c.tc_bg_color, &attr, in tem_get_colors()
[all …]
/illumos-gate/usr/src/uts/common/io/
H A Dtem_safe.c1300 tem->tvs_outbuf[tem->tvs_outindex].tc_fg_color = fg; in tem_safe_outch()
1664 src[width].tc_fg_color.n != dst[width].tc_fg_color.n || in tem_copy_width()
1883 tem_safe_get_attr(tem, &c.tc_fg_color, &c.tc_bg_color, &attr, in tem_safe_text_cls()
2103 tem_safe_get_attr(tem, &c.tc_fg_color, &c.tc_bg_color, &attr, in tem_safe_pix_clear_entire_screen()
2453 tem_safe_get_attr(tem, &c.tc_fg_color, &c.tc_bg_color, &attr, in tem_safe_pix_cursor()
2553 *fg = c->tc_fg_color; in tem_safe_get_color()
2565 c->tc_fg_color.n < XLATE_NCOLORS) { in tem_safe_get_color()
2568 fg->n = brt_xlate[c->tc_fg_color.n]; in tem_safe_get_color()
2570 fg->n = dim_xlate[c->tc_fg_color.n]; in tem_safe_get_color()
2682 tem_safe_get_attr(tem, &c.tc_fg_color, &c.tc_bg_color, &attr, in tem_safe_pix_cls_range()
[all …]
H A Dtem.c257 ptem->tvs_screen_rows[i][j].tc_fg_color = fg; in tem_internal_init()
/illumos-gate/usr/src/boot/sys/sys/
H A Dtem_impl.h167 text_color_t tc_fg_color; member
/illumos-gate/usr/src/uts/common/sys/
H A Dtem_impl.h185 text_color_t tc_fg_color; member