Searched refs:linux_timerfd_create_args (Results 1 – 13 of 13) sorted by relevance
/freebsd-src/sys/compat/linux/ |
H A D | linux_event.c | 611 linux_timerfd_create(struct thread *td, struct linux_timerfd_create_args *args) in linux_timerfd_create()
|
/freebsd-src/sys/arm64/linux/ |
H A D | linux_proto.h | 371 struct linux_timerfd_create_args { struct 1313 int linux_timerfd_create(struct thread *, struct linux_timerfd_create_args *);
|
H A D | linux_sysent.c | 102 { .sy_narg = AS(linux_timerfd_create_args), .sy_call = (sy_call_t *)linux_timerfd_create, .sy_auevent = AUE_NULL, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 85 = linux_timerfd_create */
|
H A D | linux_systrace_args.c | 678 struct linux_timerfd_create_args *p = params; in systrace_args()
|
/freebsd-src/sys/amd64/linux/ |
H A D | linux_proto.h | 1066 struct linux_timerfd_create_args { struct 1668 int linux_timerfd_create(struct thread *, struct linux_timerfd_create_args *);
|
H A D | linux_sysent.c | 300 { .sy_narg = AS(linux_timerfd_create_args), .sy_call = (sy_call_t *)linux_timerfd_create, .sy_auevent = AUE_NULL, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 283 = linux_timerfd_create */
|
H A D | linux_systrace_args.c | 2171 struct linux_timerfd_create_args *p = params; in systrace_args()
|
/freebsd-src/sys/amd64/linux32/ |
H A D | linux32_proto.h | 1142 struct linux_timerfd_create_args { struct 1988 int linux_timerfd_create(struct thread *, struct linux_timerfd_create_args *);
|
H A D | linux32_sysent.c | 340 { .sy_narg = AS(linux_timerfd_create_args), .sy_call = (sy_call_t *)linux_timerfd_create, .sy_auevent = AUE_NULL, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 322 = linux_timerfd_create */
|
H A D | linux32_systrace_args.c | 2300 struct linux_timerfd_create_args *p = params; in systrace_args()
|
/freebsd-src/sys/i386/linux/ |
H A D | linux_proto.h | 1138 struct linux_timerfd_create_args { struct 1984 int linux_timerfd_create(struct thread *, struct linux_timerfd_create_args *);
|
H A D | linux_sysent.c | 339 { .sy_narg = AS(linux_timerfd_create_args), .sy_call = (sy_call_t *)linux_timerfd_create, .sy_auevent = AUE_NULL, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 322 = linux_timerfd_create */
|
H A D | linux_systrace_args.c | 2333 struct linux_timerfd_create_args *p = params; in systrace_args()
|