HomeSort by: relevance | last modified time | path
    Searched defs:cg6_console_screen (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/sun/
cgsix.c 207 static struct vcons_screen cg6_console_screen; variable in typeref:struct:vcons_screen
509 struct rasops_info *ri = &cg6_console_screen.scr_ri;
566 /* we mess with cg6_console_screen only once */
567 vcons_init_screen(&sc->vd, &cg6_console_screen, 1,
582 cg6_console_screen.scr_flags |= VCONS_SCREEN_IS_STATIC;
588 SCREEN_VISIBLE(&cg6_console_screen);
589 sc->vd.active = &cg6_console_screen;
600 vcons_replay_msgbuf(&cg6_console_screen);
606 if (cg6_console_screen.scr_ri.ri_rows == 0) {
608 vcons_init_screen(&sc->vd, &cg6_console_screen, 1
    [all...]

Completed in 12 milliseconds