Searched defs:filterops (Results 1 – 1 of 1) sorted by relevance
268 struct filterops { struct269 int f_isfd; /* true if ident == filedescriptor */270 int (*f_attach)(struct knote *kn);271 void (*f_detach)(struct knote *kn);272 int (*f_event)(struct knote *kn, long hint);273 void (*f_touch)(struct knote *kn, struct kevent *kev, u_long type);274 int (*f_userdump)(struct proc *p, struct knote *kn,