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

/freebsd-13-stable/sys/i386/include/pc/
H A Ddisplay.h24 #define FG_WHITE 15 macro
/freebsd-13-stable/sys/amd64/include/pc/
H A Ddisplay.h24 #define FG_WHITE 15 macro
/freebsd-13-stable/sys/mips/include/
H A Dsc_machdep.h51 #define FG_WHITE 0xf /* aka bright white */ macro
/freebsd-13-stable/sys/arm/include/
H A Dsc_machdep.h51 #define FG_WHITE 0xf /* aka bright white */ macro
/freebsd-13-stable/sys/powerpc/include/
H A Dsc_machdep.h51 #define FG_WHITE 0xf /* aka bright white */ macro
/freebsd-13-stable/sys/dev/syscons/star/
H A Dstar_saver.c62 FG_WHITE, FG_LIGHTCYAN};
/freebsd-13-stable/sys/sys/
H A Dterminal.h107 #define FG_WHITE (TFORMAT(TF_BOLD) | TCOLOR_FG(TC_WHITE)) macro
140 #define TERMINAL_KERN_ATTR (FG_WHITE | BG_BLACK)
/freebsd-13-stable/sys/dev/syscons/daemon/
H A Ddaemon_saver.c164 default: attr = FG_WHITE | BG_BLACK; break;
/freebsd-13-stable/sys/dev/syscons/
H A Dsyscons.h361 #define SC_KERNEL_CONS_ATTR (FG_WHITE | BG_BLACK)
H A Dscterm-sc.c186 FG_LIGHTBLUE, FG_LIGHTMAGENTA, FG_LIGHTCYAN, FG_WHITE
H A Dsyscons.c3198 #elif SC_KERNEL_CONS_ATTR == FG_WHITE
3200 FG_WHITE,
3212 FG_WHITE,
3350 sc->dflt_curs_attr.mouse_ba = FG_WHITE;

Completed in 203 milliseconds