Searched defs:cfsetospeed (Results 1 – 11 of 11) sorted by relevance
| /onnv-gate/usr/src/lib/libc/port/gen/ |
| H A D | cfsetospeed.c | 43 cfsetospeed(struct termios *termios_p, speed_t speed) in cfsetospeed() function
|
| /onnv-gate/usr/src/lib/libbc/libc/gen/common/ |
| H A D | posix_tty.c | 53 cfsetospeed(struct termios *termios_p, speed_t speed) in cfsetospeed() function
|
| /onnv-gate/usr/src/lib/libast/sparc/src/lib/libast/ |
| H A D | ast_tty.h | 58 # define cfsetospeed(tp,val) ((tp)->c_cflag &=~ CBAUD,(tp)->c_cflag|=(val)) macro
|
| /onnv-gate/usr/src/lib/libast/sparcv9/include/ast/ |
| H A D | ast_tty.h | 79 # define cfsetospeed(tp,val) ((tp)->c_cflag &=~ CBAUD,(tp)->c_cflag|=(val)) macro
|
| /onnv-gate/usr/src/lib/libast/i386/include/ast/ |
| H A D | ast_tty.h | 79 # define cfsetospeed(tp,val) ((tp)->c_cflag &=~ CBAUD,(tp)->c_cflag|=(val)) macro
|
| /onnv-gate/usr/src/lib/libast/sparcv9/src/lib/libast/ |
| H A D | ast_tty.h | 58 # define cfsetospeed(tp,val) ((tp)->c_cflag &=~ CBAUD,(tp)->c_cflag|=(val)) macro
|
| /onnv-gate/usr/src/lib/libast/sparc/include/ast/ |
| H A D | ast_tty.h | 79 # define cfsetospeed(tp,val) ((tp)->c_cflag &=~ CBAUD,(tp)->c_cflag|=(val)) macro
|
| /onnv-gate/usr/src/lib/libast/amd64/include/ast/ |
| H A D | ast_tty.h | 79 # define cfsetospeed(tp,val) ((tp)->c_cflag &=~ CBAUD,(tp)->c_cflag|=(val)) macro
|
| /onnv-gate/usr/src/lib/libast/amd64/src/lib/libast/ |
| H A D | ast_tty.h | 58 # define cfsetospeed(tp,val) ((tp)->c_cflag &=~ CBAUD,(tp)->c_cflag|=(val)) macro
|
| /onnv-gate/usr/src/lib/libast/i386/src/lib/libast/ |
| H A D | ast_tty.h | 58 # define cfsetospeed(tp,val) ((tp)->c_cflag &=~ CBAUD,(tp)->c_cflag|=(val)) macro
|
| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/POSIX/ |
| H A D | POSIX.xs | 222 #define cfsetospeed(x,y) not_here("cfsetospeed") macro
|