Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/tty/
Dtty_ioctl.c1044 struct termiox ktermx; in tty_mode_ioctl() local
1048 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()