Searched refs:FG_WHITE (Results 1 - 10 of 10) sorted by relevance

/freebsd-current/sys/amd64/include/pc/
H A Ddisplay.h22 #define FG_WHITE 15 macro
/freebsd-current/sys/i386/include/pc/
H A Ddisplay.h22 #define FG_WHITE 15 macro
/freebsd-current/sys/arm/include/
H A Dsc_machdep.h49 #define FG_WHITE 0xf /* aka bright white */ macro
/freebsd-current/sys/powerpc/include/
H A Dsc_machdep.h49 #define FG_WHITE 0xf /* aka bright white */ macro
/freebsd-current/sys/dev/syscons/star/
H A Dstar_saver.c60 FG_WHITE, FG_LIGHTCYAN};
/freebsd-current/sys/sys/
H A Dterminal.h104 #define FG_WHITE (TFORMAT(TF_BOLD) | TCOLOR_FG(TC_WHITE)) macro
137 #define TERMINAL_KERN_ATTR (FG_WHITE | BG_BLACK)
/freebsd-current/sys/dev/syscons/daemon/
H A Ddaemon_saver.c162 default: attr = FG_WHITE | BG_BLACK; break;
/freebsd-current/sys/dev/syscons/
H A Dsyscons.h359 #define SC_KERNEL_CONS_ATTR (FG_WHITE | BG_BLACK)
H A Dscterm-sc.c184 FG_LIGHTBLUE, FG_LIGHTMAGENTA, FG_LIGHTCYAN, FG_WHITE
H A Dsyscons.c3200 #elif SC_KERNEL_CONS_ATTR == FG_WHITE
3202 FG_WHITE,
3214 FG_WHITE,
3352 sc->dflt_curs_attr.mouse_ba = FG_WHITE;

Completed in 99 milliseconds