Searched refs:c_cc (Results 1 – 5 of 5) sorted by relevance
39 if (copy_from_user(termios->c_cc, termio->c_cc, NCC) != 0) in user_termio_to_kernel_termios()59 copy_to_user(termio->c_cc, termios->c_cc, NCC) != 0) in kernel_termios_to_user_termio()
44 if (copy_from_user(termios->c_cc, termio->c_cc, NCC) != 0) in user_termio_to_kernel_termios()64 copy_to_user(termio->c_cc, termios->c_cc, NCC) != 0) in kernel_termios_to_user_termio()
106 #define INTR_CHAR(tty) ((tty)->termios.c_cc[VINTR])107 #define QUIT_CHAR(tty) ((tty)->termios.c_cc[VQUIT])108 #define ERASE_CHAR(tty) ((tty)->termios.c_cc[VERASE])109 #define KILL_CHAR(tty) ((tty)->termios.c_cc[VKILL])110 #define EOF_CHAR(tty) ((tty)->termios.c_cc[VEOF])111 #define TIME_CHAR(tty) ((tty)->termios.c_cc[VTIME])112 #define MIN_CHAR(tty) ((tty)->termios.c_cc[VMIN])113 #define SWTC_CHAR(tty) ((tty)->termios.c_cc[VSWTC])114 #define START_CHAR(tty) ((tty)->termios.c_cc[VSTART])115 #define STOP_CHAR(tty) ((tty)->termios.c_cc[VSTOP])[all …]
18 cc_t c_cc[NCCS]; /* control characters */ member27 cc_t c_cc[NCCS]; /* control characters */ member38 cc_t c_cc[NCCS]; /* control characters */ member
29 unsigned char c_cc[NCC]; /* control characters */ member