Home
last modified time | relevance | path

Searched refs:speed_t (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.41.6/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 */
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-12377.41.6/bsd/kern/
H A Dtty_compat.c91 static unsigned int ttcompatspeedtab(speed_t speed, struct speedtab *table);
150 ttcompatspeedtab(speed_t speed, struct speedtab *table) in ttcompatspeedtab()
H A Dtty.c2952 speed_t cps; in ttsetwater()