Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Devent.h265 struct filterops { struct
266 int f_isfd; /* true if ident == filedescriptor */
267 int (*f_attach)(struct knote *kn);
268 void (*f_detach)(struct knote *kn);
269 int (*f_event)(struct knote *kn, long hint);
270 void (*f_touch)(struct knote *kn, struct kevent *kev, u_long type);