Searched refs:NCCS (Results 1 – 9 of 9) sorted by relevance
9 #define NCCS 19 macro16 cc_t c_cc[NCCS]; /* control characters */25 cc_t c_cc[NCCS]; /* control characters */36 cc_t c_cc[NCCS]; /* control characters */
15 #define NCCS 19 macro21 cc_t c_cc[NCCS]; /* control characters */34 cc_t c_cc[NCCS]; /* control characters */47 cc_t c_cc[NCCS]; /* control characters */
22 #define NCCS 23 macro29 cc_t c_cc[NCCS]; /* control characters */38 cc_t c_cc[NCCS]; /* control characters */49 cc_t c_cc[NCCS]; /* control characters */
60 unsigned char c_cc[NCCS]; /* control characters */
22 #define NCCS 19 macro28 cc_t c_cc[NCCS]; /* control characters */41 cc_t c_cc[NCCS]; /* control characters */
42 err |= copy_from_user(k->c_cc, u->c_cc, NCCS); in user_termios_to_kernel_termios()64 err |= copy_to_user(u->c_cc, k->c_cc, NCCS); in kernel_termios_to_user_termios()86 err |= copy_from_user(k->c_cc, u->c_cc, NCCS); in user_termios_to_kernel_termios_1()106 err |= copy_to_user(u->c_cc, k->c_cc, NCCS); in kernel_termios_to_user_termios_1()
42 for (i = 0; i < NCCS; i++) in set_up_tty()
219 for (i = 0; i < NCCS; i++) in unset_locked_termios()