Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/skywalk/channel/
H A Dchannel_var.h843 extern int ch_kqfilter(struct kern_channel *, struct knote *,
H A Dchannel_syscalls.c131 return ch_kqfilter(ch, kn, kev); in chop_kqfilter()
H A Dchannel.c1060 ch_kqfilter(struct kern_channel *ch, struct knote *kn, in ch_kqfilter() function