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

/freebsd-11-stable/sys/kern/
H A Dkern_event.c108 struct kevent_copyops *k_ops,
973 struct kevent_copyops k_ops = { local
998 &k_ops, tsp);
1047 struct kevent_copyops *k_ops, const struct timespec *timeout)
1062 error = kern_kevent_fp(td, fp, nchanges, nevents, k_ops, timeout);
1070 struct kevent_copyops *k_ops, const struct timespec *timeout)
1079 error = k_ops->k_copyin(k_ops->arg, keva, n);
1094 (void)k_ops->k_copyout(k_ops
1046 kern_kevent(struct thread *td, int fd, int nchanges, int nevents, struct kevent_copyops *k_ops, const struct timespec *timeout) argument
1069 kqueue_kevent(struct kqueue *kq, struct thread *td, int nchanges, int nevents, struct kevent_copyops *k_ops, const struct timespec *timeout) argument
1110 kern_kevent_fp(struct thread *td, struct file *fp, int nchanges, int nevents, struct kevent_copyops *k_ops, const struct timespec *timeout) argument
1129 kern_kevent_anonymous(struct thread *td, int nevents, struct kevent_copyops *k_ops) argument
1650 kqueue_scan(struct kqueue *kq, int maxevents, struct kevent_copyops *k_ops, const struct timespec *tsp, struct kevent *keva, struct thread *td) argument
[all...]
/freebsd-11-stable/sys/sys/
H A Dsyscallsubr.h143 struct kevent_copyops *k_ops, const struct timespec *timeout);
145 struct kevent_copyops *k_ops);
147 int nevents, struct kevent_copyops *k_ops,
/freebsd-11-stable/sys/compat/linux/
H A Dlinux_event.c449 struct kevent_copyops k_ops = { &ciargs, local
528 error = kern_kevent_fp(td, epfp, nchanges, 0, &k_ops, NULL);
546 struct kevent_copyops k_ops = { &coargs, local
601 error = kern_kevent_fp(td, epfp, 0, maxevents, &k_ops, tsp);
657 struct kevent_copyops k_ops = { &ciargs, local
664 return (kern_kevent_fp(td, epfp, 1, 0, &k_ops, NULL));
/freebsd-11-stable/sys/compat/freebsd32/
H A Dfreebsd32_misc.c661 struct kevent_copyops k_ops = { local
687 &k_ops, tsp);

Completed in 79 milliseconds