Searched refs:vt_consize (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/uapi/linux/
H A Dvt.h53 struct vt_consize { struct
/linux-master/drivers/tty/vt/
H A Dvt_ioctl.c668 static int vt_resizex(struct vc_data *vc, struct vt_consize __user *cs)
670 struct vt_consize v;
673 if (copy_from_user(&v, cs, sizeof(struct vt_consize)))

Completed in 113 milliseconds