Home
last modified time | relevance | path

Searched refs:knote_get_seltype (Results 1 – 3 of 3) sorted by relevance

/xnu-8796.121.2/bsd/sys/
H A Devent.h825 knote_get_seltype(struct knote *kn) in knote_get_seltype() function
/xnu-8796.121.2/bsd/kern/
H A Dtty.c3399 tp = tty_from_waitq(&si->si_waitq, knote_get_seltype(kn)); in filt_ttyattach()
3410 selres = VNOP_SELECT(vp, knote_get_seltype(kn) | FMARK, 0, block, ctx); in filt_ttyattach()
/xnu-8796.121.2/bsd/miscfs/specfs/
H A Dspec_vnops.c2957 selret = VNOP_SELECT(vp, knote_get_seltype(kn), 0, cb, ctx); in filt_spec_common()