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

/xnu-2782.1.97/bsd/kern/
H A Dtty_compat.c91 static int ttcompatspeedtab(int speed, struct speedtab *table);
128 * ttcompatspeedtab
150 ttcompatspeedtab(int speed, struct speedtab *table) function
232 else if (speed != ttcompatspeedtab(tp->t_ispeed, compatspeeds))
238 else if (speed != ttcompatspeedtab(tp->t_ospeed, compatspeeds))
393 sg->sg_ospeed = ttcompatspeedtab(tp->t_ospeed, compatspeeds);
397 sg->sg_ispeed = ttcompatspeedtab(tp->t_ispeed, compatspeeds);

Completed in 24 milliseconds