Home
last modified time | relevance | path

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

/freebsd-14.2/sys/sys/
H A Dsplash.h14 uint32_t si_width; member
/freebsd-14.2/sys/dev/vt/
H A Dvt_core.c1681 printf("SPLASH: width: %d height: %d depth: %d\n", si->si_width, si->si_height, si->si_depth); in vtterm_splash()
1685 left = (vd->vd_width - si->si_width) / 2; in vtterm_splash()
1687 (unsigned char *)image, si->si_width, si->si_height, in vtterm_splash()
/freebsd-14.2/stand/common/
H A Dgfx_fb.c3044 si.si_width = png.width; in build_splash_module()