Home
last modified time | relevance | path

Searched refs:tchars (Results 1 – 8 of 8) sorted by relevance

/Linux-v4.19/arch/alpha/include/uapi/asm/
Dioctls.h19 #define TIOCSETC _IOW('t', 17, struct tchars)
20 #define TIOCGETC _IOR('t', 18, struct tchars)
Dtermios.h16 struct tchars { struct
/Linux-v4.19/arch/powerpc/include/uapi/asm/
Dioctls.h19 #define TIOCSETC _IOW('t', 17, struct tchars)
20 #define TIOCGETC _IOR('t', 18, struct tchars)
Dtermios.h28 struct tchars { struct
/Linux-v4.19/drivers/tty/
Dtty_ioctl.c597 static int get_tchars(struct tty_struct *tty, struct tchars __user *tchars) in get_tchars() argument
599 struct tchars tmp; in get_tchars()
609 return copy_to_user(tchars, &tmp, sizeof(tmp)) ? -EFAULT : 0; in get_tchars()
612 static int set_tchars(struct tty_struct *tty, struct tchars __user *tchars) in set_tchars() argument
614 struct tchars tmp; in set_tchars()
616 if (copy_from_user(&tmp, tchars, sizeof(tmp))) in set_tchars()
/Linux-v4.19/arch/sparc/include/uapi/asm/
Dioctls.h47 #define __TIOCSETC _IOW('t', 17, struct tchars) /* SunOS Specific */
48 #define __TIOCGETC _IOR('t', 18, struct tchars) /* SunOS Specific */
Dtermios.h17 struct tchars { struct
/Linux-v4.19/arch/mips/include/uapi/asm/
Dtermios.h25 struct tchars { struct