Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/sys/
H A Dioctl_compat.h98 struct sgttyb { struct
117 #define TIOCGETP _IOR('t', 8,struct sgttyb)/* get parameters -- gtty */ argument
118 #define TIOCSETP _IOW('t', 9,struct sgttyb)/* set parameters -- stty */
119 #define TIOCSETN _IOW('t',10,struct sgttyb)/* as above, but no flushtty*/
/xnu-8792.41.9/bsd/kern/
H A Dtty_compat.c230 __IGNORE_WCASTALIGN(struct sgttyb *sg = (struct sgttyb *)data); in ttsetcompat()
420 __IGNORE_WCASTALIGN(struct sgttyb *sg = (struct sgttyb *)data); in ttcompat()