Home
last modified time | relevance | path

Searched refs:sgttyb (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/sys/
H A Dioctl_compat.h68 struct sgttyb { struct
79 #define TIOCGETP _IOR('t', 8, struct sgttyb) /* get parameters */ argument
80 #define TIOCSETP _IOW('t', 9, struct sgttyb) /* set parameters */
81 #define TIOCSETN _IOW('t',10, struct sgttyb) /* as above, but no flush */
/f-stack/freebsd/kern/
H A Dtty_compat.c105 struct sgttyb *sg = (struct sgttyb *)data; in ttsetcompat()
203 struct sgttyb *sg = (struct sgttyb *)data; in tty_ioctl_compat()