Searched refs:ttcompatspeedtab (Results 1 – 1 of 1) sorted by relevance
91 static unsigned int ttcompatspeedtab(speed_t speed, struct speedtab *table);150 ttcompatspeedtab(speed_t speed, struct speedtab *table) in ttcompatspeedtab() function238 if (ispeed != ttcompatspeedtab(tp->t_ispeed, compatspeeds)) { in ttsetcompat()260 if (ospeed != ttcompatspeedtab(tp->t_ospeed, compatspeeds)) { in ttsetcompat()424 sg->sg_ospeed = (char)ttcompatspeedtab(tp->t_ospeed, compatspeeds); in ttcompat()428 sg->sg_ispeed = (char)ttcompatspeedtab(tp->t_ispeed, compatspeeds); in ttcompat()