tty_entry
struct tty_entry *tp;
SLIST_ENTRY(tty_entry) next;
static SLIST_HEAD(, tty_entry) Ttys = SLIST_HEAD_INITIALIZER(Ttys);