Searched refs:k_ops (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/sys/kern/
H A Dkern_event.c103 struct kevent_copyops *k_ops,
743 struct kevent_copyops k_ops = { uap, local
777 &k_ops, tsp);
829 struct kevent_copyops *k_ops, const struct timespec *timeout)
855 error = k_ops->k_copyin(k_ops->arg, keva, n);
869 (void) k_ops->k_copyout(k_ops->arg,
886 error = kqueue_scan(kq, nevents, k_ops, timeout, keva, td);
1350 kqueue_scan(struct kqueue *kq, int maxevents, struct kevent_copyops *k_ops, argument
828 kern_kevent(struct thread *td, int fd, int nchanges, int nevents, struct kevent_copyops *k_ops, const struct timespec *timeout) argument
[all...]
/freebsd-10.0-release/sys/sys/
H A Dsyscallsubr.h125 struct kevent_copyops *k_ops, const struct timespec *timeout);
/freebsd-10.0-release/sys/compat/freebsd32/
H A Dfreebsd32_misc.c764 struct kevent_copyops k_ops = { uap, local
780 &k_ops, tsp);

Completed in 206 milliseconds