Home
last modified time | relevance | path

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

/NextBSD/sys/dev/fb/
HDvga.c632 case KD_VGA: in map_gen_mode_num()
704 case KD_VGA: in map_bios_mode_num()
806 adp->va_type = KD_VGA; in verify_adapter()
1082 (biosadapter[V_ADP_PRIMARY].va_type == KD_VGA)) { in probe_adapters()
1085 (biosadapter[V_ADP_SECONDARY].va_type == KD_VGA)) { in probe_adapters()
1092 if (adp->va_type == KD_VGA) { in probe_adapters()
1195 if ((biosadapter[i].va_type == KD_VGA) in probe_adapters()
1241 if ((adp->va_type != KD_VGA) && (adp->va_type != KD_EGA)) in set_line_length()
1282 if ((adp->va_type != KD_VGA) && (adp->va_type != KD_EGA)) in set_display_start()
1290 if ((adp->va_type == KD_VGA) || (adp->va_type == KD_EGA)) { in set_display_start()
[all …]
HDfb.c532 { KD_VGA, "VGA" }, in adapter_name()
607 { FBTYPE_VGA, KD_VGA }, in fb_type()
HDs3_pci.c516 if (adp->va_type == KD_VGA) in s3pci_attach()
HDsplash_bmp.c620 if ((adp->va_type == KD_EGA) || (adp->va_type == KD_VGA)) { in bmp_Draw()
HDvesa.c1132 if (adp->va_type == KD_VGA) in vesa_configure()
/NextBSD/sys/sys/
HDfbio.h381 #define KD_VGA 5 /* video graphics adapter */ macro
/NextBSD/lib/libvgl/
HDmain.c184 || (adptype != KD_EGA && adptype != KD_VGA)) { in VGLInit()
/NextBSD/usr.sbin/vidcontrol/
HDvidcontrol.c1022 { KD_VGA, "VGA" }, in adapter_name()
/NextBSD/sys/dev/syscons/
HDsyscons.c320 { KD_VGA, { "VGA", "VGA (mono)" } }, in adapter_name()