Searched defs:kevent_copyops (Results 1 – 1 of 1) sorted by relevance
323 struct kevent_copyops { struct324 void *arg;325 int (*k_copyout)(void *arg, struct kevent *kevp, int count);326 int (*k_copyin)(void *arg, struct kevent *kevp, int count);327 size_t kevent_size;