Home
last modified time | relevance | path

Searched refs:NCOLORS (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Drgb.h29 #define NCOLORS 16 macro
49 uint8_t red[NCOLORS];
50 uint8_t green[NCOLORS];
51 uint8_t blue[NCOLORS];
101 extern const uint8_t solaris_color_to_pc_color[NCOLORS];
102 extern const uint8_t pc_color_to_solaris_color[NCOLORS];
/illumos-gate/usr/src/boot/i386/libi386/
H A Dvidconsole.c580 if (i < NCOLORS) in vidc_vbe_cons_put_cmap()
/illumos-gate/usr/src/boot/common/
H A Dgfx_fb.c533 (data < NCOLORS) ? in gfxfb_blt_fill()
647 (c < NCOLORS) ? in gfxfb_blt_video_to_buffer()
743 off, (c < NCOLORS) ? in gfxfb_blt_buffer_to_video()