| 353 | } |
| 354 | |
| 355 | rt_inline int ttydevsw_param(struct lwp_tty *tp, struct termios *t) |
| 356 | { |
| 357 | MPASS(!tty_gone(tp)); |
| 358 | |
| 359 | return (tp->t_devsw->tsw_param(tp, t)); |
| 360 | } |
| 361 | |
| 362 | rt_inline int ttydevsw_modem(struct lwp_tty *tp, int sigon, int sigoff) |
| 363 | { |
no outgoing calls
no test coverage detected