Searched refs:tchars (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dtermios.h27 struct tchars { struct
H A Dioctls.h18 #define TIOCSETC _IOW('t', 17, struct tchars)
19 #define TIOCGETC _IOR('t', 18, struct tchars)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/include/asm/
H A Dioctls.h18 #define TIOCSETC _IOW('t', 17, struct tchars)
19 #define TIOCGETC _IOR('t', 18, struct tchars)
H A Dtermios.h15 struct tchars { struct
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/include/asm/
H A Dioctls.h39 #define __TIOCSETC _IOW('t', 17, struct tchars) /* SunOS Specific */
40 #define __TIOCGETC _IOR('t', 18, struct tchars) /* SunOS Specific */
H A Dtermios.h16 struct tchars { struct
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dtty_ioctl.c799 static int get_tchars(struct tty_struct *tty, struct tchars __user *tchars) argument
801 struct tchars tmp;
811 return copy_to_user(tchars, &tmp, sizeof(tmp)) ? -EFAULT : 0;
814 static int set_tchars(struct tty_struct *tty, struct tchars __user *tchars) argument
816 struct tchars tmp;
818 if (copy_from_user(&tmp, tchars, sizeof(tmp)))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/
H A Dtermios.h24 struct tchars { struct
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/ncftp/
H A Dgl_getline.c128 struct tchars tch;

Completed in 86 milliseconds