Searched refs:speed_t (Results 1 – 3 of 3) sorted by relevance
218 typedef unsigned int speed_t; typedef226 speed_t c_ispeed; /* input speed */227 speed_t c_ospeed; /* output speed */
210 void tty_init_console(struct tty *tp, speed_t speed);
919 tty_init_console(struct tty *tp, speed_t s) in tty_init_console()