Home
last modified time | relevance | path

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

/freebsd-head/sys/dev/vt/colors/
HDvt_termcolors.c42 } color_def[NCOLORS] = {
139 for (i = 0; i < NCOLORS; i++) { in vt_palette_init()
161 for (i = 0; i < NCOLORS; i++) in vt_generate_cons_palette()
167 for (i = 0; i < NCOLORS; i++) in vt_generate_cons_palette()
HDvt_termcolors.h48 #define NCOLORS 16 macro
55 static const int cons_to_vga_colors[NCOLORS] = {
/freebsd-head/stand/common/
HDgfx_fb.h163 #define NCOLORS 16 macro
258 extern const int cons_to_vga_colors[NCOLORS];
HDgfx_fb.c128 } color_def[NCOLORS] = {
154 const int cons_to_vga_colors[NCOLORS] = {
159 static const int vga_to_cons_colors[NCOLORS] = {
241 if (index < NCOLORS) { in rgb_color_map()
370 for (i = 0; i < NCOLORS; i++) in generate_cons_palette()
468 (data < NCOLORS) ? in gfxfb_blt_fill()
/freebsd-head/sys/dev/vt/hw/vbefb/
HDvbefb.c134 info->fb_cmsize = NCOLORS; in vt_vbefb_init()
/freebsd-head/sys/dev/vt/hw/efifb/
HDefifb.c159 info->fb_cmsize = NCOLORS; in vt_efifb_init()
/freebsd-head/sys/dev/vt/hw/simplefb/
HDsimplefb.c186 sc->fb_cmsize = NCOLORS; in vt_simplefb_init()
/freebsd-head/stand/i386/libi386/
HDvidconsole.c654 if (i < NCOLORS) in vidc_load_palette()
HDvbe.c1042 nc = NCOLORS; in vbe_print_mode()