Searched refs:v_rows (Results 1 – 2 of 2) sorted by relevance
47 unsigned short v_rows; /* number of rows */ member54 unsigned short v_rows; /* number of rows */ member
829 if (get_user(ll, &vtsizes->v_rows) || in vt_ioctl()860 if (v.v_rows != rows) { in vt_ioctl()861 if (v.v_rows) /* Parameters don't add up */ in vt_ioctl()863 v.v_rows = rows; in vt_ioctl()887 vc_resize(vc_cons[i].d, v.v_cols, v.v_rows); in vt_ioctl()