Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/sparc64/dev/
H A Dffb.c117 static struct vcons_screen ffb_console_screen; variable
334 ri = &ffb_console_screen.scr_ri; in ffb_attach()
338 ffb_console_screen.scr_flags = VCONS_SCREEN_IS_STATIC; in ffb_attach()
339 vcons_init_screen(&sc->vd, &ffb_console_screen, 1, &defattr); in ffb_attach()
340 SCREEN_VISIBLE((&ffb_console_screen)); in ffb_attach()
345 sc->vd.active = &ffb_console_screen; in ffb_attach()
347 if (ffb_console_screen.scr_ri.ri_rows == 0) { in ffb_attach()
349 vcons_init_screen(&sc->vd, &ffb_console_screen, 1, &defattr); in ffb_attach()
372 vcons_replay_msgbuf(&ffb_console_screen); in ffb_attach()
842 if ((sc->vd.active != &ffb_console_screen) && in ffbfb_unblank()
[all …]