Symbol: V_INFO_COLOR
sys/dev/fb/vesa.c
1107
if ((info->vi_flags & V_INFO_COLOR) != color)
sys/dev/fb/vesa.c
1167
V_INFO_COLOR : 0);
sys/dev/fb/vesa.c
1360
(info.vi_flags & V_INFO_COLOR) ? V_ADP_COLOR : 0;
sys/dev/fb/vesa.c
673
{ V_MODECOLOR, V_INFO_COLOR, 0 },
sys/dev/fb/vga.c
1167
V_INFO_COLOR : 0);
sys/dev/fb/vga.c
271
{ M_B40x25, V_INFO_COLOR, 40, 25, 8, 8, 2, 1,
sys/dev/fb/vga.c
273
{ M_C40x25, V_INFO_COLOR, 40, 25, 8, 8, 4, 1,
sys/dev/fb/vga.c
275
{ M_B80x25, V_INFO_COLOR, 80, 25, 8, 8, 2, 1,
sys/dev/fb/vga.c
277
{ M_C80x25, V_INFO_COLOR, 80, 25, 8, 8, 4, 1,
sys/dev/fb/vga.c
280
{ M_ENH_B40x25, V_INFO_COLOR, 40, 25, 8, 14, 2, 1,
sys/dev/fb/vga.c
282
{ M_ENH_C40x25, V_INFO_COLOR, 40, 25, 8, 14, 4, 1,
sys/dev/fb/vga.c
284
{ M_ENH_B80x25, V_INFO_COLOR, 80, 25, 8, 14, 2, 1,
sys/dev/fb/vga.c
286
{ M_ENH_C80x25, V_INFO_COLOR, 80, 25, 8, 14, 4, 1,
sys/dev/fb/vga.c
289
{ M_VGA_C40x25, V_INFO_COLOR, 40, 25, 8, 16, 4, 1,
sys/dev/fb/vga.c
293
{ M_VGA_C80x25, V_INFO_COLOR, 80, 25, 8, 16, 4, 1,
sys/dev/fb/vga.c
299
{ M_ENH_B80x43, V_INFO_COLOR, 80, 43, 8, 8, 2, 1,
sys/dev/fb/vga.c
301
{ M_ENH_C80x43, V_INFO_COLOR, 80, 43, 8, 8, 4, 1,
sys/dev/fb/vga.c
306
{ M_VGA_C80x30, V_INFO_COLOR, 80, 30, 8, 16, 4, 1,
sys/dev/fb/vga.c
310
{ M_VGA_C80x50, V_INFO_COLOR, 80, 50, 8, 8, 4, 1,
sys/dev/fb/vga.c
314
{ M_VGA_C80x60, V_INFO_COLOR, 80, 60, 8, 8, 4, 1,
sys/dev/fb/vga.c
322
{ M_VGA_C90x25, V_INFO_COLOR, 90, 25, 8, 16, 4, 1,
sys/dev/fb/vga.c
326
{ M_VGA_C90x30, V_INFO_COLOR, 90, 30, 8, 16, 4, 1,
sys/dev/fb/vga.c
330
{ M_VGA_C90x43, V_INFO_COLOR, 90, 43, 8, 8, 4, 1,
sys/dev/fb/vga.c
334
{ M_VGA_C90x50, V_INFO_COLOR, 90, 50, 8, 8, 4, 1,
sys/dev/fb/vga.c
338
{ M_VGA_C90x60, V_INFO_COLOR, 90, 60, 8, 8, 4, 1,
sys/dev/fb/vga.c
343
{ M_BG320, V_INFO_COLOR | V_INFO_GRAPHICS, 320, 200, 8, 8, 2, 1,
sys/dev/fb/vga.c
345
{ M_CG320, V_INFO_COLOR | V_INFO_GRAPHICS, 320, 200, 8, 8, 2, 1,
sys/dev/fb/vga.c
347
{ M_BG640, V_INFO_COLOR | V_INFO_GRAPHICS, 640, 200, 8, 8, 1, 1,
sys/dev/fb/vga.c
350
{ M_CG320_D, V_INFO_COLOR | V_INFO_GRAPHICS, 320, 200, 8, 8, 4, 4,
sys/dev/fb/vga.c
353
{ M_CG640_E, V_INFO_COLOR | V_INFO_GRAPHICS, 640, 200, 8, 8, 4, 4,
sys/dev/fb/vga.c
362
{ M_CG640x350, V_INFO_COLOR | V_INFO_GRAPHICS, 640, 350, 8, 14, 2, 2,
sys/dev/fb/vga.c
365
{ M_ENH_CG640, V_INFO_COLOR | V_INFO_GRAPHICS, 640, 350, 8, 14, 4, 4,
sys/dev/fb/vga.c
369
{ M_BG640x480, V_INFO_COLOR | V_INFO_GRAPHICS, 640, 480, 8, 16, 4, 4,
sys/dev/fb/vga.c
372
{ M_CG640x480, V_INFO_COLOR | V_INFO_GRAPHICS, 640, 480, 8, 16, 4, 4,
sys/dev/fb/vga.c
375
{ M_VGA_CG320, V_INFO_COLOR | V_INFO_GRAPHICS, 320, 200, 8, 8, 8, 1,
sys/dev/fb/vga.c
378
{ M_VGA_MODEX, V_INFO_COLOR | V_INFO_GRAPHICS, 320, 240, 8, 8, 8, 4,
sys/dev/fb/vga.c
518
if ((info.vi_flags & V_INFO_COLOR) != color)
sys/dev/fb/vga.c
806
(info->vi_flags & V_INFO_COLOR) ? V_ADP_COLOR : 0;