Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Drgb.h98 #define XLATE_NCOLORS 8 macro
99 extern const uint8_t dim_xlate[XLATE_NCOLORS];
100 extern const uint8_t brt_xlate[XLATE_NCOLORS];
/illumos-gate/usr/src/uts/i86pc/boot/
H A Dboot_fb.c358 if (fb_info.fg_color < XLATE_NCOLORS) { in boot_get_color()
370 if (fb_info.bg_color < XLATE_NCOLORS) { in boot_get_color()
379 if (fb_info.fg_color < XLATE_NCOLORS) { in boot_get_color()
388 if (fb_info.bg_color < XLATE_NCOLORS) { 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 };
53 const uint8_t brt_xlate[XLATE_NCOLORS] = { 9, 13, 11, 15, 10, 14, 12, 0 };
/illumos-gate/usr/src/boot/common/
H A Dtem.c2875 c->tc_fg_color.n < XLATE_NCOLORS) { in tem_get_color()
2884 c->tc_bg_color.n < XLATE_NCOLORS) { in tem_get_color()
/illumos-gate/usr/src/uts/common/io/
H A Dtem_safe.c2565 c->tc_fg_color.n < XLATE_NCOLORS) { in tem_safe_get_color()
2574 c->tc_bg_color.n < XLATE_NCOLORS) { in tem_safe_get_color()