Searched refs:gettimeofday_args (Results 1 – 10 of 10) sorted by relevance
| /freebsd-14.2/sys/kern/ |
| H A D | kern_time.c | 639 struct gettimeofday_args { struct 646 sys_gettimeofday(struct thread *td, struct gettimeofday_args *uap) in sys_gettimeofday() argument
|
| H A D | init_sysent.c | 179 …{ .sy_narg = AS(gettimeofday_args), .sy_call = (sy_call_t *)sys_gettimeofday, .sy_auevent = AUE_GE…
|
| H A D | systrace_args.c | 628 struct gettimeofday_args *p = params; in systrace_args()
|
| /freebsd-14.2/sys/arm64/linux/ |
| H A D | linux_sysent.c | 186 …{ .sy_narg = AS(gettimeofday_args), .sy_call = (sy_call_t *)sys_gettimeofday, .sy_auevent = AUE_NU…
|
| H A D | linux_systrace_args.c | 1344 struct gettimeofday_args *p = params; in systrace_args()
|
| /freebsd-14.2/sys/i386/linux/ |
| H A D | linux_sysent.c | 95 …{ .sy_narg = AS(gettimeofday_args), .sy_call = (sy_call_t *)sys_gettimeofday, .sy_auevent = AUE_NU…
|
| H A D | linux_systrace_args.c | 515 struct gettimeofday_args *p = params; in systrace_args()
|
| /freebsd-14.2/sys/amd64/linux/ |
| H A D | linux_sysent.c | 113 …{ .sy_narg = AS(gettimeofday_args), .sy_call = (sy_call_t *)sys_gettimeofday, .sy_auevent = AUE_NU…
|
| H A D | linux_systrace_args.c | 835 struct gettimeofday_args *p = params; in systrace_args()
|
| /freebsd-14.2/sys/sys/ |
| H A D | sysproto.h | 369 struct gettimeofday_args { struct 1968 int sys_gettimeofday(struct thread *, struct gettimeofday_args *);
|