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