Searched refs:xsetspeed (Results 1 – 4 of 4) sorted by relevance
108 if (TT.speeds[0] != 0) xsetspeed(&TT.termios, TT.speeds[0]); in termios_init()127 if (speed > 0) xsetspeed(&TT.termios, speed); in sense_baud()241 xsetspeed(&TT.termios, TT.speeds[index]); in getty_main()
51 xsetspeed(&tio, TT.s); in microcom_main()
64 void xsetspeed(struct termios *tio, int speed) in xsetspeed() function
340 void xsetspeed(struct termios *tio, int speed);