Home | History | Annotate | Download | only in dev

Lines Matching refs:vs

366 	struct view_size	vs;
387 if ((*view_cdevsw.d_ioctl)(gp->g_viewdev, VIOCGSIZE, (void *)&vs, 0,
393 vs.width = 640;
394 vs.height = 400;
395 vs.depth = 1;
397 gi->gd_colors = 1 << vs.depth;
398 gi->gd_planes = vs.depth;
400 gi->gd_fbwidth = vs.width;
401 gi->gd_fbheight = vs.height;
404 gi->gd_dyn.gdi_dwidth = vs.width;
405 gi->gd_dyn.gdi_dheight = vs.height;