Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/sys/
H A Devent_private.h523 knote_get_seltype(struct knote *kn) in knote_get_seltype() function
/xnu-11215.81.4/bsd/kern/
H A Dtty.c3523 tp = tty_from_waitq(&si->si_waitq, knote_get_seltype(kn)); in filt_ttyattach()
3534 selres = VNOP_SELECT(vp, knote_get_seltype(kn) | FMARK, 0, block, ctx); in filt_ttyattach()
/xnu-11215.81.4/bsd/miscfs/specfs/
H A Dspec_vnops.c3040 selret = VNOP_SELECT(vp, knote_get_seltype(kn), 0, cb, ctx); in filt_spec_common()