| 2009 | } |
| 2010 | |
| 2011 | int |
| 2012 | tty_checkoutq(struct tty *tp) |
| 2013 | { |
| 2014 | |
| 2015 | /* 256 bytes should be enough to print a log message. */ |
| 2016 | return (ttyoutq_bytesleft(&tp->t_outq) >= 256); |
| 2017 | } |
| 2018 | |
| 2019 | void |
| 2020 | tty_hiwat_in_block(struct tty *tp) |
no test coverage detected