Searched defs:filterops (Results 1 – 1 of 1) sorted by relevance
278 struct filterops { struct279 int f_isfd; /* true if ident == filedescriptor */280 int (*f_attach)(struct knote *kn);281 void (*f_detach)(struct knote *kn);282 int (*f_event)(struct knote *kn, long hint);283 void (*f_touch)(struct knote *kn, struct kevent *kev, u_long type);284 int (*f_userdump)(struct proc *p, struct knote *kn,