Searched refs:linux_timerfd_gettime64_args (Results 1 – 7 of 7) sorted by relevance
/freebsd-src/sys/compat/linux/ |
H A D | linux_event.c | 674 linux_timerfd_gettime64(struct thread *td, struct linux_timerfd_gettime64_args *args) in linux_timerfd_gettime64()
|
/freebsd-src/sys/amd64/linux32/ |
H A D | linux32_proto.h | 1566 struct linux_timerfd_gettime64_args { struct 2070 int linux_timerfd_gettime64(struct thread *, struct linux_timerfd_gettime64_args *);
|
H A D | linux32_sysent.c | 428 { .sy_narg = AS(linux_timerfd_gettime64_args), .sy_call = (sy_call_t *)linux_timerfd_gettime64, .sy_auevent = AUE_NULL, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 410 = linux_timerfd_gettime64 */
|
H A D | linux32_systrace_args.c | 3034 struct linux_timerfd_gettime64_args *p = params; in systrace_args()
|
/freebsd-src/sys/i386/linux/ |
H A D | linux_proto.h | 1560 struct linux_timerfd_gettime64_args { struct 2066 int linux_timerfd_gettime64(struct thread *, struct linux_timerfd_gettime64_args *);
|
H A D | linux_sysent.c | 427 { .sy_narg = AS(linux_timerfd_gettime64_args), .sy_call = (sy_call_t *)linux_timerfd_gettime64, .sy_auevent = AUE_NULL, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 410 = linux_timerfd_gettime64 */
|
H A D | linux_systrace_args.c | 3065 struct linux_timerfd_gettime64_args *p = params; in systrace_args()
|