Home
last modified time | relevance | path

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

/freebsd/sys/dev/vt/colors/
H A Dvt_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()
H A Dvt_termcolors.h48 #define NCOLORS 16 macro
55 static const int cons_to_vga_colors[NCOLORS] = {
/freebsd/stand/common/
H A Dgfx_fb.h163 #define NCOLORS 16 macro
258 extern const int cons_to_vga_colors[NCOLORS];
H A Dgfx_fb.c128 } color_def[NCOLORS] = {
154 const int cons_to_vga_colors[NCOLORS] = {
159 static const int vga_to_cons_colors[NCOLORS] = {
233 if (index < NCOLORS) { in rgb_color_map()
362 for (i = 0; i < NCOLORS; i++) in generate_cons_palette()
460 (data < NCOLORS) ? in gfxfb_blt_fill()
/freebsd/sys/dev/vt/hw/vbefb/
H A Dvbefb.c134 info->fb_cmsize = NCOLORS; in vt_vbefb_init()
/freebsd/sys/dev/vt/hw/efifb/
H A Defifb.c154 info->fb_cmsize = NCOLORS; in vt_efifb_init()
/freebsd/sys/dev/vt/hw/simplefb/
H A Dsimplefb.c186 sc->fb_cmsize = NCOLORS; in vt_simplefb_init()
/freebsd/stand/i386/libi386/
H A Dvidconsole.c654 if (i < NCOLORS) in vidc_load_palette()
H A Dvbe.c1042 nc = NCOLORS; in vbe_print_mode()