/freebsd/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 ,
|
/freebsd/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,
|
/freebsd/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 | 309 .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 D | imx28-apf28.dts | 51 label = "splash";
|
/freebsd/sys/i386/conf/ |
H A D | GENERIC | 175 device splash # Splash screen and screen saver support
|
/freebsd/sys/amd64/conf/ |
H A D | GENERIC | 197 device splash # Splash screen and screen saver support
|
/freebsd/sys/contrib/device-tree/src/powerpc/ |
H A D | pdm360ng.dts | 60 label = "splash-image";
|
H A D | warp.dts | 160 label = "splash";
|
/freebsd/stand/forth/ |
H A D | loader.4th.8 | 208 Disable the loading of the splash screen module and bitmap and then
|
/freebsd/usr.sbin/kbdcontrol/ |
H A D | kbdmap.5 | 242 by toggling between splash/text screen.
|
/freebsd/stand/man/ |
H A D | loader_lua.8 | 206 Load the kernel, a splash screen, and then autoboot in five seconds.
|
/freebsd/stand/common/ |
H A D | gfx_fb.c | 90 #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 D | NOTES | 247 # Splash screen and screen saver support 248 device splash
|
/freebsd/sys/contrib/device-tree/src/arm64/qcom/ |
H A D | sdm632-motorola-ocean.dts | 72 cont_splash_mem: cont-splash@90001000 {
|
H A D | msm8956-sony-xperia-loire.dtsi | 31 cont-splash@83000000 {
|
H A D | msm8953-motorola-potter.dts | 66 cont_splash_mem: cont-splash@90001000 {
|
H A D | msm8953-xiaomi-mido.dts | 76 cont_splash_mem: cont-splash@90001000 {
|
H A D | msm8953-xiaomi-vince.dts | 44 cont_splash_mem: cont-splash@90001000 {
|
/freebsd/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 */
|
/freebsd/sys/contrib/device-tree/Bindings/spi/ |
H A D | brcm,spi-bcm-qspi.txt | 137 flash0.splash@530000 {
|