Home
last modified time | relevance | path

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

123

/src/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 ,
/src/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,
/src/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.5316 .Pq Dq Pa /boot/splash.bmp
406 will load the splash screen module, making it possible to display a bmp image
412 will load the splash screen module, making it possible to display a pcx image
/src/sys/i386/conf/
H A DMINIMAL114 device splash # Splash screen and screen saver support
H A DGENERIC178 device splash # Splash screen and screen saver support
/src/sys/amd64/conf/
H A DMINIMAL103 device splash # Splash screen and screen saver support
H A DGENERIC204 device splash # Splash screen and screen saver support
/src/sys/contrib/device-tree/src/arm/nxp/mxs/
H A Dimx28-apf28.dts51 label = "splash";
/src/sys/contrib/device-tree/Bindings/display/msm/
H A Dmdss-common.yaml94 For example, the splash memory region set up by the bootloader.
/src/sys/contrib/device-tree/src/powerpc/
H A Dpdm360ng.dts60 label = "splash-image";
/src/stand/forth/
H A Dloader.4th.8208 Disable the loading of the splash screen module and bitmap and then
/src/stand/man/
H A Dloader_lua.8209 Load the kernel, a splash screen, and then autoboot in five seconds.
/src/usr.sbin/kbdcontrol/
H A Dkbdmap.5242 by toggling between splash/text screen.
/src/stand/common/
H A Dgfx_fb.c91 #include <sys/splash.h>
3105 const char *splash; in build_splash_module() local
3112 printf("Can not load splash module: %s\n", in build_splash_module()
3121 splash = getenv("splash"); in build_splash_module()
3122 if (splash == NULL) in build_splash_module()
3126 if ((error = png_open(&png, splash)) != PNG_NO_ERROR) { in build_splash_module()
3140 printf("Loading splash ok\n"); in build_splash_module()
/src/sys/x86/conf/
H A DNOTES250 # Splash screen and screen saver support
251 device splash
/src/sys/contrib/device-tree/src/arm64/qcom/
H A Dsdm632-motorola-ocean.dts72 cont_splash_mem: cont-splash@90001000 {
H A Dmsm8953-motorola-potter.dts66 cont_splash_mem: cont-splash@90001000 {
H A Dmsm8956-sony-xperia-loire.dtsi31 cont-splash@83000000 {
/src/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 */
/src/sys/contrib/device-tree/Bindings/spi/
H A Dbrcm,spi-bcm-qspi.txt137 flash0.splash@530000 {

123