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

/netbsd-6-1-5-RELEASE/lib/libterminfo/
H A Dcurterm.c54 static const speed_t bauds[] = { variable
71 for (i = 0; i < __arraycount(bauds); i++)
72 if (bauds[i] == os) {
/netbsd-6-1-5-RELEASE/usr.sbin/btattach/
H A Dbtattach.c529 const int bauds[] = { local
575 for (i = 0; i < __arraycount(bauds); i++) {
576 if (cfsetspeed(&tio, bauds[i]) < 0
579 if (bauds[i] > 115200)
586 printf(" try with B%d\n", bauds[i]);
588 sleep(bauds[i] < 9600 ? 3 : 1);
620 bauds[i]);
/netbsd-6-1-5-RELEASE/usr.sbin/memswitch/
H A Dmethods.c457 static const int bauds[] = {75, 150, 300, 600, 1200, 2400, 4800, 9600, local
470 for (i = 0; bauds[i]; i++)
471 if (baud == bauds[i])
473 if (bauds[i] == 0) {
731 static const char *const bauds[] = {"75", "150", "300", "600", "1200", local
746 baud = bauds[v & 0x000f];
/netbsd-6-1-5-RELEASE/usr.sbin/lpr/lpd/
H A Dprintjob.c1501 struct bauds { struct
1504 } bauds[] = { variable in typeref:struct:bauds
1547 struct bauds *bp;
1548 for (bp = bauds; bp->baud; bp++)

Completed in 63 milliseconds