Home
last modified time | relevance | path

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

/xnu-8792.81.2/bsd/sys/
H A Dtermios.h267 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 Dttycom.h108 #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 Dtty.h133 struct termios t_termios; /* Termios state. */
140 int (*t_param)(struct tty *, struct termios *);
308 void termioschars(struct termios *t);
H A DMakefile43 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 Dtty_compat.c89 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 Dtty.c1139 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 DMakefile39 termios.4 \