Home
last modified time | relevance | path

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

/xnu-8792.81.2/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-8792.81.2/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.c608 static struct termios32 tio32;
611 (struct termios32 *)&tio32);
617 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()
1137 termios64to32((struct user_termios *)&tp->t_termios, (struct termios32 *)data); in ttioctl_locked()
1146 termios32to64((struct termios32 *)&tp->t_termios, (struct user_termios *)data); in ttioctl_locked()
1185 termios32to64((struct termios32 *)data, (struct user_termios *)&lcl_termios); in ttioctl_locked()
1190 termios64to32((struct user_termios *)data, (struct termios32 *)&lcl_termios); in ttioctl_locked()
/xnu-8792.81.2/bsd/dev/i386/
H A Dkm.c232 struct termios32 *t = (struct termios32 *)data; in kmioctl()
/xnu-8792.81.2/bsd/dev/arm/
H A Dkm.c213 struct termios32 *t = (struct termios32 *)data; in kmioctl()