Searched refs:concsr (Results 1 – 1 of 1) sorted by relevance
943 struct vt_consizecsrpos concsr; in vt_ioctl() local946 concsr.con_cols = vc->vc_cols; in vt_ioctl()947 concsr.con_rows = vc->vc_rows; in vt_ioctl()948 concsr.csr_col = vc->state.x; in vt_ioctl()949 concsr.csr_row = vc->state.y; in vt_ioctl()951 if (copy_to_user(up, &concsr, sizeof(concsr))) in vt_ioctl()