Searched refs:sgttyb (Results 1 – 2 of 2) sorted by relevance
68 struct sgttyb { struct79 #define TIOCGETP _IOR('t', 8, struct sgttyb) /* get parameters */ argument80 #define TIOCSETP _IOW('t', 9, struct sgttyb) /* set parameters */81 #define TIOCSETN _IOW('t',10, struct sgttyb) /* as above, but no flush */
105 struct sgttyb *sg = (struct sgttyb *)data; in ttsetcompat()203 struct sgttyb *sg = (struct sgttyb *)data; in tty_ioctl_compat()