Home
last modified time | relevance | path

Searched refs:ltchars (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/arch/powerpc/include/uapi/asm/
H A Dioctls.h41 #define TIOCGLTC _IOR('t', 116, struct ltchars)
42 #define TIOCSLTC _IOW('t', 117, struct ltchars)
H A Dtermios.h37 struct ltchars { struct
/openbmc/linux/arch/alpha/include/uapi/asm/
H A Dioctls.h46 #define TIOCGLTC _IOR('t', 116, struct ltchars)
47 #define TIOCSLTC _IOW('t', 117, struct ltchars)
H A Dtermios.h25 struct ltchars { struct
/openbmc/linux/drivers/tty/
H A Dtty_ioctl.c699 static int get_ltchars(struct tty_struct *tty, struct ltchars __user *ltchars) in get_ltchars() argument
701 struct ltchars tmp; in get_ltchars()
713 return copy_to_user(ltchars, &tmp, sizeof(tmp)) ? -EFAULT : 0; in get_ltchars()
716 static int set_ltchars(struct tty_struct *tty, struct ltchars __user *ltchars) in set_ltchars() argument
718 struct ltchars tmp; in set_ltchars()
720 if (copy_from_user(&tmp, ltchars, sizeof(tmp))) in set_ltchars()
/openbmc/linux/arch/sparc/include/uapi/asm/
H A Dioctls.h72 #define __TIOCGLTC _IOR('t', 116, struct ltchars) /* SunOS Specific */
73 #define __TIOCSLTC _IOW('t', 117, struct ltchars) /* SunOS Specific */
H A Dtermios.h26 struct ltchars { struct
/openbmc/linux/arch/mips/include/uapi/asm/
H A Dtermios.h34 struct ltchars { struct
/openbmc/qemu/linux-user/
H A Dsyscall.c92 #define ltchars host_ltchars /* same as target */ macro