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

12

/freebsd-10-stable/crypto/openssh/openbsd-compat/
H A Dbsd-nextstep.h57 int cfsetispeed(struct termios *, int);
H A Dbsd-nextstep.c98 cfsetispeed(struct termios *t, int speed) function
/freebsd-10-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-10-stable/lib/libvgl/
H A Dkeyboard.c60 cfsetispeed(&term, 9600);
/freebsd-10-stable/include/
H A Dtermios.h75 int cfsetispeed(struct termios *, speed_t);
/freebsd-10-stable/bin/stty/
H A Dstty.c135 cfsetispeed(&i.t, speed);
H A Dkey.c209 cfsetispeed(&ip->t, (speed_t)atoi(ip->arg));
/freebsd-10-stable/contrib/ntp/include/
H A Dl_stdlib.h49 extern int cfsetispeed (struct termios *, speed_t);
/freebsd-10-stable/contrib/ntp/libntp/
H A Dicom.c166 cfsetispeed(&ttyb, (u_int)speed);
/freebsd-10-stable/lib/libc/gen/
H A Dtermios.c147 cfsetispeed(struct termios *t, speed_t speed) function
H A DSymbol.map289 cfsetispeed;
H A DMakefile.inc490 tcsetattr.3 cfsetispeed.3 \
/freebsd-10-stable/contrib/telnet/telnetd/
H A Dsys_term.c91 # define cfsetispeed(tp, val) (tp)->sg.sg_ispeed = (val) macro
116 # define cfsetispeed(tp, val) (tp)->c_cflag &= ~CIBAUD; \ macro
120 # define cfsetispeed(tp, val) (tp)->c_cflag &= ~CBAUD; \ macro
774 cfsetispeed(&termbuf, tp->value);
776 cfsetispeed(&termbuf, val);
/freebsd-10-stable/libexec/getty/
H A Dmain.c330 cfsetispeed(&tmode, B0);
491 cfsetispeed(&tmode, speed(IS));
493 cfsetispeed(&tmode, speed(SP));
/freebsd-10-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-10-stable/contrib/tcsh/
H A Dmi.termios.c69 speed_t cfsetispeed(termios_p, speed) function
296 * cfsetispeed(), cfsetospeed(), or tcsetattr(). This refers both to
H A Ded.init.c399 (void) cfsetispeed(&extty.d_t, T_Speed);
401 (void) cfsetispeed(&edtty.d_t, T_Speed);
/freebsd-10-stable/crypto/openssh/
H A Dttymodes.c391 cfsetispeed(&tio, baud_to_speed(baud)) == -1)
392 error("cfsetispeed failed for %d", baud);
/freebsd-10-stable/usr.sbin/moused/
H A Dmoused.c2709 cfsetispeed(&tty, B9600);
2713 cfsetispeed(&tty, B4800);
2717 cfsetispeed(&tty, B2400);
2722 cfsetispeed(&tty, B1200);
2736 cfsetispeed(&tty, B9600);
2741 cfsetispeed(&tty, B4800);
2746 cfsetispeed(&tty, B2400);
2752 cfsetispeed(&tty, B1200);
/freebsd-10-stable/contrib/ntp/parseutil/
H A Dtestdcf.c395 cfsetispeed(&term, B50);
/freebsd-10-stable/usr.bin/xlint/llib/
H A Dllib-lposix88 int (cfsetispeed)(struct termios *p, speed_t speed);
/freebsd-10-stable/contrib/gdb/gdb/
H A Dser-unix.c799 cfsetispeed (&state.termios, baud_code);

Completed in 311 milliseconds

12