Home
last modified time | relevance | path

Searched refs:k_copyin (Results 1 – 3 of 3) sorted by relevance

/f-stack/tools/compat/include/sys/
H A Devent.h251 int (*k_copyin)(void *arg, struct kevent *kevp, int count); member
/f-stack/freebsd/sys/
H A Devent.h318 int (*k_copyin)(void *arg, struct kevent *kevp, int count); member
/f-stack/freebsd/kern/
H A Dkern_event.c1024 .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()