Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/skywalk/channel/
H A Dchannel_var.h946 extern int ch_kqfilter(struct kern_channel *, struct knote *,
H A Dchannel_syscalls.c119 return ch_kqfilter(ch, kn, kev); in chop_kqfilter()
H A Dchannel.c1045 ch_kqfilter(struct kern_channel *ch, struct knote *kn, in ch_kqfilter() function