Searched refs:VTIME (Results 1 – 8 of 8) sorted by relevance
28 v.c_cc[_VTIME] = termios->c_cc[VTIME]; in kernel_termios_to_user_termio()48 err |= get_user(k->c_cc[VTIME], &u->c_cc[_VTIME]); in user_termios_to_kernel_termios()67 err |= put_user(k->c_cc[VTIME], &u->c_cc[_VTIME]); in kernel_termios_to_user_termios()92 err |= get_user(k->c_cc[VTIME], &u->c_cc[_VTIME]); in user_termios_to_kernel_termios_1()109 err |= put_user(k->c_cc[VTIME], &u->c_cc[_VTIME]); in kernel_termios_to_user_termios_1()
8 #define VTIME 17 macro
27 termios->c_cc[canon ? VEOL : VTIME] = v.c_cc[_VEOL]; in user_termio_to_kernel_termios()51 v.c_cc[_VEOL] = termios->c_cc[canon ? VEOL : VTIME]; in kernel_termios_to_user_termio()
55 #define VTIME 7 macro
47 #define VTIME 5 macro
60 #define VTIME 5 /* Time-out value (tenths of a second) [!ICANON] */ macro
70 #define VTIME 17 macro
74 #define VTIME VEOL macro
Completed in 11 milliseconds