Searched refs:tty_value_to_baud (Results 1 – 6 of 6) sorted by relevance
140 speed_t FAST_FUNC tty_value_to_baud(unsigned int value) in tty_value_to_baud() function163 s = tty_value_to_baud(v);
119 cfsetspeed(&tio, tty_value_to_baud(speed)); in microcom_main()
144 baud_code = tty_value_to_baud(xatoi(baud_str)); in slattach_main()
154 return tty_value_to_baud(value); in bcode()
811 baud = tty_value_to_baud(xatou(arg)); in set_speed_or_die()1397 if (tty_value_to_baud(xatou(arg)) != (speed_t) -1) break; in stty_main()
1589 extern speed_t tty_value_to_baud(unsigned int value) FAST_FUNC;