Home
last modified time | relevance | path

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

/xnu-10002.41.9/bsd/kern/
H A Dtty_compat.c91 static unsigned int ttcompatspeedtab(speed_t speed, struct speedtab *table);
150 ttcompatspeedtab(speed_t speed, struct speedtab *table) in ttcompatspeedtab() function
238 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()