/freebsd/usr.bin/tip/libacu/ |
H A D | df.c | 85 cfsetispeed(&cntrl, B1200); in df_dialer() 103 cfsetispeed(&cntrl, speed); in df_dialer()
|
H A D | v831.c | 137 cfsetispeed(&cntrl, 0); in v831_disconnect() 203 cfsetispeed(&cntrl, B2400); in dialit()
|
H A D | courier.c | 235 cfsetispeed(&cntrl, bm->baud); in cour_connect()
|
H A D | t3000.c | 250 cfsetispeed(&cntrl, bm->baud); in t3000_connect()
|
/freebsd/crypto/openssh/openbsd-compat/ |
H A D | bsd-nextstep.h | 55 int cfsetispeed(struct termios *, int);
|
H A D | bsd-nextstep.c | 98 cfsetispeed(struct termios *t, int speed) in cfsetispeed() function
|
/freebsd/include/ |
H A D | termios.h | 77 int cfsetispeed(struct termios *, speed_t);
|
/freebsd/lib/libvgl/ |
H A D | keyboard.c | 60 cfsetispeed(&term, 9600); in VGLKeyboardInit()
|
/freebsd/libexec/getty/ |
H A D | main.c | 321 cfsetispeed(&tmode, B0); in main() 484 cfsetispeed(&tmode, speed(IS)); in setttymode() 486 cfsetispeed(&tmode, speed(SP)); in setttymode()
|
/freebsd/contrib/ntp/libntp/ |
H A D | icom.c | 166 cfsetispeed(&ttyb, (u_int)speed); in icom_init()
|
/freebsd/bin/stty/ |
H A D | stty.c | 123 cfsetispeed(&i.t, speed); in main()
|
H A D | key.c | 200 cfsetispeed(&ip->t, (speed_t)atoi(ip->arg)); in f_ispeed()
|
/freebsd/contrib/ntp/include/ |
H A D | l_stdlib.h | 49 extern int cfsetispeed (struct termios *, speed_t);
|
/freebsd/lib/libc/gen/ |
H A D | termios.c | 143 cfsetispeed(struct termios *t, speed_t speed) in cfsetispeed() function
|
H A D | Symbol.map | 276 cfsetispeed;
|
H A D | Makefile.inc | 534 tcsetattr.3 cfsetispeed.3 \
|
/freebsd/crypto/heimdal/appl/telnet/telnetd/ |
H A D | sys_term.c | 154 # define cfsetispeed(tp, val) (tp)->c_cflag &= ~CIBAUD; \ macro 158 # define cfsetispeed(tp, val) (tp)->c_cflag &= ~CBAUD; \ macro 732 cfsetispeed(&termbuf, tp->value); in tty_rspeed() 734 cfsetispeed(&termbuf, val); in tty_rspeed()
|
/freebsd/crypto/openssh/ |
H A D | ttymodes.c | 383 cfsetispeed(&tio, baud_to_speed(baud)) == -1) in ssh_tty_parse_modes()
|
/freebsd/usr.sbin/moused/ |
H A D | moused.c | 2671 cfsetispeed(&tty, B9600); in setmousespeed() 2675 cfsetispeed(&tty, B4800); in setmousespeed() 2679 cfsetispeed(&tty, B2400); in setmousespeed() 2684 cfsetispeed(&tty, B1200); in setmousespeed() 2698 cfsetispeed(&tty, B9600); in setmousespeed() 2703 cfsetispeed(&tty, B4800); in setmousespeed() 2708 cfsetispeed(&tty, B2400); in setmousespeed() 2714 cfsetispeed(&tty, B1200); in setmousespeed()
|
/freebsd/contrib/tcsh/ |
H A D | mi.termios.c | 67 speed_t cfsetispeed(termios_p, speed) in cfsetispeed() function
|
H A D | ed.init.c | 395 (void) cfsetispeed(&extty.d_t, T_Speed); in Rawmode() 397 (void) cfsetispeed(&edtty.d_t, T_Speed); in Rawmode()
|
/freebsd/contrib/ntp/parseutil/ |
H A D | testdcf.c | 395 cfsetispeed(&term, B50); in main()
|
/freebsd/contrib/llvm-project/lldb/source/Host/common/ |
H A D | Terminal.cpp | 285 if (::cfsetispeed(&fd_termios, *val) != 0) in SetBaudRate()
|
/freebsd/contrib/libedit/ |
H A D | tty.c | 1021 (void) cfsetispeed(&el->el_tty.t_ex, el->el_tty.t_speed); in tty_rawmode() 1023 (void) cfsetispeed(&el->el_tty.t_ed, el->el_tty.t_speed); in tty_rawmode()
|
/freebsd/contrib/llvm-project/lldb/source/Host/posix/ |
H A D | ConnectionFileDescriptorPosix.cpp | 741 ::cfsetispeed(&options, B115200); in ConnectFile()
|