Searched refs:termios_locked (Results 1 – 3 of 3) sorted by relevance
418 memset(&tty->termios_locked, 0, sizeof(tty->termios_locked)); in pty_common_install()420 memset(&o_tty->termios_locked, 0, sizeof(tty->termios_locked)); in pty_common_install()
559 unset_locked_termios(&tty->termios, &old_termios, &tty->termios_locked); in tty_set_termios()661 *kterm = tty->termios_locked; in copy_termios_locked()1024 real_tty->termios_locked = kterm; in tty_mode_ioctl()1041 real_tty->termios_locked = kterm; in tty_mode_ioctl()
279 struct ktermios termios, termios_locked; member