Home
last modified time | relevance | path

Searched refs:COLOR_FORMAT_VGA (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/dev/vt/colors/
H A Dvt_termcolors.h36 COLOR_FORMAT_VGA, /* Color Index. */ enumerator
H A Dvt_termcolors.c160 case COLOR_FORMAT_VGA: in vt_generate_cons_palette()
/freebsd/sys/dev/vt/hw/vbefb/
H A Dvbefb.c121 format = COLOR_FORMAT_VGA; in vt_vbefb_init()
/freebsd/stand/common/
H A Dgfx_fb.h161 #define COLOR_FORMAT_VGA 0 macro
H A Dgfx_fb.c361 case COLOR_FORMAT_VGA: in generate_cons_palette()
/freebsd/stand/i386/libi386/
H A Dvidconsole.c940 format = COLOR_FORMAT_VGA; in cons_update_mode()