Searched defs:filterops (Results 1 – 2 of 2) sorted by relevance
196 struct filterops { struct197 int f_isfd; /* true if ident == filedescriptor */198 int (*f_attach)(struct knote *kn);199 void (*f_detach)(struct knote *kn);200 int (*f_event)(struct knote *kn, long hint);201 void (*f_touch)(struct knote *kn, struct kevent *kev, u_long type);
262 struct filterops { struct263 int f_isfd; /* true if ident == filedescriptor */264 int (*f_attach)(struct knote *kn);265 void (*f_detach)(struct knote *kn);266 int (*f_event)(struct knote *kn, long hint);267 void (*f_touch)(struct knote *kn, struct kevent *kev, u_long type);