Home
last modified time | relevance | path

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

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