Home
last modified time | relevance | path

Searched defs:cfsetispeed (Results 1 – 2 of 2) sorted by relevance

/dragonfly/libexec/telnetd/
H A Dsys_term.c82 # define cfsetispeed(tp, val) (tp)->sg.sg_ispeed = (val) macro
107 # define cfsetispeed(tp, val) (tp)->c_cflag &= ~CIBAUD; \ macro
111 # define cfsetispeed(tp, val) (tp)->c_cflag &= ~CBAUD; \ macro
/dragonfly/lib/libc/gen/
H A Dtermios.c147 cfsetispeed(struct termios *t, speed_t speed) in cfsetispeed() function