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

/macosx-10.5.8/xnu-1228.15.4/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
355 speed_t cfgetispeed(const struct termios *);
356 speed_t cfgetospeed(const struct termios *);
357 int cfsetispeed(struct termios *, speed_t);
358 int cfsetospeed(struct termios *, speed_t);
368 int cfsetspeed(struct termios *, speed_t);
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dtty.c246 out->c_ispeed = (speed_t)in->c_ispeed;
247 out->c_ospeed = (speed_t)in->c_ospeed;

Completed in 29 milliseconds