Lines Matching defs:atv
515 struct timeval atv;
520 memset(&atv, 0, sizeof(atv));
521 microtime(&atv);
522 error = copyout(&atv, SCARG(uap, tp), sizeof(atv));
555 struct timeval atv;
573 if ((error = copyin(utv, &atv, sizeof(atv))) != 0)
575 utv = &atv;
597 struct timeval atv, oldatv;
604 error = copyin(SCARG(uap, delta), &atv,
609 adjtime1(SCARG(uap, delta) ? &atv : NULL,