Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/tty/
Dtty_ioctl.c819 struct termiox ktermx; in tty_mode_ioctl() local
823 memcpy(&ktermx, real_tty->termiox, sizeof(struct termiox)); in tty_mode_ioctl()
825 if (copy_to_user(p, &ktermx, sizeof(struct termiox))) in tty_mode_ioctl()