Home
last modified time | relevance | path

Searched refs:termios32 (Results 1 – 7 of 7) sorted by relevance

/xnu-11417.121.6/bsd/sys/
H A Dttycom.h113 #define TIOCGETA_32 _IOR('t', 19, struct termios32) /* get termios struct */
114 #define TIOCSETA_32 _IOW('t', 20, struct termios32) /* set termios struct */
115 #define TIOCSETAW_32 _IOW('t', 21, struct termios32) /* drain output, set */
116 #define TIOCSETAF_32 _IOW('t', 22, struct termios32) /* drn out, fls in, set */
H A Dtermios.h298 struct termios32 { struct
/xnu-11417.121.6/bsd/kern/
H A Dtty_dev.h79 extern void termios32to64(struct termios32 *in, struct user_termios *out);
80 extern void termios64to32(struct user_termios *in, struct termios32 *out);
H A Dtty_dev.c646 static struct termios32 tio32;
649 (struct termios32 *)&tio32);
655 termios32to64((struct termios32 *)&tp->t_termios,
H A Dtty.c141 __private_extern__ void termios32to64(struct termios32 *in, struct user_termios *out);
142 __private_extern__ void termios64to32(struct user_termios *in, struct termios32 *out);
233 termios32to64(struct termios32 *in, struct user_termios *out) in termios32to64()
248 termios64to32(struct user_termios *in, struct termios32 *out) in termios64to32()
1248 termios64to32((struct user_termios *)&tp->t_termios, (struct termios32 *)data); in ttioctl_locked()
1257 termios32to64((struct termios32 *)&tp->t_termios, (struct user_termios *)data); in ttioctl_locked()
1296 termios32to64((struct termios32 *)data, (struct user_termios *)&lcl_termios); in ttioctl_locked()
1301 termios64to32((struct user_termios *)data, (struct termios32 *)&lcl_termios); in ttioctl_locked()
/xnu-11417.121.6/bsd/dev/i386/
H A Dkm.c226 struct termios32 *t = (struct termios32 *)data; in kmioctl()
/xnu-11417.121.6/bsd/dev/arm/
H A Dkm.c207 struct termios32 *t = (struct termios32 *)data; in kmioctl()