Home
last modified time | relevance | path

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

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