Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dtty_compat.c52 static int ttcompatspeedtab(int speed, struct speedtab *table);
85 ttcompatspeedtab(int speed, struct speedtab *table) in ttcompatspeedtab() function
106 else if (speed != ttcompatspeedtab(tp->t_termios.c_ispeed, in ttsetcompat()
113 else if (speed != ttcompatspeedtab(tp->t_termios.c_ospeed, in ttsetcompat()
202 sg->sg_ospeed = ttcompatspeedtab(tp->t_termios.c_ospeed, in tty_ioctl_compat()
207 sg->sg_ispeed = ttcompatspeedtab(tp->t_termios.c_ispeed, in tty_ioctl_compat()