Searched refs:termios (Results 1 - 9 of 9) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dtermios.h61 * @(#)termios.h 8.3 (Berkeley) 3/28/94
269 struct termios { struct
284 * LP64 version of struct termios. tcflag_t and speed_t are long and must
286 * WARNING - keep in sync with struct termios
302 * Commands passed to tcsetattr() for setting the termios structure.
355 speed_t cfgetispeed(const struct termios *);
356 speed_t cfgetospeed(const struct termios *);
357 int cfsetispeed(struct termios *, speed_t);
358 int cfsetospeed(struct termios *, speed_t);
359 int tcgetattr(int, struct termios *);
[all...]
H A Dttycom.h109 #define TIOCGETA _IOR('t', 19, struct termios) /* get termios struct */
110 #define TIOCSETA _IOW('t', 20, struct termios) /* set termios struct */
111 #define TIOCSETAW _IOW('t', 21, struct termios) /* drain output, set */
112 #define TIOCSETAF _IOW('t', 22, struct termios) /* drn out, fls in, set */
179 #define TTYDISC 0 /* termios tty line discipline */
H A Dtty.h74 #include <sys/termios.h>
125 struct termios t_termios; /* Termios state. */
132 int (*t_param)(struct tty *, struct termios *);
278 int ttsetcompat(struct tty *tp, u_long *com, caddr_t data, struct termios *term);
281 void termioschars(struct termios *t);
H A DMakefile46 syscall.h sysctl.h syslimits.h syslog.h sys_domain.h termios.h time.h \
87 ttycom.h termios.h msg.h \
/macosx-10.5.8/xnu-1228.15.4/bsd/man/man4/
H A DMakefile40 termios.4 \
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dtty_compat.c73 #include <sys/termios.h>
84 static void ttcompatsetflags(struct tty *tp, struct termios *t);
85 static void ttcompatsetlflags(struct tty *tp, struct termios *t);
90 * baud rate information. They are a mapping between the <sys/termios.h>
127 * contents of the table. This effectively changes termios.h
181 * struct termios *term A local stack termios structure from
200 ttsetcompat(struct tty *tp, u_long *com, caddr_t data, struct termios *term)
365 struct termios term;
569 * provided termios struc
[all...]
H A Dtty.c82 * o Don't allow certain termios flags to affect disciplines other
221 termios32to64(struct termios *in, struct user_termios *out)
236 termios64to32(struct user_termios *in, struct termios *out)
951 case TIOCGETA: /* get termios struct */
952 case TIOCGETA_64: { /* get termios struct */
956 bcopy(&tp->t_termios, data, sizeof(struct termios));
984 case TIOCSETA: /* set termios struct */
990 struct termios *t = (struct termios *)data;
991 struct termios lcl_termio
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/i386/
H A Dkm.c231 register struct termios *t = (struct termios *)data;
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/ppc/
H A Dkm.c199 register struct termios *t = (struct termios *)data;

Completed in 43 milliseconds