Searched refs:t_rsel (Results 1 – 4 of 4) sorted by relevance
| /xnu-12377.41.6/bsd/kern/ |
| H A D | tty_ptmx.c | 556 KNOTE_DETACH(&tp->t_rsel.si_note, kn); in ptsd_kqops_detach() 698 KNOTE_ATTACH(&tp->t_rsel.si_note, kn); in ptsd_kqfilter() 726 assert((tp->t_rsel.si_flags & SI_KNPOSTING) == 0); in ptsd_revoke_knotes() 727 knote(&tp->t_rsel.si_note, NOTE_REVOKE, true); in ptsd_revoke_knotes()
|
| H A D | tty.c | 456 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 D | tty_dev.c | 784 selrecord(p, &tp->t_rsel, wql);
|
| /xnu-12377.41.6/bsd/sys/ |
| H A D | tty.h | 131 struct selinfo t_rsel; /* Tty read/oob select. */ member
|