Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dtty_compat.c56 static int ttcompatspeedtab(int speed, struct speedtab *table);
89 ttcompatspeedtab(int speed, struct speedtab *table) in ttcompatspeedtab() function
110 else if (speed != ttcompatspeedtab(tp->t_termios.c_ispeed, in ttsetcompat()
117 else if (speed != ttcompatspeedtab(tp->t_termios.c_ospeed, in ttsetcompat()
206 sg->sg_ospeed = ttcompatspeedtab(tp->t_termios.c_ospeed, in tty_ioctl_compat()
211 sg->sg_ispeed = ttcompatspeedtab(tp->t_termios.c_ispeed, in tty_ioctl_compat()