HomeSort by relevance Sort by last modified time
    Searched refs:cfsetspeed (Results 1 - 7 of 7) sorted by null

  /bionic/tests/
termios_test.cpp 70 TEST(termios, cfsetspeed) {
72 ASSERT_EQ(0, cfsetspeed(&t, B1200));
82 ASSERT_EQ(-1, cfsetspeed(&t, 123));
  /bionic/libc/include/bits/
termios_inlines.h 70 __BIONIC_TERMIOS_INLINE int cfsetspeed(struct termios* s, speed_t speed) { function
81 return cfsetspeed(s, speed);
85 return cfsetspeed(s, speed);
  /bionic/libc/include/
termios.h 43 int cfsetspeed(struct termios* __t, speed_t __speed) __INTRODUCED_IN(21);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
termios.h 62 extern int cfsetspeed (struct termios *__termios_p, speed_t __speed) __THROW;
  /external/toybox/toys/net/
microcom.c 40 if (speed) cfsetspeed(&t, speed);
  /external/toybox/toys/pending/
getty.c 171 if (TT.speeds[0] != B0) cfsetspeed(&TT.termios, TT.speeds[0]);
193 if (speed > 0) cfsetspeed(&TT.termios,speed);
328 cfsetspeed(&TT.termios, TT.speeds[index]); // Select from multiple speeds
329 //Necessary after cfsetspeed
  /device/linaro/bootloader/edk2/StdLibPrivateInternalFiles/Include/
namespace.h 173 #define cfsetspeed _cfsetspeed

Completed in 186 milliseconds