Home
last modified time | relevance | path

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

123456

/dragonfly/include/
H A Dtermios.h65 speed_t cfgetispeed(const struct termios *);
66 speed_t cfgetospeed(const struct termios *);
67 int cfsetispeed(struct termios *, speed_t);
68 int cfsetospeed(struct termios *, speed_t);
69 int tcgetattr(int, struct termios *);
70 int tcsetattr(int, int, const struct termios *);
81 void cfmakeraw(struct termios *);
82 void cfmakesane(struct termios *);
83 int cfsetspeed(struct termios *, speed_t);
/dragonfly/contrib/gdb-7/gdb/
H A Dser-unix.c39 struct termios termios; member
257 (int) state->termios.c_iflag, in hardwire_print_tty_state()
260 (int) state->termios.c_cflag, in hardwire_print_tty_state()
409 state.termios.c_iflag = 0; in hardwire_raw()
410 state.termios.c_oflag = 0; in hardwire_raw()
411 state.termios.c_lflag = 0; in hardwire_raw()
427 state.termios.c_cc[VMIN] = 0; in hardwire_raw()
428 state.termios.c_cc[VTIME] = 0; in hardwire_raw()
522 state.termios.c_cc[VTIME] = 0; in wait_for()
523 state.termios.c_cc[VMIN] = 1; in wait_for()
[all …]
/dragonfly/lib/libc/gen/
H A Dtermios.c52 tcgetattr(int fd, struct termios *t) in tcgetattr()
59 tcsetattr(int fd, int opt, const struct termios *t) in tcsetattr()
61 struct termios localterm; in tcsetattr()
125 cfgetospeed(const struct termios *t) in cfgetospeed()
132 cfgetispeed(const struct termios *t) in cfgetispeed()
139 cfsetospeed(struct termios *t, speed_t speed) in cfsetospeed()
147 cfsetispeed(struct termios *t, speed_t speed) in cfsetispeed()
155 cfsetspeed(struct termios *t, speed_t speed) in cfsetspeed()
167 cfmakeraw(struct termios *t) in cfmakeraw()
185 cfmakesane(struct termios *t) in cfmakesane()
[all …]
/dragonfly/lib/libssh/openbsd-compat/
H A Dbsd-nextstep.h49 int tcgetattr(int, struct termios *);
50 int tcsetattr(int, int, const struct termios *);
52 speed_t cfgetospeed(const struct termios *);
53 speed_t cfgetispeed(const struct termios *);
54 int cfsetospeed(struct termios *, int);
55 int cfsetispeed(struct termios *, int);
/dragonfly/sys/bus/u4b/serial/
H A Dusb_serial.h98 void (*ucom_cfg_param) (struct ucom_softc *, struct termios *);
102 int (*ucom_pre_param) (struct ucom_softc *, struct termios *);
132 struct termios termios_copy;
178 struct termios sc_it_in; /* Initial state in */
179 struct termios sc_it_out; /* Initial state out */
180 struct termios sc_lt_in; /* Lockstate in */
181 struct termios sc_lt_out; /* Lockstate out */
/dragonfly/games/hack/
H A Dhack.ioctl.c72 static struct termios termios; variable
77 (void) tcgetattr(fileno(stdin), &termios); in getioctls()
83 (void) tcsetattr(fileno(stdin), TCSADRAIN, &termios); in setioctls()
/dragonfly/usr.bin/bc/
H A Dtty.c25 struct termios ttysaved, ttyedit;
27 static int settty(struct termios *);
30 settty(struct termios *t) in settty()
40 gettty(struct termios *t) in gettty()
H A Dextern.h29 struct termios;
35 int gettty(struct termios *);
47 extern struct termios ttysaved;
/dragonfly/usr.bin/tip/
H A Dtip.c532 struct termios termios; in ttysetup() local
533 tcgetattr (FD, &termios); in ttysetup()
535 termios.c_iflag = IXOFF; in ttysetup()
537 termios.c_iflag = 0; in ttysetup()
538 termios.c_lflag = (PENDIN|ECHOKE|ECHOE); in ttysetup()
539 termios.c_cflag = (CLOCAL|HUPCL|CREAD|CS8); in ttysetup()
540 termios.c_ispeed = termios.c_ospeed = speed; in ttysetup()
541 tcsetattr (FD, TCSANOW, &termios); in ttysetup()
H A Dacucommon.c58 struct termios t; in acu_hw_flow_control()
78 struct termios term; in acu_getspeed()
87 struct termios term; in acu_setspeed()
99 struct termios term; in acu_hupcl()
/dragonfly/sys/sys/
H A Dttycom.h79 #define TIOCGETA _IOR('t', 19, struct termios) /* get termios struct */
80 #define TIOCSETA _IOW('t', 20, struct termios) /* set termios struct */
81 #define TIOCSETAW _IOW('t', 21, struct termios) /* drain output, set */
82 #define TIOCSETAF _IOW('t', 22, struct termios) /* drn out, fls in, set */
H A Dtty.h91 struct termios t_termios; /* Termios state. */
98 int (*t_param) (struct tty *, struct termios *);
251 void termioschars (struct termios *t);
257 struct termios *term);
/dragonfly/bin/stty/
H A Dextern.h37 void gprint (struct termios *, struct winsize *, int);
38 void gread (struct termios *, char *);
42 void print (struct termios *, struct winsize *, int, enum FMT);
/dragonfly/crypto/openssh/
H A Dsshtty.c47 static struct termios _saved_tio;
50 struct termios *
71 struct termios tio; in enter_raw_mode()
/dragonfly/sys/dev/serial/sio/
H A Dsio_private.h136 struct termios it_in; /* should be in struct tty */
137 struct termios it_out;
140 struct termios lt_in; /* should be in struct tty */
141 struct termios lt_out;
/dragonfly/contrib/nvi2/cl/
H A Dcl.h30 struct termios orig; /* Original terminal values. */
31 struct termios ex_enter;/* Terminal values to enter ex. */
32 struct termios vi_enter;/* Terminal values to enter vi. */
/dragonfly/usr.sbin/lpr/lpd/
H A Dextern.h39 struct termios;
45 int msearch(char *_str, struct termios *_ip);
/dragonfly/contrib/tcsh-6/
H A Dtc.disc.c47 static struct termios otermiob;
72 struct termios termiob;
99 struct termios termiob;
/dragonfly/libexec/getty/
H A Dextern.h36 struct termios;
41 extern struct termios tmode, omode;
/dragonfly/contrib/libedit/src/
H A Dtty.c459 static int tty_getty(EditLine *, struct termios *);
462 static void tty__getchar(struct termios *, unsigned char *);
463 static void tty__setchar(struct termios *, unsigned char *);
464 static speed_t tty__getspeed(struct termios *);
474 tty_getty(EditLine *el, struct termios *t) in tty_getty()
486 tty_setty(EditLine *el, int action, const struct termios *t) in tty_setty()
611 tty__getspeed(struct termios *td) in tty__getspeed()
732 tty__getchar(struct termios *td, unsigned char *s) in tty__getchar()
814 tty__setchar(struct termios *td, unsigned char *s) in tty__setchar()
941 tty__get_flag(struct termios *t, int kind) { in tty__get_flag()
[all …]
/dragonfly/sys/platform/vkernel64/platform/
H A Dconsole.c64 static int vcons_tty_param(struct tty *tp, struct termios *tio);
167 vcons_tty_param(struct tty *tp, struct termios *tio) in vcons_tty_param()
228 static struct termios init_tio;
246 struct termios curtio; in vconssignal()
443 struct termios tio; in vcons_set_mode()
/dragonfly/lib/libutil/
H A Dlibutil.h63 struct termios;
76 struct termios *_termp, struct winsize *_winp);
90 struct termios *_termp, struct winsize *_winp);
H A Dpty.c47 openpty(int *amaster, int *aslave, char *name, struct termios *termp, in openpty()
88 forkpty(int *amaster, char *name, struct termios *termp, struct winsize *winp) in forkpty()
/dragonfly/lib/libvgl/
H A Dkeyboard.c40 static struct termios VGLKeyboardTty;
46 static struct termios term; in VGLKeyboardInit()
/dragonfly/usr.sbin/ppp/
H A Dprompt.h62 struct termios oldtio; /* Original tty mode */
63 struct termios comtio; /* Command level tty mode */

123456