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