Lines Matching defs:rqt
366 struct timespec rmt, rqt;
369 error = copyin(SCARG(uap, rqtp), &rqt, sizeof(struct timespec));
373 error = nanosleep1(l, CLOCK_MONOTONIC, 0, &rqt,
393 struct timespec rmt, rqt;
396 error = copyin(SCARG(uap, rqtp), &rqt, sizeof(struct timespec));
400 error = nanosleep1(l, SCARG(uap, clock_id), SCARG(uap, flags), &rqt,
414 nanosleep1(struct lwp *l, clockid_t clock_id, int flags, struct timespec *rqt,
420 if ((error = ts2timo(clock_id, flags, rqt, &timo, &rmtstart)) != 0) {
450 timespecsub(rqt, &rmtend, t);
456 if (timespeccmp(rqt, t, <))
459 timespecsub(rqt, t, t);