Home
last modified time | relevance | path

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

/freebsd/sys/dev/fb/
H A Dsplash_txt.c44 static int splash_on = FALSE; variable
115 if (!splash_on) { in txt_splash()
123 splash_on = TRUE; in txt_splash()
130 splash_on = FALSE; in txt_splash()
H A Dsplash_pcx.c44 static int splash_on = FALSE; variable
138 if (!splash_on) { in pcx_splash()
141 splash_on = TRUE; in pcx_splash()
145 splash_on = FALSE; in pcx_splash()
H A Dsplash_bmp.c47 static int splash_on = FALSE; variable
116 if (!splash_on) { in bmp_splash()
124 splash_on = TRUE; in bmp_splash()
158 splash_on = FALSE; in bmp_splash()