Home
last modified time | relevance | path

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

/netbsd/sys/sys/
H A Dtty.h121 kcondvar_t t_outcv; /* notifier */ member
/netbsd/sys/kern/
H A Dtty.c466 cv_broadcast(&tp->t_outcv); in ttycancel()
1719 error = ttysleep(tp, &tp->t_outcv, true, timo); in ttywait_timo()
1778 cv_broadcast(&tp->t_outcv); in ttyflush()
2407 error = ttysleep(tp, &tp->t_outcv, true, 0); in ttwrite()
2425 cv_broadcast(&tp->t_outcv); in ttypull()
2950 cv_init(&tp->t_outcv, "ttyout"); in tty_alloc()
2994 cv_destroy(&tp->t_outcv); in tty_free()
/netbsd/sys/dev/ir/
H A Dirframe_tty.c696 error = ttysleep(tp, &tp->t_outcv, true, 0); in irt_putc()