Searched refs:cfsetspeed (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/include/
H A Dtermios.h92 int cfsetspeed(struct termios *, speed_t);
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/ttyio/
H A Dt_ttyio.c96 cfsetspeed(&term, TTYDEF_SPEED);
/freebsd-11-stable/lib/libc/gen/
H A Dtermios.c155 cfsetspeed(struct termios *t, speed_t speed) function
H A DMakefile.inc505 tcsetattr.3 cfsetspeed.3 \
/freebsd-11-stable/libexec/rlogind/
H A Drlogind.c553 cfsetspeed(&tt, atoi(speed));
569 cfsetspeed(&tt, atoi(speed));
/freebsd-11-stable/contrib/netbsd-tests/lib/libcurses/director/
H A Ddirector.c238 cfsetspeed(&term_attr, TTYDEF_SPEED);
/freebsd-11-stable/contrib/netbsd-tests/kernel/
H A Dt_pty.c126 cfsetspeed(&tios, B921600);
/freebsd-11-stable/usr.sbin/bluetooth/hcseriald/
H A Dhcseriald.c200 if (cfsetspeed(&t, speed) < 0) {
201 syslog(LOG_ERR, "Could not cfsetspeed(%s). %s (%d)",
/freebsd-11-stable/usr.bin/tip/tip/
H A Dtip.c561 cfsetspeed(&cntrl, speed);
/freebsd-11-stable/usr.sbin/ppp/
H A Dtty.c487 if (cfsetspeed(&tio, B0) == -1 || tcsetattr(p->fd, TCSANOW, &tio) == -1)
738 if (cfsetspeed(&ios, UnsignedToSpeed(p->cfg.speed)) == -1)
/freebsd-11-stable/usr.sbin/lpr/lpd/
H A Dprintjob.c1975 cfsetspeed(&ttybuf, pp->baud_rate);

Completed in 263 milliseconds