Symbol: V_ADP_COLOR
sys/dev/fb/vesa.c
1166
(vesa_adp->va_flags & V_ADP_COLOR) ?
sys/dev/fb/vesa.c
1224
vesa_adp->va_flags & V_ADP_COLOR, mode);
sys/dev/fb/vesa.c
1284
adp->va_flags & V_ADP_COLOR, mode);
sys/dev/fb/vesa.c
1358
vesa_adp->va_flags &= ~V_ADP_COLOR;
sys/dev/fb/vesa.c
1360
(info.vi_flags & V_INFO_COLOR) ? V_ADP_COLOR : 0;
sys/dev/fb/vesa.c
1362
(vesa_adp->va_flags & V_ADP_COLOR) ? COLOR_CRTC : MONO_CRTC;
sys/dev/fb/vga.c
1014
& V_ADP_COLOR))
sys/dev/fb/vga.c
1166
(biosadapter[i].va_flags & V_ADP_COLOR) ?
sys/dev/fb/vga.c
1171
(biosadapter[i].va_flags & V_ADP_COLOR) ?
sys/dev/fb/vga.c
1414
mode = map_gen_mode_num(adp->va_type, adp->va_flags & V_ADP_COLOR, mode);
sys/dev/fb/vga.c
1538
adp->va_flags & V_ADP_COLOR, mode);
sys/dev/fb/vga.c
169
{ 0, KD_CGA, "cga", 0, 0, V_ADP_COLOR, IO_CGA, IO_CGASIZE, COLOR_CRTC,
sys/dev/fb/vga.c
173
{ 0, KD_CGA, "cga", 0, 0, V_ADP_COLOR, IO_CGA, IO_CGASIZE, COLOR_CRTC,
sys/dev/fb/vga.c
181
{ 0, KD_EGA, "ega", 0, 0, V_ADP_COLOR, IO_MDA, 48, COLOR_CRTC,
sys/dev/fb/vga.c
185
{ 0, KD_EGA, "ega", 0, 0, V_ADP_COLOR, IO_MDA, 48, COLOR_CRTC,
sys/dev/fb/vga.c
778
adp->va_flags |= V_ADP_COLOR | V_ADP_BORDER;
sys/dev/fb/vga.c
804
adp->va_flags &= ~V_ADP_COLOR;
sys/dev/fb/vga.c
806
(info->vi_flags & V_INFO_COLOR) ? V_ADP_COLOR : 0;
sys/dev/fb/vga.c
808
(adp->va_flags & V_ADP_COLOR) ? COLOR_CRTC : MONO_CRTC;
sys/dev/fb/vga.c
974
& V_ADP_COLOR,
sys/dev/fb/vga.c
991
biosadapter[V_ADP_PRIMARY].va_flags & V_ADP_COLOR,
sys/dev/syscons/scvgarndr.c
693
if (scp->sc->adp->va_flags & V_ADP_COLOR)
sys/dev/syscons/syscons.c
401
return names[i].name[(adp->va_flags & V_ADP_COLOR) ? 0 : 1];
sys/dev/syscons/syscons.c
942
*(int *)data = (sc->adp->va_flags & V_ADP_COLOR) ? 1 : 0;
sys/powerpc/ofw/ofw_syscons.c
420
adp->va_flags |= V_ADP_FONT | V_ADP_COLOR | V_ADP_MODECHANGE;