Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Devent.h318 struct kevent_copyops { struct
319 void *arg;
320 int (*k_copyout)(void *arg, struct kevent *kevp, int count);
321 int (*k_copyin)(void *arg, struct kevent *kevp, int count);
322 size_t kevent_size;