Home
last modified time | relevance | path

Searched refs:kern_clock_settime (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/kern/
H A Dkern_time.c392 return (kern_clock_settime(td, uap->clock_id, &ats)); in sys_clock_settime()
401 kern_clock_settime(struct thread *td, clockid_t clock_id, struct timespec *ats) in kern_clock_settime() function
/f-stack/freebsd/sys/
H A Dsyscallsubr.h107 int kern_clock_settime(struct thread *td, clockid_t clock_id,