Searched refs:t_outserwait (Results 1 – 2 of 2) sorted by relevance
103 struct cv t_outserwait; /* (t) Serial output wait queue. */ member
546 error = tty_wait(tp, &tp->t_outserwait); in ttydev_write()554 cv_signal(&tp->t_outserwait); in ttydev_write()1090 cv_init(&tp->t_outserwait, "ttyosr"); in tty_alloc_mutex()1131 cv_destroy(&tp->t_outserwait); in tty_dealloc()