Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/sys/
H A Devent.h196 struct filterops { struct
197 int f_isfd; /* true if ident == filedescriptor */
198 int (*f_attach)(struct knote *kn);
199 void (*f_detach)(struct knote *kn);
200 int (*f_event)(struct knote *kn, long hint);
201 void (*f_touch)(struct knote *kn, struct kevent *kev, u_long type);
/f-stack/freebsd/sys/
H A Devent.h262 struct filterops { struct
263 int f_isfd; /* true if ident == filedescriptor */
264 int (*f_attach)(struct knote *kn);
265 void (*f_detach)(struct knote *kn);
266 int (*f_event)(struct knote *kn, long hint);
267 void (*f_touch)(struct knote *kn, struct kevent *kev, u_long type);