Home
last modified time | relevance | path

Searched refs:kevent_args (Results 1 – 5 of 5) sorted by relevance

/f-stack/tools/compat/include/sys/
H A Dsysproto.h201 struct kevent_args { struct
364 int sys_kevent(struct thread *, struct kevent_args *);
/f-stack/freebsd/kern/
H A Dkern_event.c1019 sys_kevent(struct thread *td, struct kevent_args *uap) in sys_kevent()
1081 struct kevent_args *uap; in kevent_copyout()
1085 uap = (struct kevent_args *)arg; in kevent_copyout()
1099 struct kevent_args *uap; in kevent_copyin()
1103 uap = (struct kevent_args *)arg; in kevent_copyin()
H A Dinit_sysent.c618 …{ .sy_narg = AS(kevent_args), .sy_call = (sy_call_t *)sys_kevent, .sy_auevent = AUE_KEVENT, .sy_fl…
H A Dsystrace_args.c3210 struct kevent_args *p = params; in systrace_args()
/f-stack/freebsd/sys/
H A Dsysproto.h1736 struct kevent_args { struct
2224 int sys_kevent(struct thread *, struct kevent_args *);