Home
last modified time | relevance | path

Searched refs:t_wsel (Results 1 – 5 of 5) sorted by relevance

/openbsd/sys/sys/
H A Dtty.h118 struct selinfo t_wsel; /* Tty write select. */ member
/openbsd/sys/kern/
H A Dtty.c1091 klist = &tp->t_wsel.si_note; in ttkqfilter()
1158 klist_remove_locked(&tp->t_wsel.si_note, kn); in filt_ttywdetach()
1299 selwakeup(&tp->t_wsel); in ttyflush()
2071 selwakeup(&tp->t_wsel); in ttwakeupwr()
2395 klist_invalidate(&tp->t_wsel.si_note); in ttyfree()
/openbsd/sys/arch/sparc64/dev/
H A Dpcons.c334 selwakeup(&tp->t_wsel); in pconsstart()
/openbsd/sys/dev/fdt/
H A Dmvuart.c323 selwakeup(&tp->t_wsel); in mvuart_start()
H A Dimxuart.c363 selwakeup(&tp->t_wsel); in imxuart_start()