HomeSort by relevance Sort by last modified time
    Searched defs:cfgetospeed (Results 1 - 12 of 12) sorted by null

  /onnv/onnv-gate/usr/src/lib/libc/port/gen/
cfgetospeed.c 32 #pragma weak _cfgetospeed = cfgetospeed
43 cfgetospeed(const struct termios *termios_p) function
  /onnv/onnv-gate/usr/src/lib/libbc/libc/gen/common/
posix_tty.c 42 cfgetospeed(struct termios *termios_p) function
  /onnv/onnv-gate/usr/src/lib/libast/amd64/include/ast/
ast_tty.h 56 # undef cfgetospeed macro
71 # undef cfgetospeed macro
72 # define cfgetospeed(tp) ((tp)->c_cflag & CBAUD) macro
76 # define cfgetospeed(tp) ((tp)->c_cflag & CBAUD) macro
  /onnv/onnv-gate/usr/src/lib/libast/amd64/src/lib/libast/
ast_tty.h 35 # undef cfgetospeed macro
50 # undef cfgetospeed macro
51 # define cfgetospeed(tp) ((tp)->c_cflag & CBAUD) macro
55 # define cfgetospeed(tp) ((tp)->c_cflag & CBAUD) macro
  /onnv/onnv-gate/usr/src/lib/libast/i386/include/ast/
ast_tty.h 56 # undef cfgetospeed macro
71 # undef cfgetospeed macro
72 # define cfgetospeed(tp) ((tp)->c_cflag & CBAUD) macro
76 # define cfgetospeed(tp) ((tp)->c_cflag & CBAUD) macro
  /onnv/onnv-gate/usr/src/lib/libast/i386/src/lib/libast/
ast_tty.h 35 # undef cfgetospeed macro
50 # undef cfgetospeed macro
51 # define cfgetospeed(tp) ((tp)->c_cflag & CBAUD) macro
55 # define cfgetospeed(tp) ((tp)->c_cflag & CBAUD) macro
  /onnv/onnv-gate/usr/src/lib/libast/sparc/include/ast/
ast_tty.h 56 # undef cfgetospeed macro
71 # undef cfgetospeed macro
72 # define cfgetospeed(tp) ((tp)->c_cflag & CBAUD) macro
76 # define cfgetospeed(tp) ((tp)->c_cflag & CBAUD) macro
  /onnv/onnv-gate/usr/src/lib/libast/sparc/src/lib/libast/
ast_tty.h 35 # undef cfgetospeed macro
50 # undef cfgetospeed macro
51 # define cfgetospeed(tp) ((tp)->c_cflag & CBAUD) macro
55 # define cfgetospeed(tp) ((tp)->c_cflag & CBAUD) macro
  /onnv/onnv-gate/usr/src/lib/libast/sparcv9/include/ast/
ast_tty.h 56 # undef cfgetospeed macro
71 # undef cfgetospeed macro
72 # define cfgetospeed(tp) ((tp)->c_cflag & CBAUD) macro
76 # define cfgetospeed(tp) ((tp)->c_cflag & CBAUD) macro
  /onnv/onnv-gate/usr/src/lib/libast/sparcv9/src/lib/libast/
ast_tty.h 35 # undef cfgetospeed macro
50 # undef cfgetospeed macro
51 # define cfgetospeed(tp) ((tp)->c_cflag & CBAUD) macro
55 # define cfgetospeed(tp) ((tp)->c_cflag & CBAUD) macro
  /onnv/onnv-gate/usr/src/lib/libshell/common/include/
terminal.h 61 # undef cfgetospeed macro
76 # undef cfgetospeed macro
77 # define cfgetospeed(tp) ((tp)->c_cflag & CBAUD) macro
93 # define cfgetospeed(tp) ((tp)->c_cflag & CBAUD) macro
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
sys_bsd.c 78 #define cfgetospeed(ptr) (ptr)->sg_ospeed macro
575 out = cfgetospeed(&old_tc);

Completed in 1760 milliseconds