Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dtty_compat.c48 struct speedtab { struct
56 static int ttcompatspeedtab(int speed, struct speedtab *table); argument
61 static struct speedtab compatspeeds[] = {
89 ttcompatspeedtab(int speed, struct speedtab *table) in ttcompatspeedtab()