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

/darwin-on-arm/xnu/bsd/sys/
H A Dtermios.h267 typedef unsigned long speed_t; typedef
275 speed_t c_ispeed; /* input speed */
276 speed_t c_ospeed; /* output speed */
284 * LP64 version of struct termios. tcflag_t and speed_t are long and must
366 speed_t cfgetispeed(const struct termios *);
367 speed_t cfgetospeed(const struct termios *);
368 int cfsetispeed(struct termios *, speed_t);
369 int cfsetospeed(struct termios *, speed_t);
379 int cfsetspeed(struct termios *, speed_t);
/darwin-on-arm/xnu/bsd/kern/
H A Dtty.c265 out->c_ispeed = (speed_t)in->c_ispeed;
266 out->c_ospeed = (speed_t)in->c_ospeed;

Completed in 14 milliseconds