Searched refs:t_wsel (Results 1 – 4 of 4) sorted by relevance
| /xnu-8796.121.2/bsd/kern/ |
| H A D | tty_ptmx.c | 552 KNOTE_DETACH(&tp->t_wsel.si_note, kn); in ptsd_kqops_detach() 694 KNOTE_ATTACH(&tp->t_wsel.si_note, kn); in ptsd_kqfilter() 723 assert((tp->t_wsel.si_flags & SI_KNPOSTING) == 0); in ptsd_revoke_knotes() 724 knote(&tp->t_wsel.si_note, NOTE_REVOKE, true); in ptsd_revoke_knotes()
|
| H A D | tty.c | 394 knote(&tp->t_wsel.si_note, NOTE_REVOKE, true); in ttyclose() 395 selthreadclear(&tp->t_wsel); in ttyclose() 1570 selrecord(p, &tp->t_wsel, wql); in ttyselect() 1581 selrecord(p, &tp->t_wsel, wql); in ttyselect() 2796 selwakeup(&tp->t_wsel); in ttwwakeup() 2797 ttwakeup_knote(&tp->t_wsel, 0); in ttwwakeup() 3167 klist_init(&tp->t_wsel.si_note); in ttymalloc() 3207 if (!(SLIST_EMPTY(&tp->t_rsel.si_note) && SLIST_EMPTY(&tp->t_wsel.si_note))) { in ttydeallocate() 3355 return __container_of(wq, struct tty, t_wsel.si_waitq); in tty_from_waitq() 3438 KNOTE_DETACH(&tp->t_wsel.si_note, kn); in filt_ttydetach()
|
| H A D | tty_dev.c | 763 selrecord(p, &tp->t_wsel, wql);
|
| /xnu-8796.121.2/bsd/sys/ |
| H A D | tty.h | 132 struct selinfo t_wsel; /* Tty write select. */ member
|