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

12

/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dbsd-nextstep.h54 int cfsetospeed(struct termios *, int);
H A Dbsd-nextstep.c91 cfsetospeed(struct termios *t,int speed) function
/freebsd-11-stable/usr.bin/tip/libacu/
H A Ddf.c92 cfsetospeed(&cntrl, B1200);
110 cfsetospeed(&cntrl, speed);
H A Dv831.c144 cfsetospeed(&cntrl, 0);
210 cfsetospeed(&cntrl, B2400);
H A Dcourier.c242 cfsetospeed(&cntrl, bm->baud);
H A Dt3000.c257 cfsetospeed(&cntrl, bm->baud);
/freebsd-11-stable/lib/libvgl/
H A Dkeyboard.c61 cfsetospeed(&term, 9600);
/freebsd-11-stable/include/
H A Dtermios.h76 int cfsetospeed(struct termios *, speed_t);
/freebsd-11-stable/contrib/ntp/libntp/
H A Dicom.c167 cfsetospeed(&ttyb, (u_int)speed);
/freebsd-11-stable/bin/stty/
H A Dstty.c137 cfsetospeed(&i.t, speed);
H A Dkey.c231 cfsetospeed(&ip->t, (speed_t)atoi(ip->arg));
/freebsd-11-stable/contrib/ntp/include/
H A Dl_stdlib.h50 extern int cfsetospeed (struct termios *, speed_t);
/freebsd-11-stable/lib/libc/gen/
H A Dtermios.c139 cfsetospeed(struct termios *t, speed_t speed) function
H A DMakefile.inc504 tcsetattr.3 cfsetospeed.3 \
/freebsd-11-stable/libexec/getty/
H A Dmain.c333 cfsetospeed(&tmode, B0);
497 cfsetospeed(&tmode, speed(OS));
499 cfsetospeed(&tmode, speed(SP));
/freebsd-11-stable/crypto/openssh/
H A Dttymodes.c401 cfsetospeed(&tio, baud_to_speed(baud)) == -1)
402 error("cfsetospeed failed for %d", baud);
/freebsd-11-stable/contrib/tcsh/
H A Dmi.termios.c75 speed_t cfsetospeed(termios_p, speed) function
294 * cfsetispeed(), cfsetospeed(), or tcsetattr(). This refers both to
H A Ded.init.c396 (void) cfsetospeed(&extty.d_t, T_Speed);
398 (void) cfsetospeed(&edtty.d_t, T_Speed);
/freebsd-11-stable/contrib/telnet/telnetd/
H A Dsys_term.c86 # define cfsetospeed(tp, val) (tp)->sg.sg_ospeed = (val) macro
108 # define cfsetospeed(tp, val) (tp)->c_cflag &= ~CBAUD; \ macro
752 cfsetospeed(&termbuf, tp->value);
754 cfsetospeed(&termbuf, val);
/freebsd-11-stable/usr.sbin/moused/
H A Dmoused.c2713 cfsetospeed(&tty, B9600);
2717 cfsetospeed(&tty, B4800);
2721 cfsetospeed(&tty, B2400);
2726 cfsetospeed(&tty, B1200);
2740 cfsetospeed(&tty, B9600);
2745 cfsetospeed(&tty, B4800);
2750 cfsetospeed(&tty, B2400);
2756 cfsetospeed(&tty, B1200);
/freebsd-11-stable/contrib/ntp/parseutil/
H A Dtestdcf.c396 cfsetospeed(&term, B50);
/freebsd-11-stable/crypto/heimdal/appl/telnet/telnetd/
H A Dsys_term.c150 # define cfsetospeed(tp, val) (tp)->c_cflag &= ~CBAUD; \ macro
716 cfsetospeed(&termbuf, tp->value);
718 cfsetospeed(&termbuf, val);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/posix/
H A DConnectionFileDescriptorPosix.cpp253 ::cfsetospeed(&options, B115200);
/freebsd-11-stable/lib/libedit/
H A Dtty.c1020 (void) cfsetospeed(&el->el_tty.t_ex, el->el_tty.t_speed);
1022 (void) cfsetospeed(&el->el_tty.t_ed, el->el_tty.t_speed);
/freebsd-11-stable/contrib/ntp/ntpd/
H A Drefclock_neoclock4x.c202 (void)cfsetospeed(&termsettings, (u_int)B2400);

Completed in 172 milliseconds

12