Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/tty/
Dtty_ioctl.c1047 struct termiox ktermx; in tty_mode_ioctl() local
1051 memcpy(&ktermx, real_tty->termiox, sizeof(struct termiox)); in tty_mode_ioctl()
1053 if (copy_to_user(p, &ktermx, sizeof(struct termiox))) in tty_mode_ioctl()