Home
last modified time | relevance | path

Searched refs:sys_timerfd_create (Results 1 – 4 of 4) 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() function
H A Dinit_sysent.c654 { .sy_narg = AS(timerfd_create_args), .sy_call = (sy_call_t *)sys_timerfd_create, .sy_auevent = AUE_TIMERFD, .sy_flags = SYF_CAPENABLED, .sy_thrcnt = SY_THR_STATIC }, /* 585 = timerfd_create */
/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 = AUE_TIMERFD, .sy_flags = SYF_CAPENABLED, .sy_thrcnt = SY_THR_STATIC }, /* 585 = timerfd_create */
/freebsd/sys/sys/
H A Dsysproto.h2296 int sys_timerfd_create(struct thread *, struct timerfd_create_args *);