Searched refs:t_rsel (Results 1 - 3 of 3) sorted by relevance

/xnu-2422.115.4/bsd/sys/
H A Dtty.h130 struct selinfo t_rsel; /* Tty read/oob select. */ member in struct:tty
/xnu-2422.115.4/bsd/kern/
H A Dtty_ptmx.c1074 selrecord(p, &tp->t_rsel, wql);
1577 KNOTE_DETACH(&tp->t_rsel.si_note, kn);
1671 KNOTE_ATTACH(&tp->t_rsel.si_note, kn);
1707 list = &tp->t_rsel.si_note;
1726 list = &tp->t_rsel.si_note;
H A Dtty.c468 selthreadclear(&tp->t_rsel);
1530 selrecord(p, &tp->t_rsel, wql);
2659 selwakeup(&tp->t_rsel);
2660 KNOTE(&tp->t_rsel.si_note, 1);
3050 klist_init(&tp->t_rsel.si_note);
3098 if (!(SLIST_EMPTY(&tp->t_rsel.si_note) && SLIST_EMPTY(&tp->t_wsel.si_note))) {

Completed in 18 milliseconds