Symbol: kevent100
lib/libc/compat/sys/compat_kevent.c
57
kevent(int kq, const struct kevent100 *changelist, size_t nchanges,
lib/libc/compat/sys/compat_kevent.c
58
struct kevent100 *eventlist, size_t nevents, const struct timespec50 *ts50)
lib/libc/compat/sys/compat_kevent.c
70
__kevent50(int kq, const struct kevent100 *changelist100, size_t nchanges,
lib/libc/compat/sys/compat_kevent.c
71
struct kevent100 *eventlist100, size_t nevents, const struct timespec *tsp)
sys/compat/sys/event.h
100
struct kevent100 *eventlist100 = (struct kevent100 *)eventlist;
sys/compat/sys/event.h
117
int kevent(int, const struct kevent100 *, size_t, struct kevent100 *,
sys/compat/sys/event.h
119
int __kevent50(int, const struct kevent100 *, size_t, struct kevent100 *,
sys/compat/sys/event.h
55
kevent100_to_kevent(const struct kevent100 *kev100, struct kevent *kev)
sys/compat/sys/event.h
62
kevent_to_kevent100(const struct kevent *kev, struct kevent100 *kev100)
sys/compat/sys/event.h
73
struct kevent100 *buf;
sys/compat/sys/event.h
75
const struct kevent100 *changelist100 = (const struct kevent100 *)changelist;
sys/compat/sys/event.h
98
struct kevent100 *buf;
sys/rump/librump/rumpkern/rump_syscalls.c
3525
SPARG(&callarg, changelist) = (const struct kevent100 *)changelist;
sys/rump/librump/rumpkern/rump_syscalls.c
3527
SPARG(&callarg, eventlist) = (struct kevent100 *)eventlist;
sys/rump/librump/rumpkern/rump_syscalls.c
5342
SPARG(&callarg, changelist) = (const struct kevent100 *)changelist;
sys/rump/librump/rumpkern/rump_syscalls.c
5344
SPARG(&callarg, eventlist) = (struct kevent100 *)eventlist;
sys/sys/syscallargs.h
2195
syscallarg(const struct kevent100 *) changelist;
sys/sys/syscallargs.h
2197
syscallarg(struct kevent100 *) eventlist;
sys/sys/syscallargs.h
2841
syscallarg(const struct kevent100 *) changelist;
sys/sys/syscallargs.h
2843
syscallarg(struct kevent100 *) eventlist;
tests/lib/libpthread/t_compat_cancel.c
132
struct kevent100 ev;
tests/lib/libpthread/t_compat_cancel.c
63
struct kevent100 ev;