Searched refs:nchanges (Results 1 - 15 of 15) sorted by relevance

/freebsd-12-stable/lib/libc/sys/
H A Dkevent.c45 kevent(int kq, const struct kevent *changelist, int nchanges, argument
51 __libc_interposing[INTERPOS_kevent])(kq, changelist, nchanges,
/freebsd-12-stable/contrib/ntp/sntp/libevent/
H A Ddevpoll.c61 int nchanges; member in struct:devpollop
92 sizeof(struct pollfd) * devpollop->nchanges, 0) == -1)
95 devpollop->nchanges = 0;
103 if (devpollop->nchanges >= devpollop->nevents) {
112 pfd = &devpollop->changes[devpollop->nchanges++];
175 if (devpollop->nchanges)
/freebsd-12-stable/contrib/libevent/
H A Ddevpoll.c61 int nchanges; member in struct:devpollop
92 sizeof(struct pollfd) * devpollop->nchanges, 0) == -1)
95 devpollop->nchanges = 0;
103 if (devpollop->nchanges >= devpollop->nevents) {
112 pfd = &devpollop->changes[devpollop->nchanges++];
175 if (devpollop->nchanges)
/freebsd-12-stable/contrib/pf/libevent/
H A Dkqueue.c66 int nchanges; member in struct:kqop
162 if (kqop->nchanges == nevents) {
192 memcpy(&kqop->changes[kqop->nchanges++], kev, sizeof(struct kevent));
220 res = kevent(kqop->kq, changes, kqop->nchanges,
222 kqop->nchanges = 0;
/freebsd-12-stable/lib/libthr/thread/
H A Dthr_syscalls.c385 __thr_kevent(int kq, const struct kevent *changelist, int nchanges, argument
395 return (__sys_kevent(kq, changelist, nchanges, eventlist,
400 ret = __sys_kevent(kq, changelist, nchanges, eventlist, nevents,
402 _thr_cancel_leave(curthread, ret == -1 && nchanges == 0);
/freebsd-12-stable/sys/kern/
H A Dkern_event.c1012 int nchanges; member in struct:g_kevent_args
1030 .nchanges = uap->nchanges,
1060 uap->nchanges, k_ops->kevent_size);
1063 error = kern_kevent(td, uap->fd, uap->nchanges, uap->nevents,
1180 .nchanges = uap->nchanges,
1191 kern_kevent(struct thread *td, int fd, int nchanges, int nevents, argument
1199 if (nchanges > 0)
1207 error = kern_kevent_fp(td, fp, nchanges, nevent
1214 kqueue_kevent(struct kqueue *kq, struct thread *td, int nchanges, int nevents, struct kevent_copyops *k_ops, const struct timespec *timeout) argument
1255 kern_kevent_fp(struct thread *td, struct file *fp, int nchanges, int nevents, struct kevent_copyops *k_ops, const struct timespec *timeout) argument
[all...]
H A Dsystrace_args.c3229 iarg[2] = p->nchanges; /* int */
/freebsd-12-stable/sys/sys/
H A Devent.h362 int kevent(int kq, const struct kevent *changelist, int nchanges,
H A Dsyscallsubr.h157 int kern_kevent(struct thread *td, int fd, int nchanges, int nevents,
161 int kern_kevent_fp(struct thread *td, struct file *fp, int nchanges,
H A Dsysproto.h1747 char nchanges_l_[PADL_(int)]; int nchanges; char nchanges_r_[PADR_(int)]; member in struct:kevent_args
2576 char nchanges_l_[PADL_(int)]; int nchanges; char nchanges_r_[PADR_(int)]; member in struct:freebsd11_kevent_args
/freebsd-12-stable/sys/compat/linux/
H A Dlinux_event.c461 int nchanges = 0; local
493 error = epoll_to_kevent(td, args->fd, &le, kev, &nchanges);
524 error = kern_kevent_fp(td, epfp, nchanges, 0, &k_ops, NULL);
/freebsd-12-stable/contrib/llvm-project/compiler-rt/include/sanitizer/
H A Dnetbsd_syscall_hooks.h1773 #define __sanitizer_syscall_pre_compat_50_kevent(fd, changelist, nchanges, \
1776 (long long)(fd), (long long)(changelist), (long long)(nchanges), \
1779 res, fd, changelist, nchanges, eventlist, nevents, timeout) \
1781 res, (long long)(fd), (long long)(changelist), (long long)(nchanges), \
2379 #define __sanitizer_syscall_pre___kevent50(fd, changelist, nchanges, \
2382 (long long)(fd), (long long)(changelist), (long long)(nchanges), \
2384 #define __sanitizer_syscall_post___kevent50(res, fd, changelist, nchanges, \
2387 res, (long long)(fd), (long long)(changelist), (long long)(nchanges), \
4065 long long fd, long long changelist, long long nchanges, long long eventlist,
4068 long long res, long long fd, long long changelist, long long nchanges,
[all...]
/freebsd-12-stable/sys/compat/freebsd32/
H A Dfreebsd32_misc.c736 uap->nchanges, sizeof(struct kevent32));
738 error = kern_kevent(td, uap->fd, uap->nchanges, uap->nevents,
833 uap->changelist, uap->nchanges,
836 error = kern_kevent(td, uap->fd, uap->nchanges, uap->nevents,
H A Dfreebsd32_proto.h711 char nchanges_l_[PADL_(int)]; int nchanges; char nchanges_r_[PADR_(int)]; member in struct:freebsd32_kevent_args
1236 char nchanges_l_[PADL_(int)]; int nchanges; char nchanges_r_[PADR_(int)]; member in struct:freebsd11_freebsd32_kevent_args
H A Dfreebsd32_systrace_args.c3235 iarg[2] = p->nchanges; /* int */

Completed in 398 milliseconds