Lines Matching refs:c_cc
237 termios->c_cc[i] = locked->c_cc[i] ? in unset_locked_termios()
238 old->c_cc[i] : termios->c_cc[i]; in unset_locked_termios()
395 memcpy(termios->c_cc, v.c_cc, NCC); in user_termio_to_kernel_termios()
412 memcpy(v.c_cc, termios->c_cc, NCC); in kernel_termios_to_user_termio()
580 tmp.sg_erase = tty->termios.c_cc[VERASE]; in get_sgttyb()
581 tmp.sg_kill = tty->termios.c_cc[VKILL]; in get_sgttyb()
609 termios->c_cc[VMIN] = 1; in set_sgflags()
610 termios->c_cc[VTIME] = 0; in set_sgflags()
640 termios.c_cc[VERASE] = tmp.sg_erase; in set_sgttyb()
641 termios.c_cc[VKILL] = tmp.sg_kill; in set_sgttyb()
658 tmp.t_intrc = tty->termios.c_cc[VINTR]; in get_tchars()
659 tmp.t_quitc = tty->termios.c_cc[VQUIT]; in get_tchars()
660 tmp.t_startc = tty->termios.c_cc[VSTART]; in get_tchars()
661 tmp.t_stopc = tty->termios.c_cc[VSTOP]; in get_tchars()
662 tmp.t_eofc = tty->termios.c_cc[VEOF]; in get_tchars()
663 tmp.t_brkc = tty->termios.c_cc[VEOL2]; /* what is brkc anyway? */ in get_tchars()
675 tty->termios.c_cc[VINTR] = tmp.t_intrc; in set_tchars()
676 tty->termios.c_cc[VQUIT] = tmp.t_quitc; in set_tchars()
677 tty->termios.c_cc[VSTART] = tmp.t_startc; in set_tchars()
678 tty->termios.c_cc[VSTOP] = tmp.t_stopc; in set_tchars()
679 tty->termios.c_cc[VEOF] = tmp.t_eofc; in set_tchars()
680 tty->termios.c_cc[VEOL2] = tmp.t_brkc; /* what is brkc anyway? */ in set_tchars()
692 tmp.t_suspc = tty->termios.c_cc[VSUSP]; in get_ltchars()
694 tmp.t_dsuspc = tty->termios.c_cc[VSUSP]; in get_ltchars()
695 tmp.t_rprntc = tty->termios.c_cc[VREPRINT]; in get_ltchars()
697 tmp.t_flushc = tty->termios.c_cc[VEOL2]; in get_ltchars()
698 tmp.t_werasc = tty->termios.c_cc[VWERASE]; in get_ltchars()
699 tmp.t_lnextc = tty->termios.c_cc[VLNEXT]; in get_ltchars()
712 tty->termios.c_cc[VSUSP] = tmp.t_suspc; in set_ltchars()
714 tty->termios.c_cc[VEOL2] = tmp.t_dsuspc; in set_ltchars()
715 tty->termios.c_cc[VREPRINT] = tmp.t_rprntc; in set_ltchars()
717 tty->termios.c_cc[VEOL2] = tmp.t_flushc; in set_ltchars()
718 tty->termios.c_cc[VWERASE] = tmp.t_werasc; in set_ltchars()
719 tty->termios.c_cc[VLNEXT] = tmp.t_lnextc; in set_ltchars()