Searched refs:t_outserwait (Results 1 – 3 of 3) sorted by relevance
386 cv_init(&tp->t_outserwait, "ttyosr"); in lwp_tty_create_ext()440 cv_destroy(&tp->t_outserwait); in lwp_tty_delete()
151 struct rt_condvar t_outserwait; /* (t) Serial output wait queue. */ member
546 error = tty_wait(tp, &tp->t_outserwait); in ttydev_write()560 cv_signal(&tp->t_outserwait); in ttydev_write()
Completed in 7 milliseconds