Searched refs:vtsizes (Results 1 – 1 of 1) sorted by relevance
911 struct vt_sizes __user *vtsizes = up; in vt_ioctl() local917 if (get_user(ll, &vtsizes->v_rows) || in vt_ioctl()918 get_user(cc, &vtsizes->v_cols)) in vt_ioctl()