Home
last modified time | relevance | path

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

/xnu-10002.41.9/bsd/kern/
H A Dtty_compat.c234 unsigned int ispeed = (unsigned int)sg->sg_ispeed; in ttsetcompat() local
235 if (ispeed > MAX_SPEED) { in ttsetcompat()
238 if (ispeed != ttcompatspeedtab(tp->t_ispeed, compatspeeds)) { in ttsetcompat()
239 term->c_ispeed = compatspcodes[ispeed]; in ttsetcompat()