Searched refs:termios (Results 1 – 7 of 7) sorted by relevance
| /xnu-8792.81.2/bsd/sys/ |
| H A D | termios.h | 267 struct termios { struct 364 speed_t cfgetispeed(const struct termios *); 365 speed_t cfgetospeed(const struct termios *); 366 int cfsetispeed(struct termios *, speed_t); 367 int cfsetospeed(struct termios *, speed_t); 368 int tcgetattr(int, struct termios *); 369 int tcsetattr(int, int, const struct termios *); 376 void cfmakeraw(struct termios *); 377 int cfsetspeed(struct termios *, speed_t);
|
| H A D | ttycom.h | 108 #define TIOCGETA _IOR('t', 19, struct termios) /* get termios struct */ 109 #define TIOCSETA _IOW('t', 20, struct termios) /* set termios struct */ 110 #define TIOCSETAW _IOW('t', 21, struct termios) /* drain output, set */ 111 #define TIOCSETAF _IOW('t', 22, struct termios) /* drn out, fls in, set */
|
| H A D | tty.h | 133 struct termios t_termios; /* Termios state. */ 140 int (*t_param)(struct tty *, struct termios *); 308 void termioschars(struct termios *t);
|
| H A D | Makefile | 43 sysctl.h syslimits.h syslog.h sys_domain.h termios.h time.h \ 165 ttycom.h termios.h msg.h \
|
| /xnu-8792.81.2/bsd/kern/ |
| H A D | tty_compat.c | 89 static void ttcompatsetflags(struct tty *tp, struct termios *t); 90 static void ttcompatsetlflags(struct tty *tp, struct termios *t); 214 ttsetcompat(struct tty *tp, u_long *com, caddr_t data, struct termios *term) in ttsetcompat() 405 struct termios term; in ttcompat() 639 ttcompatsetflags(struct tty *tp, struct termios *t) in ttcompatsetflags() 738 ttcompatsetlflags(struct tty *tp, struct termios *t) in ttcompatsetlflags()
|
| H A D | tty.c | 1139 bcopy(&tp->t_termios, data, sizeof(struct termios)); in ttioctl_locked() 1144 bcopy(&tp->t_termios, data, sizeof(struct termios)); in ttioctl_locked() 1180 struct termios *t = (struct termios *)data; in ttioctl_locked() 1181 struct termios lcl_termios; in ttioctl_locked() 1793 termioschars(struct termios *t) in termioschars()
|
| /xnu-8792.81.2/bsd/man/man4/ |
| H A D | Makefile | 39 termios.4 \
|