Searched refs:kern_clock_settime (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13.1/sys/dev/hyperv/utilities/ |
| H A D | vmbus_timesync.c | 135 kern_clock_settime(curthread, CLOCK_REALTIME, &hv_ts); in vmbus_timesync() 167 kern_clock_settime(curthread, CLOCK_REALTIME, &hv_ts); in vmbus_timesync()
|
| /freebsd-13.1/sys/compat/linux/ |
| H A D | linux_time.c | 425 error = kern_clock_settime(td, nwhich, &ts); in linux_clock_settime()
|
| /freebsd-13.1/sys/kern/ |
| H A D | kern_time.c | 395 return (kern_clock_settime(td, uap->clock_id, &ats)); in sys_clock_settime() 404 kern_clock_settime(struct thread *td, clockid_t clock_id, struct timespec *ats) in kern_clock_settime() function
|
| /freebsd-13.1/sys/sys/ |
| H A D | syscallsubr.h | 107 int kern_clock_settime(struct thread *td, clockid_t clock_id,
|
| /freebsd-13.1/sys/compat/freebsd32/ |
| H A D | freebsd32_misc.c | 2956 return (kern_clock_settime(td, uap->clock_id, &ats)); in freebsd32_clock_settime()
|