Searched refs:cfsetispeed (Results 1 – 12 of 12) sorted by relevance
/external/openssh/openbsd-compat/ |
D | bsd-nextstep.h | 55 int cfsetispeed(struct termios *, int);
|
D | bsd-nextstep.c | 98 cfsetispeed(struct termios *t, int speed) in cfsetispeed() function
|
/external/openssh/ |
D | ttymodes.c | 391 cfsetispeed(&tio, baud_to_speed(baud)) == -1) in tty_parse_modes()
|
/external/toybox/toys/pending/ |
D | stty.c | 338 cfsetispeed(&new, new_speed); in do_stty() 341 cfsetispeed(&new, speed(get_arg(&i, 0, 4000000))); in do_stty()
|
/external/python/cpython2/Modules/ |
D | termios.c | 200 if (cfsetispeed(&mode, (speed_t) ispeed) == -1) in termios_tcsetattr()
|
/external/python/cpython3/Modules/ |
D | termios.c | 196 if (cfsetispeed(&mode, (speed_t) ispeed) == -1) in termios_tcsetattr()
|
/external/u-boot/tools/ |
D | kwboot.c | 268 cfsetispeed(&tio, speed); in kwboot_open_tty()
|
/external/nos/test/system-test-harness/src/ |
D | util.cc | 445 cfsetispeed(&tty_state, B115200)) { in Init()
|
/external/ppp/pppd/ |
D | sys-linux.c | 984 cfsetispeed (&tios, speed); in set_up_tty()
|
D | sys-solaris.c | 1249 cfsetispeed(&tios, speed);
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 1455 fun:cfsetispeed=uninstrumented
|
/external/google-breakpad/src/processor/testdata/symbols/libc-2.13.so/F4F8DFCD5A5FB5A7CE64717E9E6AE3890/ |
D | libc-2.13.so.sym | 910 PUBLIC d2f50 0 cfsetispeed
|