Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/sys/
H A Devent.h248 struct kevent_copyops { struct
249 void *arg;
250 int (*k_copyout)(void *arg, struct kevent *kevp, int count);
251 int (*k_copyin)(void *arg, struct kevent *kevp, int count);
/f-stack/freebsd/sys/
H A Devent.h315 struct kevent_copyops { struct
316 void *arg;
317 int (*k_copyout)(void *arg, struct kevent *kevp, int count);
318 int (*k_copyin)(void *arg, struct kevent *kevp, int count);
319 size_t kevent_size;