Home
last modified time | relevance | path

Searched refs:baudtable (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/lp/filter/postscript/postio/
H A Dpostio.c154 static Baud baudtable[] = BAUDTABLE; /* converts strings to termio values */ variable
414 for (i = 0; baudtable[i].rate != NULL; i++) in getbaud()
415 if (strcmp(rate, baudtable[i].rate) == 0) in getbaud()
416 return (baudtable[i].val); in getbaud()
/illumos-gate/usr/src/uts/sun4/io/
H A Dsu_driver.c177 int baudtable[] = { variable
1361 (baudtable[baudrate] > asy->asy_speed_cap)) { in asy_program()
2458 drv_usecwait(2 * MICROSEC / baudtable[rate]); in async_restart()
2645 baudtable[rate])); in async_nstart()