Home
last modified time | relevance | path

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

/xnu-10002.61.3/bsd/sys/
H A Devent_private.h505 knote_get_seltype(struct knote *kn) in knote_get_seltype() function
/xnu-10002.61.3/bsd/kern/
H A Dtty.c3517 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()
/xnu-10002.61.3/bsd/miscfs/specfs/
H A Dspec_vnops.c3023 selret = VNOP_SELECT(vp, knote_get_seltype(kn), 0, cb, ctx); in filt_spec_common()