TTY Control Block

TTY Control Block

There is a data structure (called a control block) for each TTY device of type struct tty. These are organized into an array called tty[]. Each array entry (a struct tty) contains everything that pertains to a TTY (and its driver). Included in this are the following:

1