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

/freebsd-10.2-release/sys/kern/
H A Dkern_event.c103 struct kevent_copyops *k_ops,
778 struct kevent_copyops k_ops = { uap, local
812 &k_ops, tsp);
864 struct kevent_copyops *k_ops, const struct timespec *timeout)
890 error = k_ops->k_copyin(k_ops->arg, keva, n);
904 (void) k_ops->k_copyout(k_ops->arg,
921 error = kqueue_scan(kq, nevents, k_ops, timeout, keva, td);
1385 kqueue_scan(struct kqueue *kq, int maxevents, struct kevent_copyops *k_ops, argument
863 kern_kevent(struct thread *td, int fd, int nchanges, int nevents, struct kevent_copyops *k_ops, const struct timespec *timeout) argument
[all...]
/freebsd-10.2-release/sys/sys/
H A Dsyscallsubr.h127 struct kevent_copyops *k_ops, const struct timespec *timeout);
/freebsd-10.2-release/sys/compat/freebsd32/
H A Dfreebsd32_misc.c774 struct kevent_copyops k_ops = { uap, local
790 &k_ops, tsp);

Completed in 115 milliseconds