Home
last modified time | relevance | path

Searched refs:t_wsel (Results 1 – 4 of 4) sorted by relevance

/xnu-12377.41.6/bsd/kern/ !
H A Dtty_ptmx.c559 KNOTE_DETACH(&tp->t_wsel.si_note, kn); in ptsd_kqops_detach()
701 KNOTE_ATTACH(&tp->t_wsel.si_note, kn); in ptsd_kqfilter()
730 assert((tp->t_wsel.si_flags & SI_KNPOSTING) == 0); in ptsd_revoke_knotes()
731 knote(&tp->t_wsel.si_note, NOTE_REVOKE, true); in ptsd_revoke_knotes()
H A Dtty.c454 knote(&tp->t_wsel.si_note, NOTE_REVOKE, true); in ttyclose()
455 selthreadclear(&tp->t_wsel); in ttyclose()
1680 selrecord(p, &tp->t_wsel, wql); in ttyselect()
1691 selrecord(p, &tp->t_wsel, wql); in ttyselect()
2906 selwakeup(&tp->t_wsel); in ttwwakeup()
2907 ttwakeup_knote(&tp->t_wsel, 0); in ttwwakeup()
3277 klist_init(&tp->t_wsel.si_note); in ttymalloc()
3331 if (!(SLIST_EMPTY(&tp->t_rsel.si_note) && SLIST_EMPTY(&tp->t_wsel.si_note))) { in ttydeallocate()
3479 return __container_of(wq, struct tty, t_wsel.si_waitq); in tty_from_waitq()
3562 KNOTE_DETACH(&tp->t_wsel.si_note, kn); in filt_ttydetach()
H A Dtty_dev.c798 selrecord(p, &tp->t_wsel, wql);
/xnu-12377.41.6/bsd/sys/ !
H A Dtty.h132 struct selinfo t_wsel; /* Tty write select. */ member