Searched defs:baudtable (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/lp/filter/postscript/postio/
H A Dpostio.c156 static Baud baudtable[] = BAUDTABLE; /* converts strings to termio values */ variable
407 * termio value. *rate is looked up in baudtable[] and if it's found, the
414 int i; /* for looking through baudtable[] */
416 for (i = 0; baudtable[i].rate != NULL; i++)
417 if (strcmp(rate, baudtable[i].rate) == 0)
418 return (baudtable[i].val);
/illumos-gate/usr/src/uts/sun4/io/
H A Dsu_driver.c175 int baudtable[] = { variable
1351 /* Limit baudrate so it can't index out of baudtable */
1361 (baudtable[baudrate] > asy->asy_speed_cap)) {
2458 drv_usecwait(2 * MICROSEC / baudtable[rate]);
2645 baudtable[rate]));

Completed in 67 milliseconds