| /src/share/man/man4/ |
| H A D | splash.4 | 31 .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 D | syscons.4 | 270 .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 D | splashreg.h | 40 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 D | splash.c | 44 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 D | splash_txt.c | 58 .splash = txt_splash, 124 /* Display the splash screen. */ in txt_splash()
|
| H A D | splash_pcx.c | 56 .splash = pcx_splash,
|
| /src/stand/defaults/ |
| H A D | loader.conf | 22 ### 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 D | loader.conf.5 | 316 .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 D | MINIMAL | 114 device splash # Splash screen and screen saver support
|
| H A D | GENERIC | 178 device splash # Splash screen and screen saver support
|
| /src/sys/amd64/conf/ |
| H A D | MINIMAL | 103 device splash # Splash screen and screen saver support
|
| H A D | GENERIC | 204 device splash # Splash screen and screen saver support
|
| /src/sys/contrib/device-tree/src/arm/nxp/mxs/ |
| H A D | imx28-apf28.dts | 51 label = "splash";
|
| /src/sys/contrib/device-tree/Bindings/display/msm/ |
| H A D | mdss-common.yaml | 94 For example, the splash memory region set up by the bootloader.
|
| /src/sys/contrib/device-tree/src/powerpc/ |
| H A D | pdm360ng.dts | 60 label = "splash-image";
|
| /src/stand/forth/ |
| H A D | loader.4th.8 | 208 Disable the loading of the splash screen module and bitmap and then
|
| /src/stand/man/ |
| H A D | loader_lua.8 | 209 Load the kernel, a splash screen, and then autoboot in five seconds.
|
| /src/usr.sbin/kbdcontrol/ |
| H A D | kbdmap.5 | 242 by toggling between splash/text screen.
|
| /src/stand/common/ |
| H A D | gfx_fb.c | 91 #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 D | NOTES | 250 # Splash screen and screen saver support 251 device splash
|
| /src/sys/contrib/device-tree/src/arm64/qcom/ |
| H A D | sdm632-motorola-ocean.dts | 72 cont_splash_mem: cont-splash@90001000 {
|
| H A D | msm8953-motorola-potter.dts | 66 cont_splash_mem: cont-splash@90001000 {
|
| H A D | msm8956-sony-xperia-loire.dtsi | 31 cont-splash@83000000 {
|
| /src/sys/dev/syscons/ |
| H A D | syscons.h | 339 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 D | brcm,spi-bcm-qspi.txt | 137 flash0.splash@530000 {
|