Home
last modified time | relevance | path

Searched refs:tty_speed (Results 1 – 6 of 6) sorted by relevance

/dports/sysutils/vttest/vttest-20180811/
H A Dvms_io.c362 tty_speed = lookup_speed(iosb.count & 0xff); in init_ttymodes()
369 fprintf(log_fp, "TTY speed = %d\n", tty_speed); in init_ttymodes()
H A Dttymodes.c190 tty_speed = speeds[n].code; in init_ttymodes()
H A Dvttest.h134 extern int tty_speed;
H A Dmain.c55 int tty_speed = DEFAULT_SPEED; /* nominal speed, for padding */ variable
183 if (tty_speed != DEFAULT_SPEED) in main()
184 printf("Line speed %dbd ", tty_speed); in main()
H A Desc.c140 int count = (3 * msecs * tty_speed + DEFAULT_SPEED - 1) / DEFAULT_SPEED; in padding()
/dports/comms/scmxx/scmxx-0.9.0/src/scmxx/
H A Dtty_serial.c104 speed_t bps = tty_speed(args->baud); in tty_serial_speed_set()