Lines Matching defs:keva
114 struct kevent *keva, struct thread *td);
1326 struct kevent keva[KQ_NEVENTS];
1336 error = k_ops->k_copyin(k_ops->arg, keva, n);
1339 changes = keva;
1363 return (kqueue_scan(kq, nevents, k_ops, timeout, keva, td));
1916 const struct timespec *tsp, struct kevent *keva, struct thread *td)
1963 kevp = keva;
2096 error = k_ops->k_copyout(k_ops->arg, keva, nkev);
2098 kevp = keva;
2112 error = k_ops->k_copyout(k_ops->arg, keva, nkev);