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

/freebsd-10.3-release/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-10.3-release/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-10.3-release/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-10.3-release/lib/libthr/thread/
H A Dthr_syscalls.c365 __thr_kevent(int kq, const struct kevent *changelist, int nchanges, argument
375 return (__sys_kevent(kq, changelist, nchanges, eventlist,
380 ret = __sys_kevent(kq, changelist, nchanges, eventlist, nevents,
382 _thr_cancel_leave(curthread, ret == -1 && nchanges == 0);
/freebsd-10.3-release/sys/kern/
H A Dkern_event.c775 int nchanges; member in struct:kevent_args
807 ktriov.iov_len = uap->nchanges * sizeof(struct kevent);
818 error = kern_kevent(td, uap->fd, uap->nchanges, uap->nevents,
823 ktruioin->uio_resid = uap->nchanges * sizeof(struct kevent);
870 kern_kevent(struct thread *td, int fd, int nchanges, int nevents, argument
878 if (nchanges > 0)
886 error = kern_kevent_fp(td, fp, nchanges, nevents, k_ops, timeout);
893 kern_kevent_fp(struct thread *td, struct file *fp, int nchanges, int nevents, argument
907 while (nchanges > 0) {
908 n = nchanges > KQ_NEVENT
[all...]
H A Dsystrace_args.c2002 iarg[2] = p->nchanges; /* int */
/freebsd-10.3-release/sys/sys/
H A Devent.h279 int kevent(int kq, const struct kevent *changelist, int nchanges,
H A Dsyscallsubr.h129 int kern_kevent(struct thread *td, int fd, int nchanges, int nevents,
131 int kern_kevent_fp(struct thread *td, struct file *fp, int nchanges,
H A Dsysproto.h1063 char nchanges_l_[PADL_(int)]; int nchanges; char nchanges_r_[PADR_(int)]; member in struct:kevent_args
/freebsd-10.3-release/sys/compat/linux/
H A Dlinux_event.c400 int nchanges = 0; local
456 kev, &nchanges);
462 error = kern_kevent_fp(td, epfp, nchanges, 0, &k_ops, NULL);
/freebsd-10.3-release/sys/compat/freebsd32/
H A Dfreebsd32_proto.h326 char nchanges_l_[PADL_(int)]; int nchanges; char nchanges_r_[PADR_(int)]; member in struct:freebsd32_kevent_args
H A Dfreebsd32_misc.c789 error = kern_kevent(td, uap->fd, uap->nchanges, uap->nevents,
H A Dfreebsd32_systrace_args.c1894 iarg[2] = p->nchanges; /* int */

Completed in 291 milliseconds