Lines Matching defs:k_ops
112 struct kevent_copyops *k_ops,
121 struct kevent_copyops *k_ops, const char *struct_name);
1130 struct kevent_copyops k_ops = {
1145 return (kern_kevent_generic(td, &gk_args, &k_ops, "kevent"));
1150 struct kevent_copyops *k_ops, const char *struct_name)
1169 uap->nchanges, k_ops->kevent_size);
1173 k_ops, tsp);
1178 td->td_retval[0], k_ops->kevent_size);
1280 struct kevent_copyops k_ops = {
1295 return (kern_kevent_generic(td, &gk_args, &k_ops, "freebsd11_kevent"));
1301 struct kevent_copyops *k_ops, const struct timespec *timeout)
1316 error = kern_kevent_fp(td, fp, nchanges, nevents, k_ops, timeout);
1324 struct kevent_copyops *k_ops, const struct timespec *timeout)
1336 error = k_ops->k_copyin(k_ops->arg, keva, n);
1351 (void)k_ops->k_copyout(k_ops->arg, kevp, 1);
1363 return (kqueue_scan(kq, nevents, k_ops, timeout, keva, td));
1368 struct kevent_copyops *k_ops, const struct timespec *timeout)
1376 error = kqueue_kevent(kq, td, nchanges, nevents, k_ops, timeout);
1387 struct kevent_copyops *k_ops)
1394 error = kqueue_kevent(&kq, td, nevents, nevents, k_ops, NULL);
1915 kqueue_scan(struct kqueue *kq, int maxevents, struct kevent_copyops *k_ops,
2096 error = k_ops->k_copyout(k_ops->arg, keva, nkev);
2112 error = k_ops->k_copyout(k_ops->arg, keva, nkev);