Searched refs:tchars (Results 1 – 7 of 7) sorted by relevance
/linux/arch/powerpc/include/uapi/asm/ |
H A D | ioctls.h | 19 #define TIOCSETC _IOW('t', 17, struct tchars) 20 #define TIOCGETC _IOR('t', 18, struct tchars)
|
H A D | termios.h | 28 struct tchars { struct
|
/linux/arch/alpha/include/uapi/asm/ |
H A D | ioctls.h | 19 #define TIOCSETC _IOW('t', 17, struct tchars) 20 #define TIOCGETC _IOR('t', 18, struct tchars)
|
H A D | termios.h | 16 struct tchars { struct
|
/linux/drivers/tty/ |
H A D | tty_ioctl.c | 657 static int get_tchars(struct tty_struct *tty, struct tchars __user *tchars) in get_tchars() argument 659 struct tchars tmp; in get_tchars() 669 return copy_to_user(tchars, &tmp, sizeof(tmp)) ? -EFAULT : 0; in get_tchars() 672 static int set_tchars(struct tty_struct *tty, struct tchars __user *tchars) in set_tchars() argument 674 struct tchars tmp; in set_tchars() 676 if (copy_from_user(&tmp, tchars, sizeof(tmp))) in set_tchars()
|
/linux/arch/sparc/include/uapi/asm/ |
H A D | ioctls.h | 49 #define __TIOCSETC _IOW('t', 17, struct tchars) /* SunOS Specific */ 50 #define __TIOCGETC _IOR('t', 18, struct tchars) /* SunOS Specific */
|
/linux/arch/mips/include/uapi/asm/ |
H A D | termios.h | 25 struct tchars { struct
|