tty_wait
error = tty_wait(tp, &tp->t_dcdwait);
error = tty_wait(tp, &tp->t_dcdwait);
error = tty_wait(tp, &tp->t_bgwait);
error = tty_wait(tp, &tp->t_outserwait);
error = tty_wait(tp, &tp->t_inwait);
error = tty_wait(tp, &tp->t_inwait);
error = tty_wait(tp, &tp->t_inwait);
error = tty_wait(tp, &tp->t_outwait);
int tty_wait(struct tty *tp, struct cv *cv);