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

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dttycom.h114 #define TIOCGETA_64 _IOR('t', 19, struct user_termios)
115 #define TIOCSETA_64 _IOW('t', 20, struct user_termios)
116 #define TIOCSETAW_64 _IOW('t', 21, struct user_termios)
117 #define TIOCSETAF_64 _IOW('t', 22, struct user_termios)
H A Dtermios.h289 struct user_termios { struct
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dtty.c221 termios32to64(struct termios *in, struct user_termios *out)
236 termios64to32(struct user_termios *in, struct termios *out)
954 termios32to64(&tp->t_termios, (struct user_termios *)data);
994 termios64to32((struct user_termios *)data, &lcl_termios);

Completed in 28 milliseconds