Searched refs:ttyoutq_block (Results 1 – 2 of 2) sorted by relevance
56 struct ttyoutq_block struct58 struct ttyoutq_block *tob_next; argument104 struct ttyoutq_block *tob; in ttyoutq_setsize()137 struct ttyoutq_block *tob; in ttyoutq_free()157 struct ttyoutq_block *tob; in ttyoutq_read()221 struct ttyoutq_block *tob; in ttyoutq_read_uio()297 struct ttyoutq_block *tob; in ttyoutq_write()362 ttyoutq_zone = uma_zcreate("ttyoutq", sizeof(struct ttyoutq_block), NULL, in ttyoutq_startup()
53 struct ttyoutq_block;75 struct ttyoutq_block *to_firstblock;76 struct ttyoutq_block *to_lastblock;82 #define TTYOUTQ_DATASIZE (256 - sizeof(struct ttyoutq_block *))
Completed in 6 milliseconds