Lines Matching defs:rqt
490 kern_nanosleep(struct thread *td, struct timespec *rqt, struct timespec *rmt)
493 return (kern_clock_nanosleep(td, CLOCK_REALTIME, TIMER_RELTIME, rqt,
501 const struct timespec *rqt, struct timespec *rmt)
509 if (rqt->tv_nsec < 0 || rqt->tv_nsec >= NS_PER_SEC)
537 ts = *rqt;
622 struct timespec rmt, rqt;
625 error = copyin(ua_rqtp, &rqt, sizeof(rqt));
628 error = kern_clock_nanosleep(td, clock_id, flags, &rqt, &rmt);