Searched refs:ua_rmtp (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/kern/ |
H A D | kern_time.c | 90 struct timespec *ua_rmtp); 620 const struct timespec *ua_rqtp, struct timespec *ua_rmtp) in user_clock_nanosleep() 629 if (error == EINTR && ua_rmtp != NULL && (flags & TIMER_ABSTIME) == 0) { in user_clock_nanosleep() 630 error2 = copyout(&rmt, ua_rmtp, sizeof(rmt)); in user_clock_nanosleep() 619 user_clock_nanosleep(struct thread * td,clockid_t clock_id,int flags,const struct timespec * ua_rqtp,struct timespec * ua_rmtp) user_clock_nanosleep() argument
|
/freebsd/sys/compat/freebsd32/ |
H A D | freebsd32_misc.c | 200 int flags, const struct timespec32 *ua_rqtp, struct timespec32 *ua_rmtp); 3012 int flags, const struct timespec32 *ua_rqtp, struct timespec32 *ua_rmtp) in freebsd32_user_clock_nanosleep() 3026 if (error == EINTR && ua_rmtp != NULL && (flags & TIMER_ABSTIME) == 0) { in freebsd32_user_clock_nanosleep() 3030 error2 = copyout(&rmt32, ua_rmtp, sizeof(rmt32)); in freebsd32_user_clock_nanosleep() 3011 freebsd32_user_clock_nanosleep(struct thread * td,clockid_t clock_id,int flags,const struct timespec32 * ua_rqtp,struct timespec32 * ua_rmtp) freebsd32_user_clock_nanosleep() argument
|