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

/darwin-on-arm/xnu/bsd/sys/
H A Dioctl_compat.h98 struct sgttyb { struct
117 #define TIOCGETP _IOR('t', 8,struct sgttyb)/* get parameters -- gtty */
118 #define TIOCSETP _IOW('t', 9,struct sgttyb)/* set parameters -- stty */
119 #define TIOCSETN _IOW('t',10,struct sgttyb)/* as above, but no flushtty*/
/darwin-on-arm/xnu/bsd/kern/
H A Dtty_compat.c219 * contents of the struct sgttyb that 'data' points to.
227 register struct sgttyb *sg = (struct sgttyb *)data;
390 register struct sgttyb *sg = (struct sgttyb *)data;

Completed in 20 milliseconds