Home
last modified time | relevance | path

Searched refs:timerfd_create_args (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/kern/
H A Dsys_timerfd.c569 sys_timerfd_create(struct thread *td, struct timerfd_create_args *uap) in sys_timerfd_create()
H A Dinit_sysent.c654 …{ .sy_narg = AS(timerfd_create_args), .sy_call = (sy_call_t *)sys_timerfd_create, .sy_auevent = AU…
H A Dsystrace_args.c3400 struct timerfd_create_args *p = params; in systrace_args()
/freebsd/sys/sys/
H A Dsysproto.h1847 struct timerfd_create_args { struct
2302 int sys_timerfd_create(struct thread *, struct timerfd_create_args *);
/freebsd/sys/compat/freebsd32/
H A Dfreebsd32_sysent.c655 …{ .sy_narg = AS(timerfd_create_args), .sy_call = (sy_call_t *)sys_timerfd_create, .sy_auevent = AU…
H A Dfreebsd32_systrace_args.c3313 struct timerfd_create_args *p = params; in systrace_args()