Searched refs:k_copyin (Results 1 – 3 of 3) sorted by relevance
251 int (*k_copyin)(void *arg, struct kevent *kevp, int count); member
318 int (*k_copyin)(void *arg, struct kevent *kevp, int count); member
1024 .k_copyin = kevent_copyin, in sys_kevent()1174 .k_copyin = kevent11_copyin, in freebsd11_kevent()1224 error = k_ops->k_copyin(k_ops->arg, keva, n); in kqueue_kevent()