Home
last modified time | relevance | path

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

/netbsd/src/sys/arch/amiga/dev/
Dgrf.c137 static struct vcons_screen console_vcons; variable
200 console_vcons.scr_flags |= VCONS_SCREEN_IS_STATIC; in grfattach()
202 &console_vcons, 1, &defattr); in grfattach()
204 &console_vcons.scr_ri.ri_ops; in grfattach()
206 &console_vcons.scr_ri, 0, 0, defattr); in grfattach()
207 vcons_replay_msgbuf(&console_vcons); in grfattach()
487 ri = grf_setup_rasops(gp, &console_vcons); in grfcninit()
488 console_vcons.scr_cookie = gp; in grfcninit()