HomeSort by relevance Sort by last modified time
    Searched refs:cfgetospeed (Results 76 - 82 of 82) sorted by null

1 2 34

  /bionic/libc/bionic/
termios.cpp 40 speed_t cfgetospeed(const termios* s) { function
  /external/chromium_org/device/serial/
serial_io_handler_posix.cc 380 speed_t ospeed = cfgetospeed(&config);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
term.h 113 #ifndef cfgetospeed
114 #define cfgetospeed(t) ((t)->c_cflag & CBAUD) macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
term.h 113 #ifndef cfgetospeed
114 #define cfgetospeed(t) ((t)->c_cflag & CBAUD) macro
    [all...]
  /external/libedit/src/
tty.c 619 spd = cfgetospeed(td);
    [all...]
  /external/ppp/pppd/
sys-linux.c 958 speed = cfgetospeed(&tios);
    [all...]
sys-solaris.c 1248 speed = cfgetospeed(&tios);
    [all...]

Completed in 222 milliseconds

1 2 34