Lines Matching defs:vs
780 vga_ioctl(void *v, void *vs, u_long cmd, void *data, int flag, struct lwp *l)
783 struct vgascreen *scr = vs;
848 vga_mmap(void *v, void *vs, off_t offset, int prot)
900 struct vgascreen *vs = cookie;
901 struct vga_config *vc = vs->cfg;
903 LIST_REMOVE(vs, next);
905 if (vs->fontset1)
906 egavga_unreffont(vc, vs->fontset1);
907 if (vs->fontset2)
908 egavga_unreffont(vc, vs->fontset2);
910 if (vs != &vga_console_screen)
911 free(vs, M_DEVBUF);
915 if (vc->active == vs)