Home
last modified time | relevance | path

Searched refs:cfsetspeed (Results 1 – 7 of 7) sorted by relevance

/dragonfly/include/
H A Dtermios.h83 int cfsetspeed(struct termios *, speed_t);
/dragonfly/usr.bin/tip/
H A Dacucommon.c89 cfsetspeed (&term, speed); in acu_setspeed()
/dragonfly/lib/libc/gen/
H A Dtermios.c155 cfsetspeed(struct termios *t, speed_t speed) in cfsetspeed() function
H A DSymbol.map164 cfsetspeed;
H A DMakefile.inc285 tcsetattr.3 cfsetspeed.3 \
/dragonfly/usr.sbin/ppp/
H A Dtty.c493 if (cfsetspeed(&tio, B0) == -1 || tcsetattr(p->fd, TCSANOW, &tio) == -1) in tty_Offline()
730 if (cfsetspeed(&ios, UnsignedToSpeed(p->cfg.speed)) == -1) in tty_Create()
/dragonfly/usr.sbin/lpr/lpd/
H A Dprintjob.c1830 cfsetspeed(&ttybuf, pp->baud_rate); in setty()