Searched refs:termios_locked (Results 1 – 3 of 3) sorted by relevance
413 memset(&tty->termios_locked, 0, sizeof(tty->termios_locked)); in pty_common_install()415 memset(&o_tty->termios_locked, 0, sizeof(tty->termios_locked)); in pty_common_install()
556 unset_locked_termios(&tty->termios, &old_termios, &tty->termios_locked); in tty_set_termios()658 *kterm = tty->termios_locked; in copy_termios_locked()1021 real_tty->termios_locked = kterm; in tty_mode_ioctl()1038 real_tty->termios_locked = kterm; in tty_mode_ioctl()
280 struct ktermios termios, termios_locked; member