Home
last modified time | relevance | path

Searched defs:kevp (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/sys/kern/
H A Dsys_generic.c898 select_copyin(void *arg, struct kevent *kevp, int maxevents, int *events) in select_copyin()
990 select_copyout(void *arg, struct kevent *kevp, int count, int *res) in select_copyout()
1324 poll_copyin(void *arg, struct kevent *kevp, int maxevents, int *events) in poll_copyin()
1430 poll_copyout(void *arg, struct kevent *kevp, int count, int *res) in poll_copyout()
1671 socket_wait_copyin(void *arg, struct kevent *kevp, int maxevents, int *events) in socket_wait_copyin()
1677 socket_wait_copyout(void *arg, struct kevent *kevp, int count, int *res) in socket_wait_copyout()
H A Dkern_event.c751 kevent_copyout(void *arg, struct kevent *kevp, int count, int *res) in kevent_copyout()
774 kevent_copyin(void *arg, struct kevent *kevp, int max, int *events) in kevent_copyin()
800 struct kevent *kevp; in kern_kevent() local
1479 kqueue_scan(struct kqueue *kq, struct kevent *kevp, int count, in kqueue_scan()