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

12

/freebsd-10.1-release/crypto/openssh/openbsd-compat/
H A Dbsd-nextstep.h56 int cfsetospeed(struct termios *, int);
H A Dbsd-nextstep.c91 cfsetospeed(struct termios *t,int speed) function
/freebsd-10.1-release/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-10.1-release/include/
H A Dtermios.h76 int cfsetospeed(struct termios *, speed_t);
/freebsd-10.1-release/lib/libvgl/
H A Dkeyboard.c61 cfsetospeed(&term, 9600);
/freebsd-10.1-release/bin/stty/
H A Dstty.c134 cfsetospeed(&i.t, speed);
H A Dkey.c231 cfsetospeed(&ip->t, (speed_t)atoi(ip->arg));
/freebsd-10.1-release/contrib/ntp/include/
H A Dl_stdlib.h50 extern int cfsetospeed (struct termios *, speed_t);
/freebsd-10.1-release/contrib/ntp/libntp/
H A Dicom.c167 cfsetospeed(&ttyb, (u_int)speed);
/freebsd-10.1-release/lib/libc/gen/
H A Dtermios.c137 cfsetospeed(struct termios *t, speed_t speed) function
H A DSymbol.map288 cfsetospeed;
H A DMakefile.inc490 tcsetattr.3 cfsetospeed.3 \
/freebsd-10.1-release/libexec/getty/
H A Dmain.c331 cfsetospeed(&tmode, B0);
495 cfsetospeed(&tmode, speed(OS));
497 cfsetospeed(&tmode, speed(SP));
/freebsd-10.1-release/contrib/tcsh/
H A Dmi.termios.c77 speed_t cfsetospeed(termios_p, speed) function
296 * cfsetispeed(), cfsetospeed(), or tcsetattr(). This refers both to
H A Ded.init.c400 (void) cfsetospeed(&extty.d_t, T_Speed);
402 (void) cfsetospeed(&edtty.d_t, T_Speed);
/freebsd-10.1-release/crypto/openssh/
H A Dttymodes.c402 cfsetospeed(&tio, baud_to_speed(baud)) == -1)
403 error("cfsetospeed failed for %d", baud);
/freebsd-10.1-release/contrib/telnet/telnetd/
H A Dsys_term.c88 # define cfsetospeed(tp, val) (tp)->sg.sg_ospeed = (val) macro
110 # define cfsetospeed(tp, val) (tp)->c_cflag &= ~CBAUD; \ macro
806 cfsetospeed(&termbuf, tp->value);
808 cfsetospeed(&termbuf, val);
/freebsd-10.1-release/usr.sbin/moused/
H A Dmoused.c2710 cfsetospeed(&tty, B9600);
2714 cfsetospeed(&tty, B4800);
2718 cfsetospeed(&tty, B2400);
2723 cfsetospeed(&tty, B1200);
2737 cfsetospeed(&tty, B9600);
2742 cfsetospeed(&tty, B4800);
2747 cfsetospeed(&tty, B2400);
2753 cfsetospeed(&tty, B1200);
/freebsd-10.1-release/contrib/ntp/parseutil/
H A Dtestdcf.c396 cfsetospeed(&term, B50);
/freebsd-10.1-release/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-10.1-release/usr.bin/xlint/llib/
H A Dllib-lposix89 int (cfsetospeed)(struct termios *p, speed_t speed);
/freebsd-10.1-release/contrib/gdb/gdb/
H A Dser-unix.c798 cfsetospeed (&state.termios, baud_code);

Completed in 269 milliseconds

12