Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/fb/
Dsplash_txt.c46 static int splash_on = FALSE; variable
117 if (!splash_on) { in txt_splash()
125 splash_on = TRUE; in txt_splash()
132 splash_on = FALSE; in txt_splash()
Dsplash_pcx.c46 static int splash_on = FALSE; variable
140 if (!splash_on) { in pcx_splash()
143 splash_on = TRUE; in pcx_splash()
147 splash_on = FALSE; in pcx_splash()
Dsplash_bmp.c49 static int splash_on = FALSE; variable
118 if (!splash_on) { in bmp_splash()
126 splash_on = TRUE; in bmp_splash()
160 splash_on = FALSE; in bmp_splash()