Home
last modified time | relevance | path

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

/xnu-11417.121.6/bsd/kern/
H A Dtty_ptmx.c552 KNOTE_DETACH(&tp->t_rsel.si_note, kn); in ptsd_kqops_detach()
694 KNOTE_ATTACH(&tp->t_rsel.si_note, kn); in ptsd_kqfilter()
722 assert((tp->t_rsel.si_flags & SI_KNPOSTING) == 0); in ptsd_revoke_knotes()
723 knote(&tp->t_rsel.si_note, NOTE_REVOKE, true); in ptsd_revoke_knotes()
H A Dtty.c456 knote(&tp->t_rsel.si_note, NOTE_REVOKE, true); in ttyclose()
457 selthreadclear(&tp->t_rsel); in ttyclose()
1671 selrecord(p, &tp->t_rsel, wql); in ttyselect()
1688 selrecord(p, &tp->t_rsel, wql); in ttyselect()
2876 selwakeup(&tp->t_rsel); in ttwakeup()
2877 ttwakeup_knote(&tp->t_rsel, 0); in ttwakeup()
3276 klist_init(&tp->t_rsel.si_note); in ttymalloc()
3331 if (!(SLIST_EMPTY(&tp->t_rsel.si_note) && SLIST_EMPTY(&tp->t_wsel.si_note))) { in ttydeallocate()
3477 return __container_of(wq, struct tty, t_rsel.si_waitq); in tty_from_waitq()
3559 KNOTE_DETACH(&tp->t_rsel.si_note, kn); in filt_ttydetach()
H A Dtty_dev.c779 selrecord(p, &tp->t_rsel, wql);
/xnu-11417.121.6/bsd/sys/
H A Dtty.h131 struct selinfo t_rsel; /* Tty read/oob select. */ member