Home
last modified time | relevance | path

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

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