Home
last modified time | relevance | path

Searched refs:si_depth (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/sys/sys/
H A Dsplash.h16 uint32_t si_depth; member
/freebsd-14.2/sys/dev/vt/
H A Dvt_core.c1679 if (si->si_depth != 4) in vtterm_splash()
1681 printf("SPLASH: width: %d height: %d depth: %d\n", si->si_width, si->si_height, si->si_depth); in vtterm_splash()
/freebsd-14.2/stand/common/
H A Dgfx_fb.c3046 si.si_depth = png.bpp; in build_splash_module()