Home
last modified time | relevance | path

Searched refs:native_to_linux_itimerspec64 (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/compat/linux/
H A Dlinux_timer.c161 error = native_to_linux_itimerspec64(&l_oval, &oval); in linux_timer_settime64()
194 error = native_to_linux_itimerspec64(&l_val, &val); in linux_timer_gettime64()
H A Dlinux_event.c684 error = native_to_linux_itimerspec64(&lots, &ots); in linux_timerfd_gettime64()
709 error = native_to_linux_itimerspec64(&lots, &ots); in linux_timerfd_settime64()
H A Dlinux_time.c253 native_to_linux_itimerspec64(struct l_itimerspec64 *ltp, struct itimerspec *ntp) in native_to_linux_itimerspec64() function