| FreeBSD kernel kern code
    | 

| Data Fields | |
| struct ttyoutq_block * | tob_next | 
| char | tob_data [TTYOUTQ_DATASIZE] | 
Definition at line 54 of file tty_outq.c.
| char ttyoutq_block::tob_data[TTYOUTQ_DATASIZE] | 
Definition at line 56 of file tty_outq.c.
Referenced by ttyoutq_read(), ttyoutq_read_uio(), and ttyoutq_write().
| struct ttyoutq_block* ttyoutq_block::tob_next | 
Definition at line 55 of file tty_outq.c.
Referenced by ttyoutq_write().