Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dtty_compat.c110 else if (speed != ttcompatspeedtab(tp->t_termios.c_ispeed, in ttsetcompat()
112 term->c_ispeed = compatspcodes[speed]; in ttsetcompat()
114 term->c_ispeed = tp->t_termios.c_ispeed; in ttsetcompat()
208 if (tp->t_termios.c_ispeed == 0) in tty_ioctl_compat()
211 sg->sg_ispeed = ttcompatspeedtab(tp->t_termios.c_ispeed, in tty_ioctl_compat()
H A Dtty.c635 if (lock->c_ispeed) in ttydev_ioctl()
636 new->c_ispeed = old->c_ispeed; in ttydev_ioctl()
911 t->c_ispeed = TTYDEF_SPEED; in tty_init_termios()
990 if (t->c_ispeed < B50) in ttydevsw_defparam()
991 t->c_ispeed = B50; in ttydevsw_defparam()
992 else if (t->c_ispeed > B115200) in ttydevsw_defparam()
993 t->c_ispeed = B115200; in ttydevsw_defparam()
1712 if (t->c_ispeed == 0) in tty_generic_ioctl()
1713 t->c_ispeed = t->c_ospeed; in tty_generic_ioctl()
1737 tp->t_termios.c_ispeed != t->c_ispeed || in tty_generic_ioctl()
[all …]
/f-stack/freebsd/sys/
H A D_termios.h226 speed_t c_ispeed; /* input speed */ member