Searched refs:cfsetospeed (Results 1 – 13 of 13) sorted by relevance
/external/openssh/openbsd-compat/ |
D | bsd-nextstep.h | 54 int cfsetospeed(struct termios *, int);
|
D | bsd-nextstep.c | 91 cfsetospeed(struct termios *t,int speed) in cfsetospeed() function
|
/external/u-boot/tools/gdb/ |
D | serial.c | 68 if (cfsetospeed(&tios, speed) < 0) in serialopen()
|
/external/openssh/ |
D | ttymodes.c | 401 cfsetospeed(&tio, baud_to_speed(baud)) == -1) in tty_parse_modes()
|
/external/toybox/toys/pending/ |
D | stty.c | 339 cfsetospeed(&new, new_speed); in do_stty() 343 cfsetospeed(&new, speed(get_arg(&i, 0, 4000000))); in do_stty()
|
/external/python/cpython2/Modules/ |
D | termios.c | 202 if (cfsetospeed(&mode, (speed_t) ospeed) == -1) in termios_tcsetattr()
|
/external/python/cpython3/Modules/ |
D | termios.c | 198 if (cfsetospeed(&mode, (speed_t) ospeed) == -1) in termios_tcsetattr()
|
/external/u-boot/tools/ |
D | kwboot.c | 267 cfsetospeed(&tio, speed); in kwboot_open_tty()
|
/external/nos/test/system-test-harness/src/ |
D | util.cc | 444 if (cfsetospeed(&tty_state, B115200) || in Init()
|
/external/ppp/pppd/ |
D | sys-solaris.c | 1248 cfsetospeed(&tios, speed);
|
D | sys-linux.c | 983 cfsetospeed (&tios, speed); in set_up_tty()
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 1456 fun:cfsetospeed=uninstrumented
|
/external/google-breakpad/src/processor/testdata/symbols/libc-2.13.so/F4F8DFCD5A5FB5A7CE64717E9E6AE3890/ |
D | libc-2.13.so.sym | 909 PUBLIC d2f00 0 cfsetospeed
|