Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Drgb.h99 extern const uint8_t dim_xlate[XLATE_NCOLORS];
/illumos-gate/usr/src/uts/i86pc/boot/
H A Dboot_fb.c365 *bg = dim_xlate[fb_info.fg_color]; in boot_get_color()
374 *fg = dim_xlate[fb_info.bg_color]; in boot_get_color()
383 *fg = dim_xlate[fb_info.fg_color]; in boot_get_color()
392 *bg = dim_xlate[fb_info.bg_color]; in boot_get_color()
/illumos-gate/usr/src/common/font/
H A Dfont.c52 const uint8_t dim_xlate[XLATE_NCOLORS] = { 1, 5, 3, 7, 2, 6, 4, 8 }; variable
/illumos-gate/usr/src/boot/common/
H A Dtem.c2880 fg->n = dim_xlate[c->tc_fg_color.n]; in tem_get_color()
2888 bg->n = dim_xlate[c->tc_bg_color.n]; in tem_get_color()
/illumos-gate/usr/src/uts/common/io/
H A Dtem_safe.c2570 fg->n = dim_xlate[c->tc_fg_color.n]; in tem_safe_get_color()
2578 bg->n = dim_xlate[c->tc_bg_color.n]; in tem_safe_get_color()