Lines Matching defs:kev
246 struct kevent kev[8];
254 kev, __arraycount(kev), NULL);
272 if (kev[i].filter == EVFILT_SIGNAL)
705 struct kevent kev[NSIG+1];
715 EV_SET(&kev[i], i+1, EVFILT_SIGNAL, EV_ADD|EV_ENABLE, 0, 0, 0);
717 EV_SET(&kev[NSIG], clispc.spc_fd,
719 if (host_kevent(fd, kev, NSIG+1, NULL, 0, NULL) == -1) {
1115 struct kevent kev[2];
1122 EV_SET(&kev[0], clispc.spc_fd,
1124 EV_SET(&kev[1], newfd,
1126 if (host_kevent(holyfd, kev, 2, NULL, 0, NULL) == -1) {