Symbol: AUE_TIMERFD
sys/compat/freebsd32/freebsd32_proto.h
1327
#define FREEBSD32_SYS_AUE_freebsd32_timerfd_gettime AUE_TIMERFD
sys/compat/freebsd32/freebsd32_proto.h
1328
#define FREEBSD32_SYS_AUE_freebsd32_timerfd_settime AUE_TIMERFD
sys/compat/freebsd32/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 */
sys/compat/freebsd32/freebsd32_sysent.c
656
{ .sy_narg = AS(freebsd32_timerfd_gettime_args), .sy_call = (sy_call_t *)freebsd32_timerfd_gettime, .sy_auevent = AUE_TIMERFD, .sy_flags = SYF_CAPENABLED, .sy_thrcnt = SY_THR_STATIC }, /* 586 = freebsd32_timerfd_gettime */
sys/compat/freebsd32/freebsd32_sysent.c
657
{ .sy_narg = AS(freebsd32_timerfd_settime_args), .sy_call = (sy_call_t *)freebsd32_timerfd_settime, .sy_auevent = AUE_TIMERFD, .sy_flags = SYF_CAPENABLED, .sy_thrcnt = SY_THR_STATIC }, /* 587 = freebsd32_timerfd_settime */
sys/kern/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 */
sys/kern/init_sysent.c
655
{ .sy_narg = AS(timerfd_gettime_args), .sy_call = (sy_call_t *)sys_timerfd_gettime, .sy_auevent = AUE_TIMERFD, .sy_flags = SYF_CAPENABLED, .sy_thrcnt = SY_THR_STATIC }, /* 586 = timerfd_gettime */
sys/kern/init_sysent.c
656
{ .sy_narg = AS(timerfd_settime_args), .sy_call = (sy_call_t *)sys_timerfd_settime, .sy_auevent = AUE_TIMERFD, .sy_flags = SYF_CAPENABLED, .sy_thrcnt = SY_THR_STATIC }, /* 587 = timerfd_settime */
sys/sys/sysproto.h
3329
#define SYS_AUE_timerfd_create AUE_TIMERFD
sys/sys/sysproto.h
3330
#define SYS_AUE_timerfd_gettime AUE_TIMERFD
sys/sys/sysproto.h
3331
#define SYS_AUE_timerfd_settime AUE_TIMERFD