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()
3169 klist_init(&tp->t_rsel.si_note); in ttymalloc()
3170 klist_init(&tp->t_wsel.si_note); in ttymalloc()
3210 if (!(SLIST_EMPTY(&tp->t_rsel.si_note) && SLIST_EMPTY(&tp->t_wsel.si_note))) { in ttydeallocate()
3407 KNOTE_ATTACH(&si->si_note, kn); in filt_ttyattach()
3436 KNOTE_DETACH(&tp->t_rsel.si_note, kn); in filt_ttydetach()
3439 KNOTE_DETACH(&tp->t_wsel.si_note, kn); in filt_ttydetach()