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

/xnu-2422.115.4/bsd/sys/
H A Dttycom.h118 #define TIOCGETA_64 _IOR('t', 19, struct user_termios)
119 #define TIOCSETA_64 _IOW('t', 20, struct user_termios)
120 #define TIOCSETAW_64 _IOW('t', 21, struct user_termios)
121 #define TIOCSETAF_64 _IOW('t', 22, struct user_termios)
H A Dtermios.h287 struct user_termios { struct
/xnu-2422.115.4/bsd/dev/i386/
H A Dkm.c239 struct user_termios *t = (struct user_termios *)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 23 milliseconds