Home
last modified time | relevance | path

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

/xnu-10002.41.9/bsd/sys/
H A Dttycom.h117 #define TIOCGETA_64 _IOR('t', 19, struct user_termios)
118 #define TIOCSETA_64 _IOW('t', 20, struct user_termios)
119 #define TIOCSETAW_64 _IOW('t', 21, struct user_termios)
120 #define TIOCSETAF_64 _IOW('t', 22, struct user_termios)
H A Dtermios.h287 struct user_termios { struct
/xnu-10002.41.9/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.c648 termios64to32((struct user_termios *)&tp->t_termios,
653 static struct user_termios tio64;
656 (struct user_termios *)&tio64);
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()
1242 termios64to32((struct user_termios *)&tp->t_termios, (struct termios32 *)data); in ttioctl_locked()
1251 termios32to64((struct termios32 *)&tp->t_termios, (struct user_termios *)data); in ttioctl_locked()
1290 termios32to64((struct termios32 *)data, (struct user_termios *)&lcl_termios); in ttioctl_locked()
1295 termios64to32((struct user_termios *)data, (struct termios32 *)&lcl_termios); in ttioctl_locked()
/xnu-10002.41.9/bsd/dev/i386/
H A Dkm.c235 struct user_termios *t = (struct user_termios *)data; in kmioctl()
/xnu-10002.41.9/bsd/dev/arm/
H A Dkm.c216 struct user_termios *t = (struct user_termios *)data; in kmioctl()