Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/kern/
H A Dtty_ptmx.c549 KNOTE_DETACH(&tp->t_rsel.si_note, kn); in ptsd_kqops_detach()
691 KNOTE_ATTACH(&tp->t_rsel.si_note, kn); in ptsd_kqfilter()
719 assert((tp->t_rsel.si_flags & SI_KNPOSTING) == 0); in ptsd_revoke_knotes()
720 knote(&tp->t_rsel.si_note, NOTE_REVOKE, true); in ptsd_revoke_knotes()
H A Dtty.c396 knote(&tp->t_rsel.si_note, NOTE_REVOKE, true); in ttyclose()
397 selthreadclear(&tp->t_rsel); in ttyclose()
1561 selrecord(p, &tp->t_rsel, wql); in ttyselect()
1578 selrecord(p, &tp->t_rsel, wql); in ttyselect()
2766 selwakeup(&tp->t_rsel); in ttwakeup()
2767 ttwakeup_knote(&tp->t_rsel, 0); in ttwakeup()
3166 klist_init(&tp->t_rsel.si_note); in ttymalloc()
3207 if (!(SLIST_EMPTY(&tp->t_rsel.si_note) && SLIST_EMPTY(&tp->t_wsel.si_note))) { in ttydeallocate()
3353 return __container_of(wq, struct tty, t_rsel.si_waitq); in tty_from_waitq()
3435 KNOTE_DETACH(&tp->t_rsel.si_note, kn); in filt_ttydetach()
H A Dtty_dev.c749 selrecord(p, &tp->t_rsel, wql);
/xnu-8796.121.2/bsd/sys/
H A Dtty.h131 struct selinfo t_rsel; /* Tty read/oob select. */ member