Home
last modified time | relevance | path

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

/xnu-10002.1.13/bsd/skywalk/channel/
H A Dchannel.c104 static int filt_chrw(struct knote *, long, int);
544 filt_chrw(struct knote *kn, long hint, int events) in filt_chrw() function
572 return filt_chrw(kn, hint, POLLIN); in filt_chread()
583 return filt_chrw(kn, hint, POLLOUT); in filt_chwrite()