Searched refs:vt_consize (Results 1 – 2 of 2) sorted by relevance
53 struct vt_consize { struct
668 static int vt_resizex(struct vc_data *vc, struct vt_consize __user *cs) in vt_resizex()670 struct vt_consize v; in vt_resizex()673 if (copy_from_user(&v, cs, sizeof(struct vt_consize))) in vt_resizex()