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

/freebsd-10-stable/sys/compat/freebsd32/
H A Dfreebsd32_misc.c721 struct kevent32 ks32[KQ_NEVENTS]; local
728 CP(kevp[i], ks32[i], ident);
729 CP(kevp[i], ks32[i], filter);
730 CP(kevp[i], ks32[i], flags);
731 CP(kevp[i], ks32[i], fflags);
732 CP(kevp[i], ks32[i], data);
733 PTROUT_CP(kevp[i], ks32[i], udata);
735 error = copyout(ks32, uap->eventlist, count * sizeof *ks32);
748 struct kevent32 ks32[KQ_NEVENT local
[all...]

Completed in 55 milliseconds