Home
last modified time | relevance | path

Searched defs:filterops (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/sys/
H A Devent.h279 struct filterops { struct
280 int f_isfd; /* true if ident == filedescriptor */
281 int (*f_attach)(struct knote *kn);
282 void (*f_detach)(struct knote *kn);
283 int (*f_event)(struct knote *kn, long hint);
284 void (*f_touch)(struct knote *kn, struct kevent *kev, u_long type);
285 int (*f_userdump)(struct proc *p, struct knote *kn,
287 int (*f_copy)(struct knote *kn, struct proc *p1);