OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sabtty_baudtable
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/arch/sparc64/dev/
sab.c
207
struct sabtty_rate
sabtty_baudtable
[] = {
variable in typeref:struct:sabtty_rate[]
1187
len = sizeof(
sabtty_baudtable
)/sizeof(
sabtty_baudtable
[0]);
1189
if (rate ==
sabtty_baudtable
[i].baud) {
1190
r =
sabtty_baudtable
[i].n |
1191
(
sabtty_baudtable
[i].m << 6);
Completed in 13 milliseconds
Indexes created Sat Oct 18 23:09:54 GMT 2025