Searched refs:splash_mode (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/dev/fb/
H A Dsplash_pcx.c43 static int splash_mode = -1; variable
119 splash_mode = modes[i];
120 if (splash_mode == -1)
123 printf("splash_pcx: selecting mode %d\n", splash_mode);
139 if (vidd_set_mode(adp, splash_mode) || pcx_draw(adp))
H A Dsplash_bmp.c48 static int splash_mode = -1; variable
102 splash_mode = modes[i];
103 if (splash_mode < 0)
106 printf("bmp_start(): splash_mode:%d\n", splash_mode);
107 return ((splash_mode < 0) ? ENODEV : 0);
130 if (vidd_set_mode(adp, splash_mode))

Completed in 65 milliseconds