Searched refs:NCCS (Results 1 – 7 of 7) sorted by relevance
13 #define NCCS 17 macro21 cc_t c_cc[NCCS]; /* control characters */23 cc_t c_cc[NCCS+2]; /* kernel needs 2 more to hold vmin/vtime */34 cc_t c_cc[NCCS+2]; /* control characters */45 cc_t c_cc[NCCS+2]; /* control characters */
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 */
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 */
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 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()
Completed in 40 milliseconds