HomeSort by: relevance | last modified time | path
    Searched defs:speed_t (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/sys/
termios.h 190 typedef unsigned int speed_t; typedef in typeref:typename:unsigned int
272 speed_t cfgetispeed(const struct termios *);
273 speed_t cfgetospeed(const struct termios *);
274 int cfsetispeed(struct termios *, speed_t);
275 int cfsetospeed(struct termios *, speed_t);
289 int cfsetspeed(struct termios *, speed_t);
termios.h 190 typedef unsigned int speed_t; typedef in typeref:typename:unsigned int
272 speed_t cfgetispeed(const struct termios *);
273 speed_t cfgetospeed(const struct termios *);
274 int cfsetispeed(struct termios *, speed_t);
275 int cfsetospeed(struct termios *, speed_t);
289 int cfsetspeed(struct termios *, speed_t);
termios.h 190 typedef unsigned int speed_t; typedef in typeref:typename:unsigned int
272 speed_t cfgetispeed(const struct termios *);
273 speed_t cfgetospeed(const struct termios *);
274 int cfsetispeed(struct termios *, speed_t);
275 int cfsetospeed(struct termios *, speed_t);
289 int cfsetspeed(struct termios *, speed_t);

Completed in 85 milliseconds