FreeBSD kernel kern code
ttyoutq_block Struct Reference
Collaboration diagram for ttyoutq_block:

Data Fields

struct ttyoutq_blocktob_next
 
char tob_data [TTYOUTQ_DATASIZE]
 

Detailed Description

Definition at line 56 of file tty_outq.c.

Field Documentation

◆ tob_data

char ttyoutq_block::tob_data[TTYOUTQ_DATASIZE]

Definition at line 58 of file tty_outq.c.

Referenced by ttyoutq_read(), ttyoutq_read_uio(), and ttyoutq_write().

◆ tob_next

struct ttyoutq_block* ttyoutq_block::tob_next

Definition at line 57 of file tty_outq.c.

Referenced by ttyoutq_write().


The documentation for this struct was generated from the following file: