Home
last modified time | relevance | path

Searched refs:t_outpoll (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/kern/
H A Dtty.c260 knlist_clear(&tp->t_outpoll.si_note, 1); in ttydev_leave()
676 selrecord(td, &tp->t_outpoll); in ttydev_poll()
735 knlist_remove(&tp->t_outpoll.si_note, kn, 0); in tty_kqops_write_detach()
785 knlist_add(&tp->t_outpoll.si_note, kn, 1); in ttydev_kqfilter()
1103 knlist_init_mtx(&tp->t_outpoll.si_note, tp->t_mtx); in tty_alloc_mutex()
1123 seldrain(&tp->t_outpoll); in tty_dealloc()
1125 knlist_destroy(&tp->t_outpoll.si_note); in tty_dealloc()
1537 selwakeup(&tp->t_outpoll); in tty_wakeup()
1538 KNOTE_LOCKED(&tp->t_outpoll.si_note, 0); in tty_wakeup()
/f-stack/freebsd/sys/
H A Dtty.h109 struct selinfo t_outpoll; /* (t) Output poll queue. */ member