Searched refs:termios32 (Results 1 - 4 of 4) sorted by relevance

/xnu-2422.115.4/bsd/sys/
H A Dttycom.h114 #define TIOCGETA_32 _IOR('t', 19, struct termios32) /* get termios struct */
115 #define TIOCSETA_32 _IOW('t', 20, struct termios32) /* set termios struct */
116 #define TIOCSETAW_32 _IOW('t', 21, struct termios32) /* drain output, set */
117 #define TIOCSETAF_32 _IOW('t', 22, struct termios32) /* drn out, fls in, set */
H A Dtermios.h298 struct termios32 { struct
/xnu-2422.115.4/bsd/dev/i386/
H A Dkm.c230 struct termios32 *t = (struct termios32 *)data;
/xnu-2422.115.4/bsd/kern/
H A Dtty.c240 termios32to64(struct termios32 *in, struct user_termios *out)
255 termios64to32(struct user_termios *in, struct termios32 *out)
1185 termios64to32((struct user_termios *)&tp->t_termios, (struct termios32 *)data);
1194 termios32to64((struct termios32 *)&tp->t_termios, (struct user_termios *)data);
1233 termios32to64((struct termios32 *)data, (struct user_termios *)&lcl_termios);
1238 termios64to32((struct user_termios *)data, (struct termios32 *)&lcl_termios);

Completed in 18 milliseconds