Searched refs:concsr (Results 1 – 1 of 1) sorted by relevance
957 struct vt_consizecsrpos concsr; in vt_ioctl() local960 concsr.con_cols = vc->vc_cols; in vt_ioctl()961 concsr.con_rows = vc->vc_rows; in vt_ioctl()962 concsr.csr_col = vc->state.x; in vt_ioctl()963 concsr.csr_row = vc->state.y; in vt_ioctl()965 if (copy_to_user(up, &concsr, sizeof(concsr))) in vt_ioctl()
Completed in 6 milliseconds