Home
last modified time | relevance | path

Searched defs:tchars (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/arch/sparc/include/uapi/asm/
H A Dtermios.h17 struct tchars { struct
26 struct ltchars { argument
/openbmc/linux/arch/alpha/include/uapi/asm/
H A Dtermios.h16 struct tchars { struct
25 struct ltchars { argument
/openbmc/linux/arch/powerpc/include/uapi/asm/
H A Dtermios.h28 struct tchars { struct
37 struct ltchars { argument
/openbmc/linux/arch/mips/include/uapi/asm/
H A Dtermios.h25 struct tchars { struct
34 struct ltchars { argument
/openbmc/linux/drivers/tty/
H A Dtty_ioctl.c665 static int get_tchars(struct tty_struct *tty, struct tchars __user *tchars) in get_tchars()
680 static int set_tchars(struct tty_struct *tty, struct tchars __user *tchars) in set_tchars()
/openbmc/qemu/linux-user/
H A Dsyscall.c91 #define tchars host_tchars /* same as target */ macro