sys/dev/ic/vga.c
108
void vga_init_screen(struct vga_config *, struct vgascreen *,
sys/dev/ic/vga.c
585
vga_init_screen(&vga_console_vc, &vga_console_screen, scr, 1, &defattr);
sys/dev/ic/vga.c
688
vga_init_screen(vc, scr, type, vc->nscreens == 0, defattrp);