Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A D_termios.h218 typedef unsigned int speed_t; typedef
226 speed_t c_ispeed; /* input speed */
227 speed_t c_ospeed; /* output speed */
H A Dtty.h210 void tty_init_console(struct tty *tp, speed_t speed);
/f-stack/freebsd/kern/
H A Dtty.c919 tty_init_console(struct tty *tp, speed_t s) in tty_init_console()