Searched refs:speed_t (Results 1 - 4 of 4) sorted by relevance

/haiku/headers/compatibility/bsd/
H A Dtermios.h20 extern int cfsetspeed(struct termios *termios, speed_t speed);
/haiku/src/libs/bsd/
H A Dtermios.c12 cfsetspeed(struct termios *termios, speed_t speed)
/haiku/src/system/libroot/posix/
H A Dtermios.c105 speed_t
116 cfsetispeed(struct termios *termios, speed_t speed)
134 speed_t
145 cfsetospeed(struct termios *termios, speed_t speed)
/haiku/headers/posix/
H A Dtermios.h13 typedef unsigned char speed_t; typedef
24 speed_t c_ispeed; /* custom input baudrate */
25 speed_t c_ospeed; /* custom output baudrate */
224 extern speed_t cfgetispeed(const struct termios *termios);
225 extern speed_t cfgetospeed(const struct termios *termios);
226 extern int cfsetispeed(struct termios *termios, speed_t speed);
227 extern int cfsetospeed(struct termios *termios, speed_t speed);

Completed in 313 milliseconds