Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/skywalk/channel/
H A Dchannel.c111 static int filt_chprocess(struct knote *, struct kevent_qos_s *, int);
680 filt_chprocess(struct knote *kn, struct kevent_qos_s *kev, int events) in filt_chprocess() function
753 return filt_chprocess(kn, kev, POLLIN); in filt_chrprocess()
760 return filt_chprocess(kn, kev, POLLOUT); in filt_chwprocess()