Searched refs:kevent_copyout (Results 1 – 1 of 1) sorted by relevance
106 static int kevent_copyout(void *arg, struct kevent *kevp, int count);1138 .k_copyout = kevent_copyout, in sys_kevent()1194 kevent_copyout(void *arg, struct kevent *kevp, int count) in kevent_copyout() function