Searched refs:XLATE_NCOLORS (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/uts/common/sys/ |
H A D | rgb.h | 98 #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 D | boot_fb.c | 358 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 D | font.c | 52 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 D | tem.c | 2875 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 D | tem_safe.c | 2565 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()
|