Searched refs:sys_gettimeofday (Results 1 – 6 of 6) sorted by relevance
| /f-stack/freebsd/kern/ |
| H A D | kern_time.c | 647 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…
|
| /f-stack/freebsd/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…
|
| /f-stack/freebsd/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…
|
| /f-stack/freebsd/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…
|
| /f-stack/freebsd/sys/ |
| H A D | sysproto.h | 1928 int sys_gettimeofday(struct thread *, struct gettimeofday_args *);
|