Searched refs:termios (Results 1 – 20 of 20) sorted by relevance
| /arch/alpha/kernel/ |
| A D | termios.c | 13 termios->c_iflag = (0xffff0000 & termios->c_iflag) | v.c_iflag; in user_termio_to_kernel_termios() 14 termios->c_oflag = (0xffff0000 & termios->c_oflag) | v.c_oflag; in user_termio_to_kernel_termios() 15 termios->c_cflag = (0xffff0000 & termios->c_cflag) | v.c_cflag; in user_termio_to_kernel_termios() 16 termios->c_lflag = (0xffff0000 & termios->c_lflag) | v.c_lflag; in user_termio_to_kernel_termios() 17 termios->c_line = (0xffff0000 & termios->c_lflag) | v.c_line; in user_termio_to_kernel_termios() 33 struct ktermios *termios) in kernel_termios_to_user_termio() argument 39 v.c_iflag = termios->c_iflag; in kernel_termios_to_user_termio() 40 v.c_oflag = termios->c_oflag; in kernel_termios_to_user_termio() 41 v.c_cflag = termios->c_cflag; in kernel_termios_to_user_termio() 42 v.c_lflag = termios->c_lflag; in kernel_termios_to_user_termio() [all …]
|
| A D | Makefile | 12 systbls.o err_common.o io.o bugs.o termios.o
|
| /arch/sparc/kernel/ |
| A D | termios.c | 16 struct ktermios *termios) in kernel_termios_to_user_termio() argument 20 v.c_iflag = termios->c_iflag; in kernel_termios_to_user_termio() 21 v.c_oflag = termios->c_oflag; in kernel_termios_to_user_termio() 22 v.c_cflag = termios->c_cflag; in kernel_termios_to_user_termio() 23 v.c_lflag = termios->c_lflag; in kernel_termios_to_user_termio() 24 v.c_line = termios->c_line; in kernel_termios_to_user_termio() 25 memcpy(v.c_cc, termios->c_cc, NCC); in kernel_termios_to_user_termio() 27 v.c_cc[_VMIN] = termios->c_cc[VMIN]; in kernel_termios_to_user_termio() 28 v.c_cc[_VTIME] = termios->c_cc[VTIME]; in kernel_termios_to_user_termio() 78 struct termios __user *u) in user_termios_to_kernel_termios_1() [all …]
|
| A D | Makefile | 89 obj-y += termios.o
|
| /arch/parisc/include/uapi/asm/ |
| A D | ioctls.h | 9 #define TCGETS _IOR('T', 16, struct termios) /* TCGETATTR */ 10 #define TCSETS _IOW('T', 17, struct termios) /* TCSETATTR */ 11 #define TCSETSW _IOW('T', 18, struct termios) /* TCSETATTRD */ 12 #define TCSETSF _IOW('T', 19, struct termios) /* TCSETATTRF */
|
| A D | termbits.h | 10 struct termios { struct
|
| /arch/powerpc/include/uapi/asm/ |
| A D | ioctls.h | 21 #define TCGETS _IOR('t', 19, struct termios) 22 #define TCSETS _IOW('t', 20, struct termios) 23 #define TCSETSW _IOW('t', 21, struct termios) 24 #define TCSETSF _IOW('t', 22, struct termios)
|
| A D | termbits.h | 23 struct termios { struct
|
| /arch/alpha/include/uapi/asm/ |
| A D | ioctls.h | 21 #define TCGETS _IOR('t', 19, struct termios) 22 #define TCSETS _IOW('t', 20, struct termios) 23 #define TCSETSW _IOW('t', 21, struct termios) 24 #define TCSETSF _IOW('t', 22, struct termios)
|
| A D | termbits.h | 16 struct termios { struct
|
| /arch/sparc/include/uapi/asm/ |
| A D | ioctls.h | 15 #define TCGETS _IOR('T', 8, struct termios) 16 #define TCSETS _IOW('T', 9, struct termios) 17 #define TCSETSW _IOW('T', 10, struct termios) 18 #define TCSETSF _IOW('T', 11, struct termios)
|
| A D | termbits.h | 14 struct termios { struct 24 #define SIZEOF_USER_TERMIOS sizeof (struct termios) - (2*sizeof (cc_t)) argument
|
| /arch/um/drivers/ |
| A D | tty.c | 16 struct termios tt;
|
| A D | fd.c | 18 struct termios tt;
|
| A D | pty.c | 22 struct termios tt;
|
| A D | xterm.c | 25 struct termios tt;
|
| A D | port_user.c | 20 struct termios tt;
|
| A D | chan_user.c | 89 struct termios save, new; in generic_console_write()
|
| /arch/mips/include/uapi/asm/ |
| A D | termbits.h | 23 struct termios { struct
|
| /arch/um/os-Linux/ |
| A D | util.c | 30 struct termios tt; in raw()
|
Completed in 27 milliseconds