Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/kern/
Dkern_time.c91 int flags, const struct timespec *ua_rqtp,
621 const struct timespec *ua_rqtp, struct timespec *ua_rmtp) in user_clock_nanosleep() argument
626 error = copyin(ua_rqtp, &rqt, sizeof(rqt)); in user_clock_nanosleep()
/freebsd-12-stable/sys/compat/freebsd32/
Dfreebsd32_misc.c150 int flags, const struct timespec32 *ua_rqtp, struct timespec32 *ua_rmtp);
2674 int flags, const struct timespec32 *ua_rqtp, struct timespec32 *ua_rmtp) in freebsd32_user_clock_nanosleep() argument
2680 error = copyin(ua_rqtp, &rqt32, sizeof(rqt32)); in freebsd32_user_clock_nanosleep()