Searched refs:SC_DFLT_FONT (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.0-release/sys/pc98/cbus/
H A Dsc_machdep.h32 #undef SC_DFLT_FONT macro
/freebsd-10.0-release/sys/boot/powerpc/ps3/
H A DMakefile103 SC_DFLT_FONT=cp437 macro
106 uudecode < /usr/share/syscons/fonts/${SC_DFLT_FONT}-8x16.fnt && file2c 'u_char dflt_font_16[16*256] = {' '};' < ${SC_DFLT_FONT}-8x16 > font.h && uudecode < /usr/share/syscons/fonts/${SC_DFLT_FONT}-8x14.fnt && file2c 'u_char dflt_font_14[14*256] = {' '};' < ${SC_DFLT_FONT}-8x14 >> font.h && uudecode < /usr/share/syscons/fonts/${SC_DFLT_FONT}-8x8.fnt && file2c 'u_char dflt_font_8[8*256] = {' '};' < ${SC_DFLT_FONT}-8x8 >> font.h
/freebsd-10.0-release/sys/powerpc/conf/
H A DWII69 options SC_DFLT_FONT # compile font in
70 makeoptions SC_DFLT_FONT=cp437
H A DGENERIC121 options SC_DFLT_FONT # compile font in
122 makeoptions SC_DFLT_FONT=cp437
H A DGENERIC64118 options SC_DFLT_FONT # compile font in
119 makeoptions SC_DFLT_FONT=cp437
/freebsd-10.0-release/sys/dev/syscons/
H A Dsyscons.c160 #if !defined(SC_NO_FONT_LOADING) && defined(SC_DFLT_FONT)
405 #if !defined(SC_NO_FONT_LOADING) && defined(SC_DFLT_FONT)
2974 #ifdef SC_DFLT_FONT
2986 #else /* !SC_DFLT_FONT */
2997 #endif /* SC_DFLT_FONT */

Completed in 82 milliseconds