Searched refs:cfgetispeed (Results 1 – 15 of 15) sorted by relevance
10 speed_t cfgetispeed(const struct termios *tio) in cfgetispeed() function
32 speed_t ret = cfgetispeed(&t); in cfgetispeed_0100()
32 if (cfgetispeed(&t) != (speed_t)(B1200)) { in cfsetispeed_0100()
15 "cfgetispeed",
20 speed_t cfgetispeed (const struct termios *);
23 speed_t cfgetispeed (const struct termios *);
120 {speed_t(*p)(const struct termios*) = cfgetispeed;} in f()
89 speed_t ispeed = cfgetispeed(&mode); in termios_tcgetattr_impl()
192 int ispeed = baud(cfgetispeed(t)), ospeed = baud(cfgetospeed(t)); in show_speed()
415 cfgetispeed;