Home
last modified time | relevance | path

Searched refs:t_outcv (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/sys/
H A Dtty.h121 kcondvar_t t_outcv; /* notifier */ member
/netbsd-src/sys/kern/
H A Dtty.c462 cv_broadcast(&tp->t_outcv); in ttycancel()
1715 error = ttysleep(tp, &tp->t_outcv, true, timo); in ttywait_timo()
1774 cv_broadcast(&tp->t_outcv); in ttyflush()
2403 error = ttysleep(tp, &tp->t_outcv, true, 0); in ttwrite()
2421 cv_broadcast(&tp->t_outcv); in ttypull()
2946 cv_init(&tp->t_outcv, "ttyout"); in tty_alloc()
2990 cv_destroy(&tp->t_outcv); in tty_free()
/netbsd-src/sys/dev/ir/
H A Dirframe_tty.c696 error = ttysleep(tp, &tp->t_outcv, true, 0); in irt_putc()