Home
last modified time | relevance | path

Searched full:splash (Results 1 – 25 of 56) sorted by relevance

123

/freebsd/share/man/man4/
H A Dsplash.431 .Nm splash
32 .Nd splash screen / screen saver interface
34 .Cd "device splash"
38 pseudo device driver adds support for the splash screen and screen
40 This driver is required if the splash bitmap image is to be loaded or
42 .Ss Splash screen
57 boot option when loading the kernel, the splash image will not appear.
62 matching splash image decoder module must be loaded by the boot loader.
87 section illustrates how to set up the splash screen.
180 .Ss Splash screen as a screen saver
[all …]
H A Dsyscons.4270 .Xr splash 4
538 device splash
553 If you do not intend to load the splash image or use the screen saver,
614 .Xr splash 4 ,
/freebsd/sys/dev/fb/
H A Dsplashreg.h40 int (*splash)(struct video_adapter *adp, int on); member
69 MODULE_DEPEND(name, splash, 1, 1, 1)
91 MODULE_DEPEND(name, splash, 1, 1, 1)
93 /* entry point for the splash image decoder */
101 int splash(video_adapter_t *adp, int on);
H A Dsplash.c44 MODULE_VERSION(splash, 1);
79 printf("splash: image@%p, size:%zu\n", ptr, sz); in splash_find_data()
97 printf("splash: image decoder found: %s\n", decoder->name); in splash_test()
210 splash(video_adapter_t *adp, int on) in splash() function
213 return (*splash_decoder->splash)(adp, on); in splash()
H A Dsplash_txt.c58 .splash = txt_splash,
124 /* Display the splash screen. */ in txt_splash()
H A Dsplash_pcx.c56 .splash = pcx_splash,
/freebsd/stand/defaults/
H A Dloader.conf22 ### Splash screen configuration ############################
23 splash_bmp_load="NO" # Set this to YES for bmp splash screen!
24 splash_pcx_load="NO" # Set this to YES for pcx splash screen!
25 splash_txt_load="NO" # Set this to YES for TheDraw splash screen!
27 bitmap_load="NO" # Set this to YES if you want splash screen!
28 bitmap_name="splash.bmp" # Set this to the name of the file
30 splash="/boot/images/freebsd-logo-rev.png" # Set boot_mute=YES to load it
H A Dloader.conf.5309 .Pq Dq Pa /boot/splash.bmp
395 will load the splash screen module, making it possible to display a bmp image
401 will load the splash screen module, making it possible to display a pcx image
/freebsd/sys/contrib/device-tree/src/arm/nxp/mxs/
H A Dimx28-apf28.dts51 label = "splash";
/freebsd/sys/i386/conf/
H A DGENERIC175 device splash # Splash screen and screen saver support
/freebsd/sys/amd64/conf/
H A DGENERIC197 device splash # Splash screen and screen saver support
/freebsd/sys/contrib/device-tree/src/powerpc/
H A Dpdm360ng.dts60 label = "splash-image";
H A Dwarp.dts160 label = "splash";
/freebsd/stand/forth/
H A Dloader.4th.8208 Disable the loading of the splash screen module and bitmap and then
/freebsd/usr.sbin/kbdcontrol/
H A Dkbdmap.5242 by toggling between splash/text screen.
/freebsd/stand/man/
H A Dloader_lua.8206 Load the kernel, a splash screen, and then autoboot in five seconds.
/freebsd/stand/common/
H A Dgfx_fb.c90 #include <sys/splash.h>
3025 const char *splash; in build_splash_module() local
3032 printf("Can not load splash module: %s\n", in build_splash_module()
3041 splash = getenv("splash"); in build_splash_module()
3042 if (splash == NULL) in build_splash_module()
3046 if ((error = png_open(&png, splash)) != PNG_NO_ERROR) { in build_splash_module()
3060 printf("Loading splash ok\n"); in build_splash_module()
/freebsd/sys/x86/conf/
H A DNOTES247 # Splash screen and screen saver support
248 device splash
/freebsd/sys/contrib/device-tree/src/arm64/qcom/
H A Dsdm632-motorola-ocean.dts72 cont_splash_mem: cont-splash@90001000 {
H A Dmsm8956-sony-xperia-loire.dtsi31 cont-splash@83000000 {
H A Dmsm8953-motorola-potter.dts66 cont_splash_mem: cont-splash@90001000 {
H A Dmsm8953-xiaomi-mido.dts76 cont_splash_mem: cont-splash@90001000 {
H A Dmsm8953-xiaomi-vince.dts44 cont_splash_mem: cont-splash@90001000 {
/freebsd/sys/dev/syscons/
H A Dsyscons.h339 int splash_save_mode; /* saved mode for splash screen */
340 int splash_save_status; /* saved status for splash screen */
/freebsd/sys/contrib/device-tree/Bindings/spi/
H A Dbrcm,spi-bcm-qspi.txt137 flash0.splash@530000 {

123