Home
last modified time | relevance | path

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

/xnu-10002.81.5/bsd/kern/
H A Dtty_compat.c238 if (ispeed != ttcompatspeedtab(tp->t_ispeed, compatspeeds)) { in ttsetcompat()
241 term->c_ispeed = tp->t_ispeed; in ttsetcompat()
425 if (tp->t_ispeed == 0) { in ttcompat()
428 sg->sg_ispeed = (char)ttcompatspeedtab(tp->t_ispeed, compatspeeds); in ttcompat()
H A Dtty_dev.c281 tp->t_ispeed = tp->t_ospeed = TTYDEF_SPEED; in ptsopen()
H A Dtty.c1348 tp->t_ispeed = t->c_ispeed; in ttioctl_locked()
/xnu-10002.81.5/bsd/sys/
H A Dtty.h161 #define t_ispeed t_termios.c_ispeed macro
/xnu-10002.81.5/bsd/dev/i386/
H A Dkm.c111 tp->t_ispeed = tp->t_ospeed = TTYDEF_SPEED; in kmopen()
/xnu-10002.81.5/bsd/dev/arm/
H A Dkm.c88 tp->t_ispeed = tp->t_ospeed = TTYDEF_SPEED; in kmopen()