Home
last modified time | relevance | path

Searched refs:V_ADP_FONT (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/dev/misc/syscons/
H A Dsyscons.h507 #define ISMOUSEAVAIL(af) ((af) & V_ADP_FONT)
508 #define ISFONTAVAIL(af) ((af) & V_ADP_FONT)
/dragonfly/sys/sys/
H A Dfbio.h262 #define V_ADP_FONT (1 << 4) macro
/dragonfly/sys/dev/video/fb/
H A Dvga.c687 adp->va_flags |= V_ADP_FONT; in probe_adapters()
1197 prologue(adp, V_ADP_FONT, ENODEV); in vga_save_font()
1250 prologue(adp, V_ADP_FONT, ENODEV); in vga_load_font()
1300 prologue(adp, V_ADP_FONT, ENODEV); in vga_show_font()