Searched refs:sys_timerfd_create (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/kern/ |
H A D | sys_timerfd.c | 569 sys_timerfd_create(struct thread *td, struct timerfd_create_args *uap) in sys_timerfd_create() function
|
H A D | init_sysent.c | 654 { .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 D | freebsd32_sysent.c | 655 { .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 D | sysproto.h | 2296 int sys_timerfd_create(struct thread *, struct timerfd_create_args *);
|