Home
last modified time | relevance | path

Searched refs:vt_logo_height (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/vt/logo/
H A Dlogo_freebsd.c33 unsigned int vt_logo_height = 219; variable
/freebsd/sys/dev/vt/
H A Dvt_core.c166 extern unsigned int vt_logo_height;
1713 top = (vd->vd_height - vt_logo_height) / 2; in vtterm_splash()
1717 vt_logo_height, left, top, TC_WHITE, TC_BLACK); in vtterm_splash()