Searched defs:kevent_copyops (Results 1 – 2 of 2) sorted by relevance
248 struct kevent_copyops { struct249 void *arg;250 int (*k_copyout)(void *arg, struct kevent *kevp, int count);251 int (*k_copyin)(void *arg, struct kevent *kevp, int count);
315 struct kevent_copyops { struct316 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;