Searched refs:cfsetispeed (Results 1 - 25 of 31) sorted by relevance

12

/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dbsd-nextstep.h55 int cfsetispeed(struct termios *, int);
H A Dbsd-nextstep.c98 cfsetispeed(struct termios *t, int speed) function
/freebsd-11-stable/usr.bin/tip/libacu/
H A Ddf.c93 cfsetispeed(&cntrl, B1200);
111 cfsetispeed(&cntrl, speed);
H A Dv831.c145 cfsetispeed(&cntrl, 0);
211 cfsetispeed(&cntrl, B2400);
H A Dcourier.c243 cfsetispeed(&cntrl, bm->baud);
H A Dt3000.c258 cfsetispeed(&cntrl, bm->baud);
/freebsd-11-stable/lib/libvgl/
H A Dkeyboard.c60 cfsetispeed(&term, 9600);
/freebsd-11-stable/include/
H A Dtermios.h75 int cfsetispeed(struct termios *, speed_t);
/freebsd-11-stable/contrib/ntp/libntp/
H A Dicom.c166 cfsetispeed(&ttyb, (u_int)speed);
/freebsd-11-stable/bin/stty/
H A Dstty.c138 cfsetispeed(&i.t, speed);
H A Dkey.c209 cfsetispeed(&ip->t, (speed_t)atoi(ip->arg));
/freebsd-11-stable/contrib/ntp/include/
H A Dl_stdlib.h49 extern int cfsetispeed (struct termios *, speed_t);
/freebsd-11-stable/lib/libc/gen/
H A Dtermios.c147 cfsetispeed(struct termios *t, speed_t speed) function
H A DMakefile.inc503 tcsetattr.3 cfsetispeed.3 \
/freebsd-11-stable/contrib/telnet/telnetd/
H A Dsys_term.c87 # define cfsetispeed(tp, val) (tp)->sg.sg_ispeed = (val) macro
112 # define cfsetispeed(tp, val) (tp)->c_cflag &= ~CIBAUD; \ macro
116 # define cfsetispeed(tp, val) (tp)->c_cflag &= ~CBAUD; \ macro
768 cfsetispeed(&termbuf, tp->value);
770 cfsetispeed(&termbuf, val);
/freebsd-11-stable/libexec/getty/
H A Dmain.c332 cfsetispeed(&tmode, B0);
493 cfsetispeed(&tmode, speed(IS));
495 cfsetispeed(&tmode, speed(SP));
/freebsd-11-stable/crypto/heimdal/appl/telnet/telnetd/
H A Dsys_term.c154 # define cfsetispeed(tp, val) (tp)->c_cflag &= ~CIBAUD; \ macro
158 # define cfsetispeed(tp, val) (tp)->c_cflag &= ~CBAUD; \ macro
732 cfsetispeed(&termbuf, tp->value);
734 cfsetispeed(&termbuf, val);
/freebsd-11-stable/crypto/openssh/
H A Dttymodes.c391 cfsetispeed(&tio, baud_to_speed(baud)) == -1)
392 error("cfsetispeed failed for %d", baud);
/freebsd-11-stable/contrib/tcsh/
H A Dmi.termios.c67 speed_t cfsetispeed(termios_p, speed) function
294 * cfsetispeed(), cfsetospeed(), or tcsetattr(). This refers both to
H A Ded.init.c395 (void) cfsetispeed(&extty.d_t, T_Speed);
397 (void) cfsetispeed(&edtty.d_t, T_Speed);
/freebsd-11-stable/usr.sbin/moused/
H A Dmoused.c2712 cfsetispeed(&tty, B9600);
2716 cfsetispeed(&tty, B4800);
2720 cfsetispeed(&tty, B2400);
2725 cfsetispeed(&tty, B1200);
2739 cfsetispeed(&tty, B9600);
2744 cfsetispeed(&tty, B4800);
2749 cfsetispeed(&tty, B2400);
2755 cfsetispeed(&tty, B1200);
/freebsd-11-stable/contrib/ntp/parseutil/
H A Dtestdcf.c395 cfsetispeed(&term, B50);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/posix/
H A DConnectionFileDescriptorPosix.cpp254 ::cfsetispeed(&options, B115200);
/freebsd-11-stable/lib/libedit/
H A Dtty.c1019 (void) cfsetispeed(&el->el_tty.t_ex, el->el_tty.t_speed);
1021 (void) cfsetispeed(&el->el_tty.t_ed, el->el_tty.t_speed);
/freebsd-11-stable/contrib/ntp/ntpd/
H A Drefclock_neoclock4x.c201 (void)cfsetispeed(&termsettings, (u_int)B2400);

Completed in 212 milliseconds

12