| 146 | int ttyoutq_write_nofrag(struct ttyoutq *to, const void *buf, size_t len); |
| 147 | |
| 148 | static __inline size_t |
| 149 | ttyoutq_getsize(struct ttyoutq *to) |
| 150 | { |
| 151 | return (to->to_nblocks * TTYOUTQ_DATASIZE); |
| 152 | } |
| 153 | |
| 154 | static __inline size_t |
| 155 | ttyoutq_getallocatedsize(struct ttyoutq *to) |