Searched refs:knote_get_seltype (Results 1 – 3 of 3) sorted by relevance
505 knote_get_seltype(struct knote *kn) in knote_get_seltype() function
3517 tp = tty_from_waitq(&si->si_waitq, knote_get_seltype(kn)); in filt_ttyattach()3528 selres = VNOP_SELECT(vp, knote_get_seltype(kn) | FMARK, 0, block, ctx); in filt_ttyattach()
3023 selret = VNOP_SELECT(vp, knote_get_seltype(kn), 0, cb, ctx); in filt_spec_common()