Searched defs:cfsetospeed (Results 1 - 5 of 5) sorted by relevance

/freebsd-10-stable/crypto/openssh/openbsd-compat/
H A Dbsd-nextstep.c91 cfsetospeed(struct termios *t,int speed) function
/freebsd-10-stable/lib/libc/gen/
H A Dtermios.c139 cfsetospeed(struct termios *t, speed_t speed) function
/freebsd-10-stable/contrib/tcsh/
H A Dmi.termios.c77 speed_t cfsetospeed(termios_p, speed) function
/freebsd-10-stable/contrib/telnet/telnetd/
H A Dsys_term.c90 # define cfsetospeed(tp, val) (tp)->sg.sg_ospeed = (val) macro
112 # define cfsetospeed(tp, val) (tp)->c_cflag &= ~CBAUD; \ macro
/freebsd-10-stable/crypto/heimdal/appl/telnet/telnetd/
H A Dsys_term.c150 # define cfsetospeed(tp, val) (tp)->c_cflag &= ~CBAUD; \ macro

Completed in 130 milliseconds