Searched refs:user_termios (Results 1 – 7 of 7) sorted by relevance
| /xnu-8020.121.3/bsd/sys/ |
| H A D | ttycom.h | 117 #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 D | termios.h | 287 struct user_termios { struct
|
| /xnu-8020.121.3/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 | 610 termios64to32((struct user_termios *)&tp->t_termios, 615 static struct user_termios tio64; 618 (struct user_termios *)&tio64);
|
| 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-8020.121.3/bsd/dev/i386/ |
| H A D | km.c | 241 struct user_termios *t = (struct user_termios *)data; in kmioctl()
|
| /xnu-8020.121.3/bsd/dev/arm/ |
| H A D | km.c | 222 struct user_termios *t = (struct user_termios *)data; in kmioctl()
|