Searched refs:sys_gettimeofday (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13.1/sys/kern/ |
| H A D | kern_time.c | 649 sys_gettimeofday(struct thread *td, struct gettimeofday_args *uap) in sys_gettimeofday() function
|
| H A D | init_sysent.c | 174 …{ .sy_narg = AS(gettimeofday_args), .sy_call = (sy_call_t *)sys_gettimeofday, .sy_auevent = AUE_GE…
|
| /freebsd-13.1/sys/amd64/linux/ |
| H A D | linux_sysent.c | 116 …{ .sy_narg = AS(gettimeofday_args), .sy_call = (sy_call_t *)sys_gettimeofday, .sy_auevent = AUE_NU…
|
| /freebsd-13.1/sys/i386/linux/ |
| H A D | linux_sysent.c | 98 …{ .sy_narg = AS(gettimeofday_args), .sy_call = (sy_call_t *)sys_gettimeofday, .sy_auevent = AUE_NU…
|
| /freebsd-13.1/sys/arm64/linux/ |
| H A D | linux_sysent.c | 189 …{ .sy_narg = AS(gettimeofday_args), .sy_call = (sy_call_t *)sys_gettimeofday, .sy_auevent = AUE_NU…
|
| /freebsd-13.1/sys/sys/ |
| H A D | sysproto.h | 1935 int sys_gettimeofday(struct thread *, struct gettimeofday_args *);
|