Searched refs:tchars (Results 1 - 8 of 8) sorted by relevance
/linux-4.1.27/arch/sparc/include/uapi/asm/ |
H A D | termios.h | 16 struct tchars { struct
|
H A D | ioctls.h | 46 #define __TIOCSETC _IOW('t', 17, struct tchars) /* SunOS Specific */ 47 #define __TIOCGETC _IOR('t', 18, struct tchars) /* SunOS Specific */
|
/linux-4.1.27/arch/powerpc/include/uapi/asm/ |
H A D | ioctls.h | 18 #define TIOCSETC _IOW('t', 17, struct tchars) 19 #define TIOCGETC _IOR('t', 18, struct tchars)
|
H A D | termios.h | 27 struct tchars { struct
|
/linux-4.1.27/arch/mips/include/uapi/asm/ |
H A D | termios.h | 24 struct tchars { struct
|
/linux-4.1.27/arch/alpha/include/uapi/asm/ |
H A D | termios.h | 15 struct tchars { struct
|
H A D | ioctls.h | 18 #define TIOCSETC _IOW('t', 17, struct tchars) 19 #define TIOCGETC _IOR('t', 18, struct tchars)
|
/linux-4.1.27/drivers/tty/ |
H A D | tty_ioctl.c | 822 static int get_tchars(struct tty_struct *tty, struct tchars __user *tchars) get_tchars() argument 824 struct tchars tmp; get_tchars() 834 return copy_to_user(tchars, &tmp, sizeof(tmp)) ? -EFAULT : 0; get_tchars() 837 static int set_tchars(struct tty_struct *tty, struct tchars __user *tchars) set_tchars() argument 839 struct tchars tmp; set_tchars() 841 if (copy_from_user(&tmp, tchars, sizeof(tmp))) set_tchars()
|
Completed in 141 milliseconds