Searched refs:ktermx (Results 1 – 1 of 1) sorted by relevance
1044 struct termiox ktermx; in tty_mode_ioctl() local1048 memcpy(&ktermx, real_tty->termiox, sizeof(struct termiox)); in tty_mode_ioctl()1050 if (copy_to_user(p, &ktermx, sizeof(struct termiox))) in tty_mode_ioctl()