Searched refs:sgttyb (Results 1 - 17 of 17) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-powerpc/
H A Dtermios.h19 struct sgttyb { struct
H A Dioctls.h14 #define TIOCGETP _IOR('t', 8, struct sgttyb)
15 #define TIOCSETP _IOW('t', 9, struct sgttyb)
16 #define TIOCSETN _IOW('t', 10, struct sgttyb) /* TIOCSETP wo flush */
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-sparc/
H A Dioctls.h29 #define __TIOCGETP _IOR('t', 8, struct sgttyb) /* SunOS Specific */
30 #define __TIOCSETP _IOW('t', 9, struct sgttyb) /* SunOS Specific */
31 #define __TIOCSETN _IOW('t', 10, struct sgttyb) /* SunOS Specific */
H A Dtermios.h9 struct sgttyb { struct
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-sparc64/
H A Dioctls.h30 #define __TIOCGETP _IOR('t', 8, struct sgttyb) /* SunOS Specific */
31 #define __TIOCSETP _IOW('t', 9, struct sgttyb) /* SunOS Specific */
32 #define __TIOCSETN _IOW('t', 10, struct sgttyb) /* SunOS Specific */
H A Dtermios.h9 struct sgttyb { struct
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-alpha/
H A Dioctls.h14 #define TIOCGETP _IOR('t', 8, struct sgttyb)
15 #define TIOCSETP _IOW('t', 9, struct sgttyb)
16 #define TIOCSETN _IOW('t', 10, struct sgttyb) /* TIOCSETP wo flush */
H A Dtermios.h7 struct sgttyb { struct
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/lib/
H A Dgetsmbpass.c59 static struct sgttyb t;
68 static int tcgetattr(int fd, struct sgttyb *t)
73 static int tcsetattr(int fd, int flags, struct sgttyb *t)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/char/
H A Dtty_ioctl.c509 static int get_sgttyb(struct tty_struct * tty, struct sgttyb __user * sgttyb) argument
511 struct sgttyb tmp;
521 return copy_to_user(sgttyb, &tmp, sizeof(tmp)) ? -EFAULT : 0;
553 * @sgttyb: pointer to old style terminal structure
561 static int set_sgttyb(struct tty_struct * tty, struct sgttyb __user * sgttyb) argument
564 struct sgttyb tmp;
571 if (copy_from_user(&tmp, sgttyb, sizeof(tmp)))
696 return get_sgttyb(real_tty, (struct sgttyb __use
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-mips/
H A Dtermios.h15 struct sgttyb { struct
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm/
H A Dtermios.h15 struct sgttyb { struct
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/mtools-4.0.10/
H A Dtty.c52 typedef struct sgttyb Terminal;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/des/
H A Dread_pwd.c162 #define TTY_STRUCT struct sgttyb
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/des/
H A Dread_pwd.c162 #define TTY_STRUCT struct sgttyb
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/ui/
H A Dui_openssl.c220 # define TTY_STRUCT struct sgttyb
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/ui/
H A Dui_openssl.c233 # define TTY_STRUCT struct sgttyb

Completed in 192 milliseconds