Searched refs:t_outpoll (Results 1 – 2 of 2) sorted by relevance
| /freebsd/sys/kern/ |
| H A D | tty.c | 395 knlist_delete(&tp->t_outpoll.si_note, td, 1); in ttydev_close() 675 selrecord(td, &tp->t_outpoll); in ttydev_poll() 734 knlist_remove(&tp->t_outpoll.si_note, kn, 0); in tty_kqops_write_detach() 786 knlist_add(&tp->t_outpoll.si_note, kn, 1); in ttydev_kqfilter() 1104 knlist_init_mtx(&tp->t_outpoll.si_note, tp->t_mtx); in tty_alloc_mutex() 1124 seldrain(&tp->t_outpoll); in tty_dealloc() 1126 knlist_clear(&tp->t_outpoll.si_note, 0); in tty_dealloc() 1128 knlist_destroy(&tp->t_outpoll.si_note); in tty_dealloc() 1563 selwakeup(&tp->t_outpoll); in tty_wakeup() 1564 KNOTE_LOCKED(&tp->t_outpoll.si_note, 0); in tty_wakeup()
|
| /freebsd/sys/sys/ |
| H A D | tty.h | 107 struct selinfo t_outpoll; /* (t) Output poll queue. */ member
|