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

/xnu-2422.115.4/bsd/sys/
H A Dtermios.h265 typedef unsigned long speed_t; typedef
273 speed_t c_ispeed; /* input speed */
274 speed_t c_ospeed; /* output speed */
282 * LP64 version of struct termios. tcflag_t and speed_t are long and must
364 speed_t cfgetispeed(const struct termios *);
365 speed_t cfgetospeed(const struct termios *);
366 int cfsetispeed(struct termios *, speed_t);
367 int cfsetospeed(struct termios *, speed_t);
377 int cfsetspeed(struct termios *, speed_t);
/xnu-2422.115.4/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 25 milliseconds