| 375 | } |
| 376 | |
| 377 | rt_inline void ttydevsw_pktnotify(struct lwp_tty *tp, char event) |
| 378 | { |
| 379 | tty_assert_locked(tp); |
| 380 | MPASS(!tty_gone(tp)); |
| 381 | |
| 382 | tp->t_devsw->tsw_pktnotify(tp, event); |
| 383 | } |
| 384 | |
| 385 | rt_inline void ttydevsw_free(struct lwp_tty *tp) |
| 386 | { |
no outgoing calls
no test coverage detected