| 161 | } |
| 162 | |
| 163 | static __inline int |
| 164 | ttydevsw_modem(struct tty *tp, int sigon, int sigoff) |
| 165 | { |
| 166 | |
| 167 | MPASS(!tty_gone(tp)); |
| 168 | |
| 169 | return (tp->t_devsw->tsw_modem(tp, sigon, sigoff)); |
| 170 | } |
| 171 | |
| 172 | static __inline int |
| 173 | ttydevsw_mmap(struct tty *tp, vm_ooffset_t offset, vm_paddr_t *paddr, |
no outgoing calls
no test coverage detected