Searched refs:termios32 (Results 1 – 7 of 7) sorted by relevance
| /xnu-8019.80.24/bsd/sys/ |
| H A D | ttycom.h | 113 #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 D | termios.h | 298 struct termios32 { struct
|
| /xnu-8019.80.24/bsd/kern/ |
| H A D | tty_dev.h | 79 extern void termios32to64(struct termios32 *in, struct user_termios *out); 80 extern void termios64to32(struct user_termios *in, struct termios32 *out);
|
| H A D | tty_dev.c | 608 static struct termios32 tio32; 611 (struct termios32 *)&tio32); 617 termios32to64((struct termios32 *)&tp->t_termios,
|
| H A D | tty.c | 141 __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-8019.80.24/bsd/dev/i386/ |
| H A D | km.c | 232 struct termios32 *t = (struct termios32 *)data; in kmioctl()
|
| /xnu-8019.80.24/bsd/dev/arm/ |
| H A D | km.c | 213 struct termios32 *t = (struct termios32 *)data; in kmioctl()
|