Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dtty.c394 knlist_delete(&tp->t_inpoll.si_note, td, 1); in ttydev_close()
673 selrecord(td, &tp->t_inpoll); in ttydev_poll()
710 knlist_remove(&tp->t_inpoll.si_note, kn, 0); in tty_kqops_read_detach()
781 knlist_add(&tp->t_inpoll.si_note, kn, 1); in ttydev_kqfilter()
1103 knlist_init_mtx(&tp->t_inpoll.si_note, tp->t_mtx); in tty_alloc_mutex()
1123 seldrain(&tp->t_inpoll); in tty_dealloc()
1125 knlist_clear(&tp->t_inpoll.si_note, 0); in tty_dealloc()
1127 knlist_destroy(&tp->t_inpoll.si_note); in tty_dealloc()
1568 selwakeup(&tp->t_inpoll); in tty_wakeup()
1569 KNOTE_LOCKED(&tp->t_inpoll.si_note, 0); in tty_wakeup()
/freebsd/sys/sys/
H A Dtty.h106 struct selinfo t_inpoll; /* (t) Input poll queue. */ member