Home
last modified time | relevance | path

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

/xnu-8796.121.2/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.c279 tp->t_ispeed = tp->t_ospeed = TTYDEF_SPEED; in ptsopen()
H A Dtty.c1244 tp->t_ispeed = t->c_ispeed; in ttioctl_locked()
/xnu-8796.121.2/bsd/sys/
H A Dtty.h160 #define t_ispeed t_termios.c_ispeed macro
/xnu-8796.121.2/bsd/dev/i386/
H A Dkm.c117 tp->t_ispeed = tp->t_ospeed = TTYDEF_SPEED; in kmopen()
/xnu-8796.121.2/bsd/dev/arm/
H A Dkm.c94 tp->t_ispeed = tp->t_ospeed = TTYDEF_SPEED; in kmopen()