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()
36 #define INTR_CHAR(tty) ((tty)->termios.c_cc[VINTR])37 #define QUIT_CHAR(tty) ((tty)->termios.c_cc[VQUIT])38 #define ERASE_CHAR(tty) ((tty)->termios.c_cc[VERASE])39 #define KILL_CHAR(tty) ((tty)->termios.c_cc[VKILL])40 #define EOF_CHAR(tty) ((tty)->termios.c_cc[VEOF])41 #define TIME_CHAR(tty) ((tty)->termios.c_cc[VTIME])42 #define MIN_CHAR(tty) ((tty)->termios.c_cc[VMIN])43 #define SWTC_CHAR(tty) ((tty)->termios.c_cc[VSWTC])44 #define START_CHAR(tty) ((tty)->termios.c_cc[VSTART])45 #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