| 398 | } |
| 399 | |
| 400 | rt_inline size_t ttydisc_read_poll(struct lwp_tty *tp) |
| 401 | { |
| 402 | tty_assert_locked(tp); |
| 403 | |
| 404 | return ttyinq_bytescanonicalized(&tp->t_inq); |
| 405 | } |
| 406 | |
| 407 | rt_inline size_t ttydisc_write_poll(struct lwp_tty *tp) |
| 408 | { |
no test coverage detected