Home
last modified time | relevance | path

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

/freebsd/sys/compat/linux/
H A Dlinux_event.c639 error = native_to_linux_itimerspec(&lots, &ots); in linux_timerfd_gettime()
664 error = native_to_linux_itimerspec(&lots, &ots); in linux_timerfd_settime()
H A Dlinux_time.c219 native_to_linux_itimerspec(struct l_itimerspec *ltp, struct itimerspec *ntp) in native_to_linux_itimerspec() function