Home | History | Annotate | Download | only in dev

Lines Matching refs:vs

195 	struct view_size vs;
212 if ((*view_cdevsw.d_ioctl)(0, VIOCGSIZE, (void *)&vs, -1, NULL)) {
213 /* XXX type of vs ? */
215 vs.width = 640;
216 vs.height = 400;
217 vs.depth = 2;
219 gi->gd_colors = 1 << vs.depth;
220 gi->gd_planes = vs.depth;
222 gi->gd_fbwidth = vs.width;
223 gi->gd_fbheight = vs.height;
226 gi->gd_dwidth = vs.width;
227 gi->gd_dheight = vs.height;