Home
last modified time | relevance | path

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

/dragonfly/sys/sys/
H A Dtty.h99 void (*t_unhold) (struct tty *); /* callback to pty after unhold */ member
/dragonfly/sys/kern/
H A Dtty_pty.c654 tp->t_unhold = ptsunhold; in ptcopen()
H A Dtty.c1583 if (tp->t_unhold) in ttyunhold()
1584 tp->t_unhold(tp); in ttyunhold()