Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_event.c1134 sys_kevent(struct thread *td, struct kevent_args *uap) in sys_kevent()
1196 struct kevent_args *uap; in kevent_copyout()
1200 uap = (struct kevent_args *)arg; in kevent_copyout()
1214 struct kevent_args *uap; in kevent_copyin()
1218 uap = (struct kevent_args *)arg; in kevent_copyin()
H A Dinit_sysent.c629 …{ .sy_narg = AS(kevent_args), .sy_call = (sy_call_t *)sys_kevent, .sy_auevent = AUE_KEVENT, .sy_fl…
H A Dsystrace_args.c3183 struct kevent_args *p = params; in systrace_args()
/freebsd/sys/sys/
H A Dsysproto.h1720 struct kevent_args { struct
2258 int sys_kevent(struct thread *, struct kevent_args *);