| 152 | } |
| 153 | |
| 154 | static __inline int |
| 155 | ttydevsw_param(struct tty *tp, struct termios *t) |
| 156 | { |
| 157 | |
| 158 | MPASS(!tty_gone(tp)); |
| 159 | |
| 160 | return (tp->t_devsw->tsw_param(tp, t)); |
| 161 | } |
| 162 | |
| 163 | static __inline int |
| 164 | ttydevsw_modem(struct tty *tp, int sigon, int sigoff) |
no outgoing calls
no test coverage detected