Home
last modified time | relevance | path

Searched refs:bauds (Results 1 – 4 of 4) sorted by relevance

/netbsd/usr.sbin/btattach/
H A Dbtattach.c564 const int bauds[] = { in test() local
610 for (i = 0; i < __arraycount(bauds); i++) { in test()
611 if (cfsetspeed(&tio, bauds[i]) < 0 in test()
614 if (bauds[i] > 115200) in test()
621 printf(" try with B%d\n", bauds[i]); in test()
623 sleep(bauds[i] < 9600 ? 3 : 1); in test()
655 bauds[i]); in test()
/netbsd/lib/libterminfo/
H A Dcurterm.c54 static const speed_t bauds[] = { variable
71 for (i = 0; i < __arraycount(bauds); i++) in _ti_setospeed()
72 if (bauds[i] == os) { in _ti_setospeed()
/netbsd/usr.sbin/memswitch/
H A Dmethods.c433 static const int bauds[] = {75, 150, 300, 600, 1200, 2400, 4800, 9600, local
446 for (i = 0; bauds[i]; i++)
447 if (baud == bauds[i])
449 if (bauds[i] == 0) {
687 static const char *const bauds[] = {"75", "150", "300", "600", "1200", in print_serial() local
702 baud = bauds[v & 0x000f]; in print_serial()
/netbsd/usr.sbin/lpr/lpd/
H A Dprintjob.c1503 struct bauds { struct
1506 } bauds[] = { argument
1549 struct bauds *bp; in setty()
1550 for (bp = bauds; bp->baud; bp++) in setty()