Home
last modified time | relevance | path

Searched refs:v_rows (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/include/uapi/linux/
Dvt.h47 unsigned short v_rows; /* number of rows */ member
54 unsigned short v_rows; /* number of rows */ member
/Linux-v4.19/drivers/tty/vt/
Dvt_ioctl.c829 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()