Searched refs:ua_rmtp (Results 1 – 1 of 1) sorted by relevance
92 struct timespec *ua_rmtp);622 const struct timespec *ua_rqtp, struct timespec *ua_rmtp) in user_clock_nanosleep() argument631 if (error == EINTR && ua_rmtp != NULL && (flags & TIMER_ABSTIME) == 0) { in user_clock_nanosleep()632 error2 = copyout(&rmt, ua_rmtp, sizeof(rmt)); in user_clock_nanosleep()