Searched refs:VEOF (Results 1 – 14 of 14) sorted by relevance
44 err |= get_user(k->c_cc[VEOF], &u->c_cc[VEOF]); in user_termios_to_kernel_termios()69 err |= put_user(k->c_cc[VEOF], &u->c_cc[VEOF]); in kernel_termios_to_user_termios()88 err |= get_user(k->c_cc[VEOF], &u->c_cc[VEOF]); in user_termios_to_kernel_termios_1()111 err |= put_user(k->c_cc[VEOF], &u->c_cc[VEOF]); in kernel_termios_to_user_termios_1()
37 pub const VEOF: usize = 4;65 pub const VEOF: usize = 16;79 pub const VEOF: usize = 4;93 pub const VEOF: usize = 4;107 pub const VEOF: usize = 4;
26 termios->c_cc[canon ? VEOF : VMIN] = v.c_cc[_VEOF]; in user_termio_to_kernel_termios()50 v.c_cc[_VEOF] = termios->c_cc[canon ? VEOF : VMIN]; in kernel_termios_to_user_termio()
55 #define VEOF 4 macro73 #define VMIN VEOF
26 [VEOF] = 'D'-0x40, \
39 #define EOF_CHAR(tty) ((tty)->termios.c_cc[VEOF])
52 #define VEOF 4 macro
46 #define VEOF 4 macro
54 #define VEOF 0 macro
77 #define VEOF 16 /* End-of-file character [ICANON] */ macro
674 tmp.t_eofc = tty->termios.c_cc[VEOF]; in get_tchars()691 tty->termios.c_cc[VEOF] = tmp.t_eofc; in set_tchars()
67 return tty.c_cc[VEOF]; in get_eof_char()
5806 host->c_cc[VEOF] = target->c_cc[TARGET_VEOF]; in target_to_host_termios()5841 target->c_cc[TARGET_VEOF] = host->c_cc[VEOF]; in host_to_target_termios()