Lines Matching refs:si_note
389 SLIST_FOREACH(kn, &tp->t_wsel.si_note, kn_selnext) { in ttyclose()
390 KNOTE_DETACH(&tp->t_wsel.si_note, kn); in ttyclose()
393 SLIST_FOREACH(kn, &tp->t_rsel.si_note, kn_selnext) { in ttyclose()
394 KNOTE_DETACH(&tp->t_rsel.si_note, kn); in ttyclose()
2749 KNOTE(&sip->si_note, hint); in ttwakeup_knote()
3173 klist_init(&tp->t_rsel.si_note); in ttymalloc()
3174 klist_init(&tp->t_wsel.si_note); in ttymalloc()
3214 if (!(SLIST_EMPTY(&tp->t_rsel.si_note) && SLIST_EMPTY(&tp->t_wsel.si_note))) { in ttydeallocate()
3412 KNOTE_ATTACH(&si->si_note, kn); in filt_ttyattach()
3441 KNOTE_DETACH(&tp->t_rsel.si_note, kn); in filt_ttydetach()
3444 KNOTE_DETACH(&tp->t_wsel.si_note, kn); in filt_ttydetach()