Home
last modified time | relevance | path

Searched refs:ultp (Results 1 – 1 of 1) sorted by last modified time

/freebsd/sys/compat/linux/
H A Dlinux_time.c152 linux_get_timespec(struct timespec *ntp, const struct l_timespec *ultp) in linux_get_timespec() argument
157 error = copyin(ultp, &lts, sizeof(lts)); in linux_get_timespec()
206 linux_get_timespec64(struct timespec *ntp, const struct l_timespec64 *ultp) in linux_get_timespec64() argument
211 error = copyin(ultp, &lts, sizeof(lts)); in linux_get_timespec64()