Searched refs:t_wsel (Results 1 – 4 of 4) sorted by relevance
| /xnu-10063.141.1/bsd/kern/ |
| H A D | tty_ptmx.c | 555 KNOTE_DETACH(&tp->t_wsel.si_note, kn); in ptsd_kqops_detach() 697 KNOTE_ATTACH(&tp->t_wsel.si_note, kn); in ptsd_kqfilter() 726 assert((tp->t_wsel.si_flags & SI_KNPOSTING) == 0); in ptsd_revoke_knotes() 727 knote(&tp->t_wsel.si_note, NOTE_REVOKE, true); in ptsd_revoke_knotes()
|
| H A D | tty.c | 454 knote(&tp->t_wsel.si_note, NOTE_REVOKE, true); in ttyclose() 455 selthreadclear(&tp->t_wsel); in ttyclose() 1676 selrecord(p, &tp->t_wsel, wql); in ttyselect() 1687 selrecord(p, &tp->t_wsel, wql); in ttyselect() 2902 selwakeup(&tp->t_wsel); in ttwwakeup() 2903 ttwakeup_knote(&tp->t_wsel, 0); in ttwwakeup() 3273 klist_init(&tp->t_wsel.si_note); in ttymalloc() 3327 if (!(SLIST_EMPTY(&tp->t_rsel.si_note) && SLIST_EMPTY(&tp->t_wsel.si_note))) { in ttydeallocate() 3475 return __container_of(wq, struct tty, t_wsel.si_waitq); in tty_from_waitq() 3558 KNOTE_DETACH(&tp->t_wsel.si_note, kn); in filt_ttydetach()
|
| H A D | tty_dev.c | 793 selrecord(p, &tp->t_wsel, wql);
|
| /xnu-10063.141.1/bsd/sys/ |
| H A D | tty.h | 132 struct selinfo t_wsel; /* Tty write select. */ member
|